Update Readme.

Add a comment about how to log into Kibana.

Change-Id: Ib3291e67adc6b66159114510f466be6c68e930a3
This commit is contained in:
Guillaume Thouvenin 2015-04-02 09:12:06 +02:00
parent 0f27a41b02
commit 95cad24076
1 changed files with 11 additions and 0 deletions

View File

@ -81,6 +81,8 @@ User Guide
Testing
-------
### Elasticsearch
Once installed, you can check that ElasticSearch is working using `curl`:
```
@ -107,6 +109,15 @@ The expected output is something like this:
}
```
### Kibana
The Kibana user interface is available at the following URL:
http://$HOST/
Where `HOST` is the IP address or the name of the node. By default, you will
be redirected to the logs dashboard.
Known issues
------------