-
Notifications
You must be signed in to change notification settings - Fork 24.9k
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 aliases on ML hidden indices into hidden aliases #52877
Comments
Pinging @elastic/ml-core (:ml) |
Update: #52547 has been merged to master so I've started working on this issue. |
Short analysis of the possible combinations of hidden/non-hidden index with hidden/non-hidden alias. Contents of
Contents of
Contents of
The following sequence of commands results in correct state of the system. No errors are thrown.
The configuration of the indices is:
|
@gwbrown confirmed that all four combinations should work fine so there should not be any BWC issues while upgrading from 7.6 to 7.7. |
The PR #53160 is now merged to |
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.)The text was updated successfully, but these errors were encountered: