![]() Automatic merge from submit-queue Try parse golang logs by default Glog by default logs to stderr, so Stackdriver Logging shows them all as errors. This PR makes fluentd try to parse messages using glog format and if succeeded, set timestamp and severity accordingly. CC @piosz @fgrzadkowski |
||
---|---|---|
.. | ||
Dockerfile | ||
fluent.conf | ||
Makefile | ||
README.md | ||
run.sh |
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.