[Backport 2.12] v2.12 update roles.yml with new API for experimental alerting plugin feature #4027 #4029
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
We added a new API to the alerting plugin to support enhancements to the UI (link). The enhancements allow users to configure per query, and per bucket monitors that can query remote clusters via the UI. Previously, such monitors could only be configured using devtools/API commands.
In addition, we added support for configuring cluster metrics monitors which can execute various API (link to full list of supported API) against remote clusters. The new API is used by the frontend to also support creating these monitors via the UI.
Issues Resolved
opensearch-project/alerting-dashboards-plugin#796
Is this a backport? If so, please add backport PR # and/or commits #
#4027
Testing
Executed E2E tests with and without the experimental feature enabled to help ensure no regressions.
Check List
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.