IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Watcher always condition
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
Watcher always condition
editUse the always
condition to set the condition to true
. This forces the watch
actions to be executed unless they are throttled.
The always
condition enables you to perform watch actions on a fixed schedule,
such as, "Every Friday at noon, send a status report email to
sys.admin@example.com."
Using the always condition
editThis is the default if you omit the condition definition from a watch.
There are no attributes to specify for the always
condition. To explicitly
use this condition, specify the condition type and associate it with an empty
object:
"condition" : { "always" : {} }
Was this helpful?
Thank you for your feedback.