From 3831aa704236843144e13d0e03284898aa5cd0fb Mon Sep 17 00:00:00 2001 From: Brian Browning Date: Sun, 22 Feb 2015 22:32:42 -0800 Subject: [PATCH] Add a clarification that the console output showing the kibana url is not present in versions below 0.11 --- docs/logging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/logging.md b/docs/logging.md index 2e3509b1a4..c0d6876030 100644 --- a/docs/logging.md +++ b/docs/logging.md @@ -13,7 +13,7 @@ Currently the collection of container logs using the [Fluentd](http://www.fluent enabled by default for clusters created for the GCE platform. Each node uses Fluentd to collect the container logs which are submitted in [Logstash](http://logstash.net/docs/1.4.2/tutorials/getting-started-with-logstash) format (in JSON) to an [Elasticsearch](http://www.elasticsearch.org/) cluster which runs as a Kubernetes service. -When you create a cluster the console output reports the URL of both the Elasticsearch cluster as well as +As of Kubernetes 0.11, when you create a cluster the console output reports the URL of both the Elasticsearch cluster as well as a URL for a [Kibana](http://www.elasticsearch.org/overview/kibana/) dashboard viewer for the logs that have been ingested into Elasticsearch. ```