Hello, trying to set the verbosity of the logging messages output by filebeat to /var/log/messages to “warning” instead of “info” via the sidecar configuration within Graylog itself.
I’ve tried modifying the sidecar configuration by adding the following, but I saw no change:
logging.level: warning
I also tried using this, but with similarly no change:
filebeat:
logging.level: warning
Any ideas?
Here’s my sidecar config:
# Needed for Graylog
fields_under_root: true
fields.collector_node_id: ${sidecar.nodeName}
fields.gl2_source_collector: ${sidecar.nodeId}
filebeat.inputs:
- input_type: log
paths:
- /var/log/*.log
- /var/log/maillog
- /var/log/messages
- /var/log/security
type: log
output.logstash:
hosts: ["graylog:5514"]
ttl: 10.0s
pipelining: 0
path:
data: /var/lib/graylog-sidecar/collectors/filebeat/data
logs: /var/lib/graylog-sidecar/collectors/filebeat/log