Closed
Description
Since #52423 and #52778 some of the ML internal indices are hidden indices. A problem has been identified that means these indices do not show up correctly in _cat/indices
when security is enabled - see #52304. The solution that is being implemented is to introduce the concept of hidden aliases. This work is ongoing in #52547.
Before 7.7 feature freeze ML will need to make all aliases on our hidden indices into hidden aliases. (Or, if this is not possible in time for 7.7, remove the index.hidden
setting from the indices we've added it to so far and try again in 7.8.)