From 6160f42facf39b707a37653ac35993ad79934885 Mon Sep 17 00:00:00 2001
From: Bertrand Lallau <bertrand.lallau@thalesgroup.com>
Date: Wed, 19 Apr 2017 16:45:20 +0200
Subject: [PATCH] Fix troubleshooting guide debugging section

Kibana index name prefix to create was wrong.
As describe in
'kolla-ansible/ansible/roles/common/templates/conf/output/01-es.conf.j2'
index prefix is "flog".

Change-Id: I6c2a38808258a8968024bcf8992353ff9672e0f9
---
 doc/troubleshooting.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/troubleshooting.rst b/doc/troubleshooting.rst
index 8d71e5d48a..d097562292 100644
--- a/doc/troubleshooting.rst
+++ b/doc/troubleshooting.rst
@@ -95,7 +95,7 @@ values are overridden, in ``/etc/kolla/globals.yml``. The value of
 ``<kibana_password>`` 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-*``.
+   prompted to create an index. Please create an index using the name ``flog-*``.
    This step is necessary until the default Kibana dashboard is implemented in
    Kolla.