From e918f36c2b7f1fef1c6d314e1aeb05422384eefa Mon Sep 17 00:00:00 2001 From: Satnam Singh Date: Mon, 2 Mar 2015 15:57:12 -0800 Subject: [PATCH] Fix URL for Elasticsearch --- cluster/gce/util.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/gce/util.sh b/cluster/gce/util.sh index cbc7b7fb6963f..f5a164212934f 100755 --- a/cluster/gce/util.sh +++ b/cluster/gce/util.sh @@ -900,7 +900,7 @@ function setup-logging-firewall { done echo - echo -e "${color_green}Cluster logs are ingested into Elasticsearch running at ${color_yellow}https://https://${KUBE_MASTER_IP}/api/v1beta1/proxy/services/elasticsearch-logging/" + echo -e "${color_green}Cluster logs are ingested into Elasticsearch running at ${color_yellow}https://${KUBE_MASTER_IP}/api/v1beta1/proxy/services/elasticsearch-logging/" echo -e "${color_green}Kibana logging dashboard will be available at ${color_yellow}https://${KUBE_MASTER_IP}/api/v1beta1/proxy/services/kibana-logging/${color_norm} (note the trailing slash)" echo }