Guest User

Untitled

a guest
Jul 11th, 2017
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. input{
  2. jdbc{
  3. jdbc_connection_string => "jdbc:mysql://188.166.237.247/flipshope"
  4. jdbc_user => "admin"
  5. jdbc_password => "swapnil@admin"
  6. jdbc_driver_library => "/home/pavanreddy/Downloads/FlipShope/mysql-connector-java-5.1.21.jar"
  7. jdbc_driver_class => "com.mysql.jdbc.driver"
  8. statement => "SELECT * FROM mobile_data"
  9. }
  10. }
  11.  
  12. output{
  13. stdout { codec => json_lines }
  14. elasticsearch {
  15. "hosts" => "localhost:9200"
  16. "index" => "test-migrate"
  17. "document_type" => "data"
  18. }
  19. }
Add Comment
Please, Sign In to add comment