Enable plugins.query.pruning.enabled by default - #5759
Conversation
PR Reviewer Guide 🔍(Review updated until commit 59b832c)Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Latest suggestions up to 59b832c Explore these optional code suggestions:
Previous suggestionsSuggestions up to commit 38a4b67
Suggestions up to commit d2ba155
|
d2ba155 to
38a4b67
Compare
|
Persistent review updated to latest commit 38a4b67 |
38a4b67 to
04e5334
Compare
|
Persistent review updated to latest commit 04e5334 |
The permissions its probes need were added to ppl_full_access in opensearch-project/security#6471. Signed-off-by: Chen Dai <daichen@amazon.com>
04e5334 to
59b832c
Compare
|
Persistent review updated to latest commit 59b832c |
Description
Index pruning shipped in PR #5727 turned off behind
plugins.query.pruning.enabled. As the required resolve index and fields cap permissions added toppl_full_accessrole in opensearch-project/security#6471, this PR enables it by default. The setting remains dynamic, so a cluster hit by one of the documented limitations can turn pruning off at runtime, as the user manual shows.Related Issues
Part of #5698
Check List
--signoffor-s.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.