Install Watcher
1
Install Watcher
bin/plugin install elasticsearch/license/latest
Copy to Clipboard
bin/plugin install elasticsearch/watcher/latest
Copy to Clipboard
To install Watcher on a DEB/RPM installation of the Elastic Stack, see DEB/RPM installation instructions.
2
Start Elasticsearch
bin/elasticsearch
Copy to Clipboard
3
Verify installation
curl -XGET 'http://localhost:9200/_watcher/stats?pretty'
Copy to Clipboard