mirror of
https://github.com/AudebertAdrien/ft_transcendence.git
synced 2025-12-16 22:17:48 +01:00
11 lines
152 B
YAML
11 lines
152 B
YAML
filebeat.inputs:
|
|
- type: docker
|
|
containers.ids:
|
|
- "*"
|
|
|
|
processors:
|
|
- add_docker_metadata: ~
|
|
|
|
output.logstash:
|
|
hosts: ["http://logstash01:5044"]
|