Questions tagged [logstash-jdbc]
187 questions
0
votes
1 answer
Logstash jdbc plugin understanding
Can anyone explain what does add_field do ?
filter {
mutate {
add_field => { "%{column1}" => "column2" }
}
}
What is the difference between add_field present in mutate, clone, kv and grok plugins

sri
- 331
- 1
- 4
- 11
0
votes
0 answers
Copy one column in elasticsearch index into another column applying analyzers
I am using logstash jdbc plugin to insert data from db to already created custom index in elastic search. I have some columns in the index which are analyzed using custom analyzers. …

sri
- 331
- 1
- 4
- 11
0
votes
1 answer
Logstash-ES Data Check
I am currently using logstash-jdbc-plugin to pull data from DB and put it to an index in ES.
How to check if the entire data pulled from DB is getting inserted into Elastic Search index.
The data that is pulled is in millions so can't keep checking…

sri
- 331
- 1
- 4
- 11
-1
votes
1 answer
Bad configuration in Logstash - Windows 11
I try execute input jdbc oracle with tracking column, but don't work, need other information? like file.conf, etc.?
D:\Elastic\logstash-8.6.0>.\bin\logstash.bat -f D:\Elastic\logstash-8.6.0\config\conf.d\bo_firmas_electronicas.conf
Using…
-1
votes
1 answer
How to restart multiple conf files in logstash
I have 16 conf files and all of them scheduled to run every day at 09:05 am. Today these files could not run at intended time. After i fix the problem tried to restart logstash but conf files are not able to generate indices.
Example dash_KPI_1.conf…

ismetguzelgun
- 1,090
- 8
- 16
-1
votes
1 answer
Getting logstash configuration error while transferring mysql data to kibana, sql db password is blank so i am passing jdbc_password=" "
I want to upload MySQL table data to kibana using Logstash and JDBC.
MYSql database username is "root" and password is blank. I tried giving password as "" and " ", "Null" but it's not working.
This is my logstash configuration file:
input {
…

himanshika yaduvanshi
- 31
- 1
- 3
-2
votes
1 answer
Logstash MySQL JDBC LoadError: no such file to load --
I want to build Docker-ELK from this repository.
This is my logstash.conf file
input {
jdbc {
jdbc_driver_library => "/home/edsoft/IdeaProjects/docker-elk/resources/mysql-connector-java-5.1.36-bin.jar"
jdbc_driver_class =>…

Yusuf önder
- 1
- 1