You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
650 B
YAML
26 lines
650 B
YAML
---
|
|
filebeat.autodiscover:
|
|
providers:
|
|
- type: kubernetes
|
|
node: ${NODE_NAME}
|
|
hints.enabled: true
|
|
hints.default_config:
|
|
type: container
|
|
paths:
|
|
- /var/log/containers/*${data.kubernetes.container.id}.log
|
|
|
|
processors:
|
|
- add_fields:
|
|
target: ''
|
|
fields:
|
|
stage: dev
|
|
- add_host_metadata:
|
|
|
|
output.logstash:
|
|
hosts: ['dev-elastic-stack-logstash-01:5044']
|
|
ssl:
|
|
certificate_authorities:
|
|
- /usr/share/filebeat/config/certificates/filebeat.ca
|
|
certificate: /usr/share/filebeat/config/certificates/filebeat.crt
|
|
key: /usr/share/filebeat/config/certificates/filebeat.key
|