mirror of https://github.com/knative/docs.git
Correct Namespace in Kabana UI link (#574)
Change the namespace to knative-monitoring from just monitoring Resolves #573
This commit is contained in:
parent
e982df0b0e
commit
8a80f7b000
|
@ -16,7 +16,7 @@ start a local proxy with the following command:
|
|||
the Kibana UI is exposed only within the cluster.
|
||||
|
||||
* Navigate to the
|
||||
[Kibana UI](http://localhost:8001/api/v1/namespaces/monitoring/services/kibana-logging/proxy/app/kibana).
|
||||
[Kibana UI](http://localhost:8001/api/v1/namespaces/knative-monitoring/services/kibana-logging/proxy/app/kibana).
|
||||
*It might take a couple of minutes for the proxy to work*.
|
||||
|
||||
The Discover tab of the Kibana UI looks like this:
|
||||
|
|
Loading…
Reference in New Issue