Move files + change path volume

This commit is contained in:
2026-03-14 19:20:02 +01:00
parent f206c7c86f
commit 1476fb4b33
2 changed files with 1 additions and 1 deletions
+22
View File
@@ -0,0 +1,22 @@
filebeat.inputs:
- type: filestream
id: my-container-logs
enabled: true
paths:
- /var/lib/docker/containers/*/*.log
parser:
- docker
output.logstash:
hosts: ["logstash:5044"]
username: "${ELASTIC_USER}"
password: "${FILEBEAT_PASSWORD}"
setup.kibana:
host: "kibana:5601"
username: "${ELASTIC_USER}"
password: "${FILEBEAT_PASSWORD}"
# Optional for debugging
logging.level: info
logging.to_files: false