How we can add docker container logs onto graylog

Hi team,
Currently I am using sidecar and filebeat
for shipping verious service logs to graylog

Now I want see all my docker container logs to graylog

How we can provide containers logs to graylog?

Please explain with example?

Hey there, this document on Docker’s site (Syslog logging driver | Docker Documentation) describes configuring the syslog logging driver for Docker. If you configure Docker to point at a Graylog deployment running a syslog input, then getting Docker logs into Graylog is fairly trivial.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.