-
Notifications
You must be signed in to change notification settings - Fork 25k
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
Allow kibana_system
user to manage .reindexed-v8-internal.alerts
indices
#118959
Conversation
62b9221
to
71dc815
Compare
Hi @ymao1, I've created a changelog YAML for you. |
kibana_system
user to manage .reindexed-v8-internal.alerts
indices
Pinging @elastic/es-security (Team:Security) |
Shouldn't the result of the re-indexing via the Kibana upgrade assistant introduce an alias with the old name, which should allow continued access by the old name (without needing to add a new privilege) ? |
Yes, for the most part this works. There is a specific portion of our code that uses the alias to retrieve all the concrete backing indices and directly updates the mappings on these backing indices and this is the issue we're trying to address. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
💚 Backport successful
|
…indices (elastic#118959) * Adding reindexed alerts as data backing index prefixes * Update docs/changelog/118959.yaml * Update docs/changelog/118959.yaml --------- Co-authored-by: Ersin Erdal <[email protected]>
…indices (#118959) (#119461) * Adding reindexed alerts as data backing index prefixes * Update docs/changelog/118959.yaml * Update docs/changelog/118959.yaml --------- Co-authored-by: Ersin Erdal <[email protected]>
Existing built-in roles can manage
.internal.alerts*
and.internal.preview.alerts*
indices. If created in 7.x, these indices will be reindexed for the 9.0 upgrade and receive the.reindexed-v8
prefix so adding those patterns to the same roles.