Add index.priority
setting to indices created by Kibana
#68913
Labels
Feature:Saved Objects
Team:Core
Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc
If Elasticsearch has shard allocation failures (eg. unallocated shards due to a node leaving the cluster), Kibana's core indices should be prioritized over other indices in recovering.
According to the index recovery prioritization docs, indices are recovered by this priority ranking:
Newer indices created since Kibana's last upgrade (which may have triggered migrations and creating a new index) will be recovered before Kibana's indices.
By setting the
index.priority
setting we can ensure that Kibana's indices recover before other, more recently created data indices.I think we should probably do this for all indices created by Kibana, but the primary SavedObject index (
.kibana_n
) should have the highest priority.CC'ing teams with indices this may affect:
The text was updated successfully, but these errors were encountered: