0
votes

Steps to recreate:

  • default install and start of kibana (5.2.0)
  • save a saved search, visualization or dashboard
  • shutdown, change kibana.index in config/kibana.yml:
    • from ".kibana" (default)
    • to: ".kibananew"
  • restart kibana and browse to management > saved objects

Expected: No saved searches, visualisations or dashboards to be present, because it should be looking for them in ".kibananew" which is empty?

Actual: They're still there.

Any help much appreciated! :)

1

1 Answers

0
votes

So on second attempt this worked for me - i.e. I got the expected outcome above.

Either browser caching was an issue or I messed up!