We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5fd4a7 commit 69f8934Copy full SHA for 69f8934
x-pack/plugin/src/test/resources/rest-api-spec/test/watcher/stats/10_basic.yml
@@ -1,17 +1,11 @@
1
---
2
"Test watcher stats output":
3
- - skip:
4
- version: "all"
5
- reason: "@AwaitsFix: https://github.com/elastic/elasticsearch/issues/30298"
6
- do: {xpack.watcher.stats: {}}
7
- match: { "manually_stopped": false }
8
- match: { "stats.0.watcher_state": "started" }
9
10
11
"Test watcher stats supports emit_stacktraces parameter":
12
13
14
15
- do:
16
xpack.watcher.stats:
17
metric: "all"
0 commit comments