[root@mirror ~]# more /etc/graylog/collector-sidecar/generated/filebeat.yml
filebeat:
  prospectors:
  - document_type: linux
    fields:
      gl2_source_collector: 0d2e5631-e187-4f09-b1a1-562908f44631
    ignore_older: 0
    input_type: log
    paths:
    - /var/log/*
    scan_frequency: 10s
    tail_files: true
  - document_type: nginx
    fields:
      gl2_source_collector: 0d2e5631-e187-4f09-b1a1-562908f44631
    ignore_older: 0
    input_type: log
    paths:
    - /var/log/nginx/*
    scan_frequency: 10s
    tail_files: true
output:
  logstash:
    hosts:
    - 192.168.1.1:5044

Hi,
    I configured two tags: *linux* and *nginx*, tag *linux* output 
['192.168.1.1:*5044*'], tag *nginx* output ['192.168.1.1:*5055*'], but 
*filebeat.yml* only have *linux* output, How should i do?
thx.

-- 
You received this message because you are subscribed to the Google Groups 
"Graylog Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/graylog2/dcd40516-66cc-4510-b796-611cc57ae191%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to