You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I configured filebeat to delete file after processed but files are not deleted.
This is the sidecar configuration from graylog:
fields_under_root: true
fields.collector_node_id: ${sidecar.nodeName}
fields.gl2_source_collector: ${sidecar.nodeId}
Hi, I configured graylog and sidecar.
I configured filebeat to delete file after processed but files are not deleted.
This is the sidecar configuration from graylog:
fields_under_root: true
fields.collector_node_id: ${sidecar.nodeName}
fields.gl2_source_collector: ${sidecar.nodeId}
filebeat.inputs:
paths:
delete_files: true
type: log
output.logstash:
hosts: ["myhostname:5044"]
path:
data: /var/lib/graylog-sidecar/collectors/filebeat/data
logs: /var/lib/graylog-sidecar/collectors/filebeat/log
I used docker for the sidecar as well
Environment
The text was updated successfully, but these errors were encountered: