Skip to content

Commit

Permalink
Setting these values to True or False results in an error.
Browse files Browse the repository at this point in the history
  • Loading branch information
crispybacon authored and joegallo committed May 19, 2022
1 parent 1ff0ce4 commit ef0f390
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions x-pack/docs/en/watcher/condition.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
When a watch is triggered, its condition determines whether or not to execute
the watch actions. {watcher} supports the following condition types:

* <<condition-always,`always`>>: set the watch condition to `true` so the watch
actions are always executed.
* <<condition-never,`never`>>: set the watch condition to `false` so the watch
actions are never executed.
* <<condition-always,`always`>>: set the watch condition to empty curly brackets
so the watch actions are never executed
* <<condition-never,`never`>>: set the watch condition to empty curly brackets
so the watch actions are never executed.
* <<condition-compare,`compare`>>: perform simple comparisons against values
in the watch payload to determine whether or not to execute the watch actions.
* <<condition-array-compare,`array_compare`>>: compare an array of values in the
Expand Down

0 comments on commit ef0f390

Please sign in to comment.