AppFlowy-Cloud/docker/filebeat/filebeat.yml

8 lines
132 B
YAML

filebeat.inputs:
- type: container
paths:
- '/var/lib/docker/containers/*/*.log'
output.logstash:
hosts: ["logstash:5044"]