We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e0a989 commit 08e553cCopy full SHA for 08e553c
x-pack/docs/en/watcher/condition/compare.asciidoc
@@ -44,7 +44,7 @@ condition returns `true` if the number of the total hits in the
44
{
45
"condition" : {
46
"compare" : {
47
- "ctx.payload.hits.total.value" : { <1>
+ "ctx.payload.hits.total" : { <1>
48
"gte" : 5 <2>
49
}
50
0 commit comments