Closed
Description
#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.)