Skip to content

Commit

Permalink
Fix URL for Elasticsearch
Browse files Browse the repository at this point in the history
  • Loading branch information
satnam6502 committed Mar 2, 2015
1 parent 66dfbe9 commit e918f36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster/gce/util.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit e918f36

Please sign in to comment.