Advertisement
Guest User

Untitled

a guest
Nov 28th, 2016
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. input {
  2. jdbc {
  3. jdbc_driver_library => "/home/sombra18/Public/Soft/Logstash/mysql-connector-java-5.1.39-bin.jar"
  4. jdbc_driver_class => "com.mysql.jdbc.Driver"
  5. jdbc_connection_string => "jdbc:mysql://localhost:3306/business_errors"
  6. jdbc_user => "root"
  7. jdbc_password => "root"
  8. statement => "SELECT * from error_messages"
  9. }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement