kubernetes/cluster/addons/fluentd-gcp/fluentd-gcp-image
Alex Robinson 19bf9d0624 Support journal logs in fluentd-gcp.
Only run the systemd-journal plugin when on a platform that requests it.
The plugin crashes the fluentd process if the journal isn't present, so
it can't just be run blindly in all configurations.
2016-06-24 00:30:32 +00:00
..
Dockerfile Support journal logs in fluentd-gcp. 2016-06-24 00:30:32 +00:00
google-fluentd-journal.conf Support journal logs in fluentd-gcp. 2016-06-24 00:30:32 +00:00
google-fluentd.conf Support journal logs in fluentd-gcp. 2016-06-24 00:30:32 +00:00
Makefile Support journal logs in fluentd-gcp. 2016-06-24 00:30:32 +00:00
README.md s|github.com/GoogleCloudPlatform/kubernetes|github.com/kubernetes/kubernetes| 2015-09-03 10:10:11 -04:00

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