Jdbc-input-plugin -> how to supress sql statement in log?

Hi,

I am using jdbc input plugin.
I noticed that each time it runs, the complete sql statement is written to log. Is there a way to suppress this if needed?

Thanks, Andreas

https://www.elastic.co/guide/en/logstash/current/plugins-inputs-jdbc.html#plugins-inputs-jdbc-sql_log_level

you specify at which logstash log level the query will write out...default: info

thanks a lot. I overlooked this parameter.

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