From 88dadeea43a716132fc42a87aa372d0a4907f7f6 Mon Sep 17 00:00:00 2001 From: Satnam Singh Date: Mon, 13 Oct 2014 12:21:22 -0700 Subject: [PATCH] Add README.md file for fluentd-elasticsearch image directory --- contrib/logging/fluentd-es-image/README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 contrib/logging/fluentd-es-image/README.md diff --git a/contrib/logging/fluentd-es-image/README.md b/contrib/logging/fluentd-es-image/README.md new file mode 100644 index 00000000000..4959309fef7 --- /dev/null +++ b/contrib/logging/fluentd-es-image/README.md @@ -0,0 +1,7 @@ +# Collecting Docker Log Files with Fluentd and Elasticsearch +This directory contains the source files needed to make a Docker image +that collects Docker container log files using [Fluentd](http://www.fluentd.org/) +and sends them to an instance of [Elasticsearch](http://www.elasticsearch.org/). +This image is designed to be used as part of the [Kubernetes](https://github.com/GoogleCloudPlatform/kubernetes) +cluster bring up process. The image resides at DockerHub under the name +[kubernetes/fluentd-eslasticsearch](https://registry.hub.docker.com/u/kubernetes/fluentd-elasticsearch/).