mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-06 04:58:50 +00:00
Moved node_info, node_stats, shutdown and hot_threads into nodes.* Moved snapshot and repository APIs into snapshot.*
9 lines
131 B
YAML
9 lines
131 B
YAML
---
|
|
"Nodes stats":
|
|
- do:
|
|
nodes.stats:
|
|
metric: [ indices, transport ]
|
|
|
|
- is_true: cluster_name
|
|
- is_true: nodes
|