Hi,
I would like to create multicontainer POD in kubernetes with our application and graylog sidecar. But when I try to run this sidecars I need manually add configuration to them using Graylog UI.
Can I somehow define that my sidecar allway will contain filebeat collector with default configuration?
My configuration is similar to default one.
server_url: http://IP:9000/api
server_api_token: token
list_log_files: /var/log
update_interval: 5
tls_skip_verify: true
send_status: true
cache_path: /var/cache/graylog-sidecar
log_path: /var/log/graylog-sidecar
log_rotate_keep_files: 5
collector_binaries_whitelist: /usr/share/filebeat/bin/filebeat
Best regards,
Mateusz