WARNING: Version 6.1 of Elasticsearch has passed its EOL date.
This documentation is no longer being maintained and may be removed. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
The start
API starts the Watcher service if the service is not already
running.
POST _xpack/watcher/_start
You must have manage_watcher
cluster privileges to use this API. For more
information, see Security Privileges.
POST _xpack/watcher/_start
Watcher returns the following response if the request is successful:
{ "acknowledged": true }