From 173b1902e9418a1de58903df082add04ed74e3d0 Mon Sep 17 00:00:00 2001 From: spalger Date: Wed, 14 Nov 2018 19:16:36 -0800 Subject: [PATCH] [docs] add not about 6.5 known issue (cherry picked from commit 59f5383af3abceaaa535225259583fbf43d87129) --- docs/CHANGELOG.asciidoc | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/CHANGELOG.asciidoc b/docs/CHANGELOG.asciidoc index e9f6e3448193..205e2b123389 100644 --- a/docs/CHANGELOG.asciidoc +++ b/docs/CHANGELOG.asciidoc @@ -92,6 +92,19 @@ See <>. [[known-issues-6.5.0]] === Known issues +* {kib} gets stuck when upgrading from an older version ++ +After upgrading from an older version of {kib} while using {security}, if you get a permission error when you start {kib} for the first time, do the following steps to recover: ++ +1. Stop Kibana +2. Delete the `.kibana_1` and `.kibana_2` indices that were created +3. Create a new role in Elasticsearch that has the `all` permission for the `.tasks` index +4. Create a new user in Elasticsearch that has the `kibana_system` role as well as the new role you just created +5. Update `elasticsearch.username` and `elasticsearch.password` in kibana.yml with the details from that new user +6. Start Kibana ++ +This will be fixed in a future bug fix release, at which time you can go back to using the built-in `kibana` user. + * {kib} ignores the timezone setting `dateFormat:tz` {pull}25596[#25596] + If you use the default `browser` setting for `dateFormat:tz`,