Logstash Error - Unknown setting 'chedule' for jdbc

Hi,

Getting this error when running logstash 8.2.0 on a windows machine
PS C:\logstash-oss-8.2.0\bin> .\logstash -f logstash.config
[logstash.inputs.jdbc ] Unknown setting 'chedule' for jdbc

input {
	jdbc{
		jdbc_driver_library => "C:\logstash-oss-8.2.0\logstash-core\lib\jars\mssql-jdbc-8.2.2.jre11.jar"
		jdbc_driver_class => "com.microsoft.sqlserver.jdbc.SQLServerDriver"
		jdbc_connection_string=>"jdbc:sqlserver://SQLSERVER:1433;databaseName=SQLDB;"
		jdbc_user=>"DBuser"
		jdbc_password=>"password"
		statement_filepath=>"statement.sql"
		use_column_value => true
		tracking_column=>"alarmmessagelogid"
		tracking_column_type => "numeric"
		clean_run=>false
		schedule => "*/2 * * * *"
	}
}

Also tried below settings
schedule => "* * * * *"
schedule => "2 * * * *"

getting the same error.

Using:
logstash 8.2.0
sqljdbc-8.2.2

Any advice ?

OpenSearch/OpenDistro are AWS run products and differ from the original Elasticsearch and Kibana products that Elastic builds and maintains. You may need to contact them directly for further assistance.

(This is an automated response from your friendly Elastic bot. Please report this post if you have any suggestions or concerns :elasticheart: )

It's not the output i'm refering to. (I have change the Topic)

I have the output set to

output
{
stdout { codec => json_lines }
}

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