Send Local Logs to Graylog
Setting up the export
# 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: - /home/ubuntu/.sdm/logs/*.log type: log output.logstash: hosts: ["52.33.177.178:5044"] path: data: /var/lib/graylog-sidecar/collectors/filebeat/data logs: /var/lib/graylog-sidecar/collectors/filebeat/log
Last updated
Was this helpful?

