Cluster health
cluster_healthReport OpenSearch cluster health with green/yellow/red status and node/shard counts to pinpoint storage-layer problems.
Instructions
Report OpenSearch cluster health: green/yellow/red status plus node and shard counts.
This checks the storage backend (OpenSearch) itself, cluster-wide. To check
whether the Malcolm API is reachable, use malcolm_ping; for the readiness of
Malcolm's individual services, use malcolm_service_status; for per-index
status rather than the whole cluster, use list_indices. Returns the raw
OpenSearch _cluster/health document.
This is a storage-layer answer only: every shard allocated says nothing
about whether packets are still being captured or parsed. Measured on
Malcolm v26.07.1 (single node) the steady state is green with
number_of_nodes=1 and unassigned_shards=0, so treat yellow as something
to explain rather than as normal. For whether data is still arriving use
malcolm_data_coverage; for whether a capture node is dropping packets use
arkime_node_stats.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |