Treat indices beginning with a period as regular indices instead of system indices #79527
Labels
Breaking Change
enhancement
New value added to drive a business result
Feature:Index Management
Index and index templates UI
required-for-8.0
This work is required to be done before 8.0 lands, bc it relates to a breaking change or similar.
Team:Kibana Management
Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more
In 7.9 we updated Index Management to treat both period-prefixed indices and
hidden
indices as if they arehidden
indices. See #56532 for more context. In 8.0 ES will introduce the concept ofsystem
indices, all period-prefixed indices will be migrated to be eithersystem
,hidden
, or regular. In any case they'll lose the period prefix, so we can remove the logic that checks for this and treats them as regular.The text was updated successfully, but these errors were encountered: