We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Steps to reproduce-
Actual Results
Is it bug in plugin or I'm doing something wrong ?
Following is configuration file input{ jdbc { jdbc_driver_library => "/usr/share/jdbc_driver/mysql-connector-java-5.1.47.jar" jdbc_driver_class => "com.mysql.jdbc.Driver" jdbc_connection_string => "jdbc:mysql://:3306/" jdbc_user => "" jdbc_password => "" statement => "select * from spt_identity" } }
output { elasticsearch { "hosts" => "localhost:9200" "index" => "" } stdout {} }
The text was updated successfully, but these errors were encountered:
Look up this and this. That should allow you to gather only new ones, according to the timestamps.
Sorry, something went wrong.
No branches or pull requests
Steps to reproduce-
/usr/share/logstash/bin/logstash -f /etc/logstash/conf.d/spt_audit_event.conf
Actual Results
Is it bug in plugin or I'm doing something wrong ?
Following is configuration file
input{
jdbc {
jdbc_driver_library => "/usr/share/jdbc_driver/mysql-connector-java-5.1.47.jar"
jdbc_driver_class => "com.mysql.jdbc.Driver"
jdbc_connection_string => "jdbc:mysql://:3306/"
jdbc_user => ""
jdbc_password => ""
statement => "select * from spt_identity"
}
}
output {
elasticsearch {
"hosts" => "localhost:9200"
"index" => ""
}
stdout {}
}
The text was updated successfully, but these errors were encountered: