-
Notifications
You must be signed in to change notification settings - Fork 25.2k
added warning for required privileges #88438
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
base: main
Are you sure you want to change the base?
Conversation
Adjusted the document to ensure alignment and correctness after following changes were made: #81400 and adjusted for proposed solution mentioned here: #81451 (comment)
@robb3rt please enable the option "Allow edits and access to secrets by maintainers" on your PR. For more information, see the documentation. |
Pinging @elastic/es-docs (Team:Docs) |
IMPORTANT: This action deletes system indices and [starting from 8.1](https://github.com/elastic/elasticsearch/pull/81400) system index write-access has been removed from the superuser role. So, if you are performing this action from a user with the superuser role, you need to ensure that the user has another role with the `allow_restricted_indices` set to `true` to be able to delete all system indices. | ||
|
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.
IMPORTANT: This action deletes system indices and [starting from 8.1](https://github.com/elastic/elasticsearch/pull/81400) system index write-access has been removed from the superuser role. So, if you are performing this action from a user with the superuser role, you need to ensure that the user has another role with the `allow_restricted_indices` set to `true` to be able to delete all system indices. | |
IMPORTANT: This action deletes system indices. In {es} 8.1 and later, the superuser | |
role doesn't have write access to system indices. If you execute this request as a | |
user with the superuser role, you must have an additional role with the | |
`allow_restricted_indices` privilege set to `true` to delete all system indices. | |
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.
Here's a suggested rewording of your original text. Let me know if this change makes sense 💡
@robb3rt Are you interested in continuing to work on this PR, and apply the suggestion in #88438 (comment)? Otherwise, we'd be happy to take it from here. |
Important Elastic documentation is migrating to Markdown for version 9.0+. See the migration guide for details. ℹ️ What's happening?
What do I need to do?For <=8.x docs:
For 9.0+ docs:Option 1:
Option 2:
💡 Need help?
|
Adjusted the document to ensure alignment and correctness after following changes were made: #81400
and adjusted for proposed solution mentioned here: #81451 (comment)
gradle check
?