I’m not receiving linux logs,with filebeat
every time check alert there is exclamation next to graylog
gl2_source_collector:3158f974-c860-4765-ac89-4454a5516eff and says
Unknown field: Query contains unknown field: gl2_source_collector
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
type: log
output.logstash:
hosts: [“192.168.1.188:5044”]
path:
data: ${sidecar.spoolDir!“/var/lib/graylog-sidecar/collectors/filebeat”}/data
logs: ${sidecar.spoolDir!“/var/lib/graylog-sidecar/collectors/filebeat”}/log
- /var/log/*.log
time/date is currecrt.
i use graylog-sidecar -debug but i have not error or warning.
linux client has ping graylog server.
linux client send log with rsyslog to graylog server but do not send log with filebeat.
filebeat is start on linux client.
graylog sidecar is start on linux client.
please help me.
