Merge pull request #463 from opensearch-project/observe-use-case

Add more specific ClusterMetrics use cases
This commit is contained in:
Naarcha-AWS 2022-03-18 13:23:28 -05:00 committed by GitHub
commit be3859c625
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -413,8 +413,8 @@ Deleted | Someone deleted the monitor or trigger associated with this alert whil
In addition to monitoring conditions for indexes, the alerting plugin allows monitoring conditions on clusters. Alerts can be set by cluster metrics to watch for when: In addition to monitoring conditions for indexes, the alerting plugin allows monitoring conditions on clusters. Alerts can be set by cluster metrics to watch for when:
- The health of your cluster reaches a status of yellow or red. - The health of your cluster reaches a status of yellow or red.
- CPU usages reaches a specified threshold. - Cluster-level metrics, such as CPU usage and JVM memory usage, reach specified thresholds.
- JVM memory usage reaches a specified threshold. - Node-level metrics, such as available disk space, JVM memory usage, and CPU usage, reach a specified threshold.
- The total number of documents stores reaches a specified amount. - The total number of documents stores reaches a specified amount.
To create a cluster metrics monitor: To create a cluster metrics monitor: