kubernetes/cluster/addons/fluentd-gcp/fluentd-gcp-image
Alex Robinson b3154a7815 Remove the garbage log file in the fluentd-gcp that gets filled with
gunk when installing the google-fluentd agent.

Also let it log things by not redirecting to a file within the container
and only using -q (warning logs only) rather than -qq (error logs only).
2015-08-27 21:41:44 +00:00
..
Dockerfile Remove the garbage log file in the fluentd-gcp that gets filled with 2015-08-27 21:41:44 +00:00
google-fluentd.conf Transfer maintainer responsibilities for fluentd configs/images. 2015-08-26 21:48:51 +00:00
Makefile Remove the garbage log file in the fluentd-gcp that gets filled with 2015-08-27 21:41:44 +00:00
README.md Add ga-beacon analytics to gendocs scripts 2015-05-15 18:56:38 -07: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