'logstash jdbc input plugin logging all rows fetched
Logstash JDBC input plugin seems to be logging all the rows coming from its query in the form of:
{
field1 => value1
field2 => value2
}
{
field1 => value1
field2 => value2
}
...
This makes millions of logs and gets quite expensive for log ingestors such as aws cloudwatch log insights.
I cannot see an option to turn this off, the log levels for this plugin seems to be set to INFO already. How can we prevent these logs from happening?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
