input{
jdbc{
clean_run => true
jdbc_driver_library => "C:/Program Files/SQL Developer 4/jdbc/lib/ojdbc8.jar"
jdbc_driver_class => "Java::oracle.jdbc.driver.OracleDriver"
jdbc_connection_string => "..................."
jdbc_user => "........"
jdbc_password => "..........."
statement => "select * from TABLE1 where rownum > :sql_last_value"
use_column_value => "true"
tracking_column =>"rownum"
schedule => "*/1 * * * *"
}
}
output{
elasticsearch{
hosts =>"http://localhost:9200"
index =>"weather33"
}
stdout{}
}
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.