The OpenSearch monitoring integration offers several 'modes' for comprehensive health and performance checks of your OpenSearch clusters. By default, all checks are enabled.
Available Checks (Modes):
cluster_status: Checks the overall health status of the OpenSearch cluster.
nodes: Monitors the number of active nodes against expected counts.
unassigned_shards: Alerts on unassigned shards within the cluster.
disk_usage: Monitors disk space usage on cluster nodes.
jvm_usage: Assesses JVM memory usage across nodes.
thread_pool_queues: Checks the sizes of thread pool queues to identify high load conditions.
no_replica_indices: Check for indices without replicas.
node_uptime: Check if node uptime is less than 10 minutes.
check_disk_space_for_resharding: Check disk space for index resharding.
The OpenSearch monitoring integration offers several 'modes' for comprehensive health and performance checks of your OpenSearch clusters. By default, all checks are enabled.
Available Checks (Modes):
cluster_status
: Checks the overall health status of the OpenSearch cluster.nodes
: Monitors the number of active nodes against expected counts.unassigned_shards
: Alerts on unassigned shards within the cluster.disk_usage
: Monitors disk space usage on cluster nodes.jvm_usage
: Assesses JVM memory usage across nodes.thread_pool_queues
: Checks the sizes of thread pool queues to identify high load conditions.no_replica_indices
: Check for indices without replicas.node_uptime
: Check if node uptime is less than 10 minutes.check_disk_space_for_resharding
: Check disk space for index resharding.