[Docs] Fix json syntax in watcher compare condition (#44032)
This commit is contained in:
parent
268971db03
commit
389c923a82
|
@ -48,6 +48,7 @@ search result>> is greater than or equal to 5:
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
--------------------------------------------------
|
||||
// NOTCONSOLE
|
||||
<1> Use dot notation to reference a value in the execution context.
|
||||
|
@ -68,6 +69,7 @@ of the form `<{expression}>`. For example, the following expression returns
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
--------------------------------------------------
|
||||
// NOTCONSOLE
|
||||
|
||||
|
@ -86,6 +88,7 @@ to the `ctx.payload.aggregations.handled.buckets.true.doc_count`:
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
--------------------------------------------------
|
||||
// NOTCONSOLE
|
||||
|
||||
|
|
Loading…
Reference in New Issue