IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Watcher transform context
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
Watcher transform context
editUse a Painless script to transform watch data into a new payload for use in a response to a condition.
Variables
-
params(Map, read-only) - User-defined parameters passed in as part of the query.
-
ctx['watch_id'](String, read-only) - The id of the watch.
-
ctx['execution_time'](ZonedDateTime, read-only) - The start time for the watch.
-
ctx['trigger']['scheduled_time'](ZonedDateTime, read-only) - The scheduled trigger time for the watch.
-
ctx['trigger']['triggered_time'](ZonedDateTime, read-only) - The actual trigger time for the watch.
-
ctx['metadata'](Map, read-only) - Any metadata associated with the watch.
-
ctx['payload'](Map, read-only) - The accessible watch data based upon the watch input.
Return
-
Object - The new payload.
API
The standard Painless API is available.