Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed typos #284

Merged
merged 1 commit into from
Sep 4, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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).