Check capture node health
arkime_node_statsAssess Arkime capture node health—drops, disk, memory, queues—to confirm missing traffic is genuine, not a capture gap. Verify data trustworthiness before analysis.
Instructions
Report each Arkime capture node's health: drops, disk, memory, queues.
Use this to decide whether the data can be trusted before concluding
anything from an absence: a node dropping packets or out of disk has
gaps that look exactly like "no such traffic". For whether the Malcolm
services are up at all use malcolm_service_status, and for OpenSearch
cluster state use cluster_health — this one is about the capture side.
`packets_dropped` is a running total, not a rate, so a non-zero one is
history rather than a live fault; `dropped_per_sec` is the rate over
Arkime's last stats interval, and the `warning` key marks a node losing
packets right now. Per-node fields are in the output schema.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | No | Substring of a node name to narrow the list, e.g. "spark". Empty = every node. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |