summarylogtreecommitdiffstats
path: root/default_collector_sidecar.yml
blob: 40627073fc35b864804f048973d28a8782f98de5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
server_url: http://change.me.example.com:9000/api/
update_interval: 10
tls_skip_verify: false
send_status: true
list_log_files:
node_id: CHANGE_THIS_TO_SOMETHING_UNIQUE_OR_HOSTNAME
collector_id: file:/etc/graylog/collector-sidecar/collector-id
cache_path: /var/cache/graylog/collector-sidecar
log_path: /var/log/graylog/collector-sidecar
log_rotation_time: 86400
log_max_age: 604800
tags:
    - linux
    - apache
backends:
    - name: nxlog
      enabled: false
      binary_path: /usr/bin/nxlog
      configuration_path: /etc/graylog/collector-sidecar/generated/nxlog.conf
    - name: filebeat
      enabled: true
      binary_path: /usr/bin/filebeat
      configuration_path: /etc/graylog/collector-sidecar/generated/filebeat.yml