From ce03940f2b34f2afd6b59f44641b6a82b9522743 Mon Sep 17 00:00:00 2001 From: Peter Delaney Date: Wed, 18 Jul 2018 09:28:31 -0700 Subject: [PATCH] Copy edits (#172) If I have time, I might consider a separate pass to make more of these instructions into procedures. Having the steps in narrative text makes them feel optional or just mildly disjoint. Let's be more imperative, as in "Do this, and this, and then this, in this order." --- serving/accessing-logs.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/serving/accessing-logs.md b/serving/accessing-logs.md index de203677a..1eaf64c97 100644 --- a/serving/accessing-logs.md +++ b/serving/accessing-logs.md @@ -1,7 +1,7 @@ # Accessing logs -If logging and monitoring components are not installed yet, go through the -[installation instructions](./installing-logging-metrics-traces.md) to setup the +If you have not yet installed the logging and monitoring components, go through the +[installation instructions](./installing-logging-metrics-traces.md) to set up the necessary components first. ## Kibana and Elasticsearch @@ -13,11 +13,12 @@ enter the following command: kubectl proxy ``` -This starts a local proxy of Kibana on port 8001. The Kibana UI is only exposed within -the cluster for security reasons. +This command starts a local proxy of Kibana on port 8001. For security reasons, 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) -(*It might take a couple of minutes for the proxy to work*). +Navigate to the +[Kibana UI](http://localhost:8001/api/v1/namespaces/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: @@ -111,5 +112,5 @@ See [Accessing Traces](./accessing-traces.md) page for details. ## Stackdriver -Go to the [Google Cloud Console logging page](https://console.cloud.google.com/logs/viewer) for -your GCP project which stores your logs via Stackdriver. \ No newline at end of file +Go to the [GCP Console logging page](https://console.cloud.google.com/logs/viewer) for +your GCP project, which stores your logs via Stackdriver.