Docker apps logging with Filebeat and Logstash

后端 未结 6 479
执念已碎
执念已碎 2021-01-30 07:34

I have a set of dockerized applications scattered across multiple servers and trying to setup production-level centralized logging with ELK. I\'m ok with the ELK part itself, bu

6条回答
  •  醉话见心
    2021-01-30 08:16

    I created my own docker image using the Docker API to collect the logs of the containers running on the machine and ship them to Logstash thanks to Filebeat. No need to install or configure anything on the host.

    Check it out and tell me if it suits your needs: https://hub.docker.com/r/bargenson/filebeat/.

    The code is available here: https://github.com/bargenson/docker-filebeat

提交回复
热议问题