Skip to content

Commit

Permalink
Applied Note Formatting (#9931)
Browse files Browse the repository at this point in the history
* Applied Note Formatting

Added note tags, converted text to active voice, made text consistent

* fix note syntax

* add bold note
  • Loading branch information
JuleeB1 authored and k8s-ci-robot committed Aug 20, 2018
1 parent e64c61e commit c78e452
Showing 1 changed file with 6 additions and 4 deletions.
Expand Up @@ -15,9 +15,11 @@ in the [Logging With Stackdriver Logging](/docs/user-guide/logging/stackdriver).
This article describes how to set up a cluster to ingest logs into
[Elasticsearch](https://www.elastic.co/products/elasticsearch) and view
them using [Kibana](https://www.elastic.co/products/kibana), as an alternative to
Stackdriver Logging when running on GCE. Note that Elasticsearch and Kibana
cannot be setup automatically in the Kubernetes cluster hosted on
Google Kubernetes Engine, you have to deploy it manually.
Stackdriver Logging when running on GCE.

{{< note >}}
**Note:** You cannot automatically deploy Elasticsearch and Kibana in the Kubernetes cluster hosted on Google Kubernetes Engine. You have to deploy them manually.
{{< /note >}}

{{% /capture %}}

Expand Down Expand Up @@ -115,4 +117,4 @@ Here is a typical view of ingested logs from the Kibana viewer:
Kibana opens up all sorts of powerful options for exploring your logs! For some
ideas on how to dig into it, check out [Kibana's documentation](https://www.elastic.co/guide/en/kibana/current/discover.html).

{{% /capture %}}
{{% /capture %}}

0 comments on commit c78e452

Please sign in to comment.