This documentation contains work-in-progress information for future Elastic Stack and Cloud releases. Use the version selector to view supported release docs. It also contains some Elastic Cloud serverless information. Check out our serverless docs for more details.
Watcher triggers
editWatcher triggers
editEvery watch must have a trigger
that defines when the watch execution process
should start. When you create a watch, its trigger is registered with the
appropriate Trigger Engine. The trigger engine is responsible for evaluating
the trigger and triggering the watch when needed.
Watcher is designed to support different types of triggers, but only time-based
schedule
triggers are currently available.