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

[ML] Add the index.hidden setting to ML hidden indices created before 7.7 #52876

Closed
droberts195 opened this issue Feb 27, 2020 · 2 comments
Closed
Labels
>enhancement :ml Machine learning

Comments

@droberts195
Copy link
Contributor

After #52420 ML is in the situation where ML internal indices created in 7.7 or above that will not become system indices will be hidden indices.

However, ML indices created before 7.7 will not currently become hidden indices.

#52772 adds the possibility to make pre-existing indices into hidden indices. Therefore, ML should add the index.hidden setting to ML indices matching the appropriate patterns. This would transition old indices, and also reintroduce the setting if it somehow got lost. It could be done by a cluster state observer on the master node.

(This change is not desperately urgent - whether it goes into 7.7 or 7.8 doesn't matter very much.)

@droberts195 droberts195 added >enhancement :ml Machine learning labels Feb 27, 2020
@elasticmachine
Copy link
Collaborator

Pinging @elastic/ml-core (:ml)

@przemekwitek przemekwitek self-assigned this Sep 14, 2020
@droberts195
Copy link
Contributor Author

Superseded by #53674

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>enhancement :ml Machine learning
Projects
None yet
Development

No branches or pull requests

3 participants