Guest User

collector-sidecar.yml

a guest
Sep 16th, 2016
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. server_url: http://192.168.9.202:9000/api/
  2. update_interval: 10
  3. tls_skip_verify: false
  4. send_status: true
  5. list_log_files:
  6. node_id: graylog-collector-sidecar
  7. collector_id: file:/etc/graylog/collector-sidecar/collector-id
  8. log_path: /var/log/graylog/collector-sidecar
  9. log_rotation_time: 86400
  10. log_max_age: 604800
  11. tags:
  12. - linux
  13. - apache
  14. backends:
  15. - name: nxlog
  16. enabled: true
  17. binary_path: /usr/bin/nxlog
  18. configuration_path: /etc/nxlog.conf
  19. - name: filebeat
  20. enabled: false
  21. binary_path: /usr/bin/filebeat
  22. configuration_path: /etc/graylog/collector-sidecar/generated/filebeat.yml
Add Comment
Please, Sign In to add comment