Allow kibana_system user to manage .reindexed-v8-internal.alerts indices#118959
Allow kibana_system user to manage .reindexed-v8-internal.alerts indices#118959ymao1 merged 6 commits intoelastic:mainfrom
kibana_system user to manage .reindexed-v8-internal.alerts indices#118959Conversation
62b9221 to
71dc815
Compare
|
Hi @ymao1, I've created a changelog YAML for you. |
|
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. |
💚 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 <92688503+ersin-erdal@users.noreply.github.com>
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-v8prefix so adding those patterns to the same roles.