I've the following indices on my currently v6.8 cluster.
GET _cat/indices?v&index=.kib*&h=index
index
.kibana_8
.kibana_7
.kibana_task_manager
.kibana-6
GET /.kibana_8
{
".kibana_8" : {
"aliases" : {
".kibana" : { }
},
The 7.0 Upgrade Assistant show the following critical issue with a suggestion to reindex:
.kibana-6 This index was created using version: 5.6.9
Since it appears that Kibana is actually using the .kibana_8 index, can I delete .kibana-6 instead of reindexing it as suggested?