From 55709e34632c1fef9f3666e931106f395112e0ab Mon Sep 17 00:00:00 2001 From: Alex Robinson Date: Thu, 11 Dec 2014 14:29:52 -0800 Subject: [PATCH] Mention Fluentd in the logging doc, as originally requested by Kiyoto in PR 2727. --- docs/logging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/logging.md b/docs/logging.md index 9e062e141be..8aa5ac5955f 100644 --- a/docs/logging.md +++ b/docs/logging.md @@ -6,7 +6,7 @@ Kubernetes components, such as kubelet and apiserver, use the [glog](https://god ## Logging in Containers There are no Kubernetes-specific requirements for logging from within containers. A [search](https://www.google.com/?q=docker+container+logging) will turn up any number of articles about logging and -Docker containers. However, we do provide an example of how to collect, index, and view pod logs [using Elasicsearch and Kibana](./getting-started-guides/logging.md) +Docker containers. However, we do provide an example of how to collect, index, and view pod logs [using Fluentd, Elasticsearch, and Kibana](./getting-started-guides/logging.md)