我想通过Filebeat在ELK中索引特定的Docker容器日志。
我使用了它,但是它使用了所有docker容器日志。我只需要特定的日志。
volumes:
# needed to access all docker logs :
- '/var/lib/docker/containers:/usr/share/dockerlogs/data:ro'
# needed to access additional information about containers
- '/var/run/docker.sock:/var/run/docker.sock'