remote_syslog2 icon indicating copy to clipboard operation
remote_syslog2 copied to clipboard

Ease use in (azure) cloud environment

Open jpicht opened this issue 2 years ago • 0 comments

We faced the challenge to forward the containerd container logs from inside of an azure managed kubernetes cluster to papertrail. We tried fluentd and weren't very happy with the results. This is what we came up with.

Changes:

  • Config option for a cluster domain, that is suffixed to the host name.
  • Optional regular expression per glob pattern, to extract a meaningful "tag" from the file name.
  • Example Dockerfile and kubernetes manifest
  • Updated README

jpicht avatar Feb 23 '22 09:02 jpicht