Start the watch service
Start the Watcher service if it is not already running.
POST
/_watcher/_start
curl \
-X POST http://api.example.com/_watcher/_start
Response examples (200)
{
"acknowledged": true
}