k3s/cluster/addons/fluentd-gcp/fluentd-gcp-image
Alex Robinson 3216204668 Update to the latest version of google-fluentd.
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.
2016-03-05 00:18:31 +00:00
..
Dockerfile Update to the latest version of google-fluentd. 2016-03-05 00:18:31 +00:00
Makefile Update to the latest version of google-fluentd. 2016-03-05 00:18:31 +00:00
README.md s|github.com/GoogleCloudPlatform/kubernetes|github.com/kubernetes/kubernetes| 2015-09-03 10:10:11 -04:00
google-fluentd.conf Update to the latest version of google-fluentd. 2016-03-05 00:18:31 +00:00

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.

Analytics