From 912fed5ee97274d649031f21b9c9be90b9dc87f1 Mon Sep 17 00:00:00 2001 From: Naarcha-AWS Date: Fri, 18 Mar 2022 13:02:02 -0500 Subject: [PATCH] Add more specific ClusterMetrics use cases Signed-off-by: Naarcha-AWS --- _monitoring-plugins/alerting/monitors.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_monitoring-plugins/alerting/monitors.md b/_monitoring-plugins/alerting/monitors.md index 205be06c..2d719f44 100644 --- a/_monitoring-plugins/alerting/monitors.md +++ b/_monitoring-plugins/alerting/monitors.md @@ -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: - The health of your cluster reaches a status of yellow or red. -- CPU usages reaches a specified threshold. -- JVM memory usage reaches a specified threshold. +- Cluster-level metrics, such as CPU usage and JVM memory usage, reach specified thresholds. +- 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. To create a cluster metrics monitor: