[Docs] Fix json syntax in watcher compare condition (#44032)

This commit is contained in:
Sachin Frayne 2019-07-09 12:43:18 +01:00 committed by Christoph Büscher
parent 268971db03
commit 389c923a82
1 changed files with 3 additions and 0 deletions

View File

@ -47,6 +47,7 @@ search result>> is greater than or equal to 5:
"gte" : 5 <2>
}
}
}
}
--------------------------------------------------
// NOTCONSOLE
@ -67,6 +68,7 @@ of the form `<{expression}>`. For example, the following expression returns
"gte" : "<{now-5m}>"
}
}
}
}
--------------------------------------------------
// NOTCONSOLE
@ -85,6 +87,7 @@ to the `ctx.payload.aggregations.handled.buckets.true.doc_count`:
"not_eq" : "{{ctx.payload.aggregations.handled.buckets.true.doc_count}}"
}
}
}
}
--------------------------------------------------
// NOTCONSOLE