-
Notifications
You must be signed in to change notification settings - Fork 627
Alerting plugin - experimental cross cluster monitor support documentation #6350
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
Alerting plugin - experimental cross cluster monitor support documentation #6350
Conversation
…monitor remote clusters. Added documentation for configuring query and bucket monitors through the UI that can query remote indexes. These are experimental for v2.12. Signed-off-by: AWSHurneyt <[email protected]>
aedee93 to
aea15c0
Compare
|
@vagimeli Here's the PR for the documentation. |
vagimeli
left a comment
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.
@AWSHurneyt Minimal edits. For the UI, please lowercase "Documentation" and remove the closing punctuation after "visit forum.opensearch.org".
@vagimeli Thank you! I've edited the banner accordingly. |
Co-authored-by: Melissa Vagi <[email protected]> Signed-off-by: AWSHurneyt <[email protected]>
Co-authored-by: Melissa Vagi <[email protected]> Signed-off-by: AWSHurneyt <[email protected]>
Co-authored-by: Melissa Vagi <[email protected]> Signed-off-by: AWSHurneyt <[email protected]>
natebower
left a comment
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.
@vagimeli Please see my comments and changes and let me know if you have any questions. Thanks!
|
|
||
| Both monitor types support querying remote indexes using the same `cluster-name:index-name` pattern used by [cross-cluster search](https://opensearch.org/docs/latest/security/access-control/cross-cluster-search/), or by using OpenSearch Dashboards 2.12 or later. | ||
|
|
||
| <img src="{{site.url}}{{site.baseurl}}/images/alerting/cross-cluster-per-query-per-bucket-monitors.png" alt="Cluster metrics monitor" width="700"/> |
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.
The image should be introduced in the text that precedes it.
Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]>
Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]>
Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]>
Signed-off-by: Melissa Vagi <[email protected]>
Description
Added documentation for supporting cluster metrics monitors that can monitor remote clusters. Added documentation for configuring query and bucket monitors through the UI that can query remote indexes.
These are experimental for v2.12.
Issues Resolved
Closes #4438
Checklist
For more information on following Developer Certificate of Origin and signing off your commits, please check here.