From 0e6fcdb591519593f04c086345a032822bced403 Mon Sep 17 00:00:00 2001 From: Rajath Agasthya Date: Wed, 6 Apr 2016 15:34:55 -0700 Subject: [PATCH] Added Kibana instructions to quickstart.rst Kibana requires creating an index for the first time when you log in since we don't have a default dashboard yet. Documenting that step in quickstart.rst. Change-Id: I82ecd228c61e2affa5c8f9f9c93f8845728f707f --- doc/quickstart.rst | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/doc/quickstart.rst b/doc/quickstart.rst index 30cf69969a..838596a4c0 100644 --- a/doc/quickstart.rst +++ b/doc/quickstart.rst @@ -645,3 +645,23 @@ provide no information. To learn more about Docker command line operation please refer to `Docker documentation `__. + +When ``enable_central_logging`` is enabled, to view the logs in a web browser +using Kibana, go to: + +:: + + http://: + +and authenticate using ```` and ````. + +The values of ````, ```` and +```` can be found in +``/kolla/ansible/group_vars/all.yml`` or if the default +values are overridden, in ``/etc/kolla/globals.yml``. The value of +```` can be found in ``/etc/kolla/passwords.yml``. + +Note: When you log in to Kibana web interface for the first time, you are +prompted to create an index. Please create an index using the name ``log-*``. +This step is necessary until the default Kibana dashboard is implemented in +Kolla. \ No newline at end of file