You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#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:
.ml-anomalies*
.ml-state*
.ml-notifications*
.ml-annotations*
.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.)
The text was updated successfully, but these errors were encountered:
#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 theindex.hidden
setting added to them on creation:.ml-anomalies*
.ml-state*
.ml-notifications*
.ml-annotations*
.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.)The text was updated successfully, but these errors were encountered: