mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-28 07:59:10 +00:00
- Moved it to its own top level enum `WatcherState` - Also changed the key holding the current state in the `stats` API to `watcher_state` Original commit: elastic/x-pack-elasticsearch@2e5ca90f57
6 lines
104 B
YAML
6 lines
104 B
YAML
---
|
|
"Test watcher stats output":
|
|
|
|
- do: {watcher.stats: {}}
|
|
- match: { "watcher_state": "started" }
|