Logstash jdbc stuck at [Api Webserver] agent - Successfully started Logstash API endpoint {:port=>9600}

hi all,

i got stuck at [Api Webserver] agent - Successfully started Logstash API endpoint {:port=>9600} and nothing happen after this. could anyone help what's wrong with this? and actually before it's running normaly.
here the config
input { jdbc { jdbc_driver_library => "/usr/share/logstash/logstash-core/lib/jars/sqljdbc42.jar" jdbc_driver_class => "com.microsoft.sqlserver.jdbc.SQLServerDriver" jdbc_connection_string => "jdbc:sqlserver://xxx;databasename=xxx" jdbc_user => "xxxx" jdbc_password => "xxxx" jdbc_validate_connection => true statement_filepath => "/usr/share/logstash/x.sql" last_run_metadata_path => "/usr/share/logstash/.logstash_jdbc_last_run_all_agent" record_last_run => true clean_run => true tags => "SIT" } } output { elasticsearch { hosts => ['10.133.111.52'] user => "elastic" password => "xxxx" index => "customer" document_id => "%{customerid}" } stdout { codec => rubydebug } }

and the log

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.