mirror of https://github.com/k3s-io/k3s
![]() It includes some performance improvements for parsing JSON (which is very important for us, since all Docker logs are JSON) as well as a couple new settings, like forcing of a flush of multiline logs after a time period rather than having to wait until a new log is seen before feeling confident flushing the previous one. |
||
---|---|---|
.. | ||
Dockerfile | ||
Makefile | ||
README.md | ||
google-fluentd.conf |
README.md
Collecting Docker Log Files with Fluentd and sending to GCP.
This directory contains the source files needed to make a Docker image that collects Docker container log files using Fluentd and sends them to GCP. This image is designed to be used as part of the Kubernetes cluster bring up process. The image resides at DockerHub under the name kubernetes/fluentd-gcp.