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] Make .ml indices that will not become system indices hidden #52420

Closed
droberts195 opened this issue Feb 17, 2020 · 3 comments
Closed

[ML] Make .ml indices that will not become system indices hidden #52420

droberts195 opened this issue Feb 17, 2020 · 3 comments
Labels
>enhancement :ml Machine learning

Comments

@droberts195
Copy link
Contributor

#50452 introduced the concept of hidden indices into 7.7.

All indices beginning with .ml need to migrate to being either hidden indices or system indices. They cannot be normal indices from 8.0 onwards.

Since the hidden index functionality is available we should start to use it now. The following patterns of .ml index should become hidden indices, i.e. have the index.hidden setting added to them on creation:

  1. .ml-anomalies*
  2. .ml-state*
  3. .ml-notifications*
  4. .ml-annotations*
  5. .ml-stats*

(Note .ml-config* and .ml-meta* will become system indices and should not be altered by this piece of work. Any others I have missed need discussing.)

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

Pinging @elastic/ml-core (:ml)

@przemekwitek
Copy link
Contributor

Done apart from .ml-stats which does not exist yet.

@droberts195
Copy link
Contributor Author

Done apart from .ml-stats which does not exist yet.

@dimitris-athanasiou I know you are working on adding .ml-stats at the moment, so please can you make it a hidden index from the start?

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