Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Treat indices beginning with a period as regular indices instead of system indices #79527

Closed
cjcenizal opened this issue Oct 5, 2020 · 2 comments · Fixed by #112990
Closed
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

Comments

@cjcenizal
Copy link
Contributor

cjcenizal commented Oct 5, 2020

In 7.9 we updated Index Management to treat both period-prefixed indices and hidden indices as if they are hidden indices. See #56532 for more context. In 8.0 ES will introduce the concept of system indices, all period-prefixed indices will be migrated to be either system, 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.

@cjcenizal cjcenizal added release_note:breaking enhancement New value added to drive a business result Feature:Index Management Index and index templates UI Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more labels Oct 5, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/es-ui (Team:Elasticsearch UI)

@cjcenizal cjcenizal changed the title Treat indices beginning with a period as regular indices Treat indices beginning with a period as regular indices instead of system indices Aug 4, 2021
@cjcenizal
Copy link
Contributor Author

Relates to #93515

@cjcenizal cjcenizal added the required-for-8.0 This work is required to be done before 8.0 lands, bc it relates to a breaking change or similar. label Aug 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants