cluster-management/applications/logging/values/filebeat-values.yaml
2024-09-03 10:22:37 -04:00

13 lines
246 B
YAML

daemonset:
enabled: true
filebeatConfig:
filebeat.yml: |
filebeat.inputs:
- type: container
paths:
- /var/log/containers/*.log
output.elasticsearch:
hosts: ['${ELASTICSEARCH_HOST:elasticsearch-master:9200}']