mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-26 23:07:45 +00:00
Also expose WatcherMetaData in stats api Original commit: elastic/x-pack-elasticsearch@5581615f9c
7 lines
145 B
YAML
7 lines
145 B
YAML
---
|
|
"Test watcher stats output":
|
|
|
|
- do: {watcher.stats: {}}
|
|
- match: { "watcher_state": "started" }
|
|
- match: { "manually_stopped": false }
|