Skip to content

Commit

Permalink
Fixed typos (#284)
Browse files Browse the repository at this point in the history
  • Loading branch information
endrec authored and tamalsaha committed Sep 4, 2018
1 parent 5e552fe commit 02944a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/guides/elasticsearch/kibana/connect-kibana.md
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ Notice the `elasticsearch.username` and `elasticsearch.password` field. Kibana w

Now, create a ConfigMap with `kibana.yml` file. We will mount this ConfigMap in Kibana deployment so that Kibana starts with this configuration.

```conlose
```console
$ kubectl create configmap -n demo kibana-config \
--from-file=./kibana.yml
configmap/kibana-config created
Expand Down Expand Up @@ -428,7 +428,7 @@ Forwarding from 127.0.0.1:5601 -> 5601
Forwarding from [::1]:5601 -> 5601
```

Now, open `localhost:5601` in your browser. When you will open the address, you will be greeted with Search Guard login UI.
Now, open `localhost:5601` in your browser. When you open the address, you will be greeted with Search Guard login UI.

![Search Guard Login UI](/docs/images/elasticsearch/kibana/search-guard-login-ui.png)

Expand Down Expand Up @@ -529,4 +529,4 @@ $ kubectl delete -n demo deployment/kibana
$ kubectl delete ns demo
```

To uninstall KubeDB follow this [guide](/docs/setup/uninstall.md).
To uninstall KubeDB follow this [guide](/docs/setup/uninstall.md).

0 comments on commit 02944a9

Please sign in to comment.