Slide 23
Slide 23 text
@monicasarbu
Centralize Docker logs: option 3/522
• Use the Docker syslog driver, and a local syslog
server, then Filebeat for shipping
• Pros:
• Good control over the path where the files are
written, rotation strategies, etc.
• Cons:
• you need to manage the syslog server
• metadata is serialized as string, needs to be de-
serialized again (opportunity for mistakes)
• multiline is difficult because data from containers
can be mixed
23