Please post all product and debugging questions on our forum. Your questions will reach our wider community members there, and if we confirm that there is a bug, then we can open a new issue here.
Logstash Plugins are located in a different organization: https://github.com/logstash-plugins. For bugs on specific Logstash plugins, for example, if Redis Output has a defect, please open it in the respective Redis Output repository.
For all general issues, please provide the following details for fast resolution:
@tademeit thanks for the report.
I cannot reproduce but I am running on MacOS & Linux.
Could you please copy the complete log output with the error you are seeing?
Please post all product and debugging questions on our forum. Your questions will reach our wider community members there, and if we confirm that there is a bug, then we can open a new issue here.
Logstash Plugins are located in a different organization: https://github.com/logstash-plugins. For bugs on specific Logstash plugins, for example, if Redis Output has a defect, please open it in the respective Redis Output repository.
For all general issues, please provide the following details for fast resolution:
Version: 5.1.1
Operating System: Win 10 Pro
Config File (if you have sensitive info, please remove it): input { jdbc { jdbc_connection_string => "pathToDB" jdbc_user => "user" jdbc_password => "password" jdbc_validate_connection => true jdbc_driver_library => "pathToMysqldriver" jdbc_driver_class => "com.mysql.jdbc.Driver" statement => "SELECT firstName, lastName FROM person" jdbc_paging_enabled => "true" jdbc_page_size => "2000" sql_log_level => "error" } } output{ elasticsearch{ type => "person" embedded => false host => "localhost" port => "port" cluster => "ATS" sniffing => true } }
Sample Data:
Steps to Reproduce:
Comes even if the configfile is empty so elasticsearch or jdbc is not the problem here