diff --git a/x-pack/docs/en/watcher/condition/array-compare.asciidoc b/x-pack/docs/en/watcher/condition/array-compare.asciidoc index b413690865e60..477c0ea862877 100644 --- a/x-pack/docs/en/watcher/condition/array-compare.asciidoc +++ b/x-pack/docs/en/watcher/condition/array-compare.asciidoc @@ -25,7 +25,7 @@ than or equal to 25: "condition": { "array_compare": { "ctx.payload.aggregations.top_tweeters.buckets" : { <1> - "path": "doc_count" <2>, + "path": "doc_count", <2> "gte": { <3> "value": 25, <4> }