7b10f36775
When https://github.com/elastic/elasticsearch/pull/12879 will be merged, this commit should be merged as well. ``` [INFO] Reactor Summary: [INFO] [INFO] Elasticsearch Commercial Plugin Build Resources .... SUCCESS [ 0.228 s] [INFO] Elasticsearch X-Plugins - Parent POM ............... SUCCESS [ 0.282 s] [INFO] X-Plugins: License: Parent POM ..................... SUCCESS [ 0.089 s] [INFO] X-Plugins: License: Core ........................... SUCCESS [ 0.118 s] [INFO] X-Plugins: License: Licensor ....................... SUCCESS [ 0.150 s] [INFO] X-Plugins: License: Plugin API ..................... SUCCESS [ 0.106 s] [INFO] X-Plugins: License: Plugin ......................... SUCCESS [ 0.112 s] [INFO] X-Plugins: Shield .................................. SUCCESS [ 0.234 s] [INFO] X-Plugins: Watcher ................................. SUCCESS [ 0.264 s] [INFO] X-Plugins: Marvel .................................. SUCCESS [ 0.113 s] [INFO] QA: Parent POM ..................................... SUCCESS [ 0.097 s] [INFO] QA: Smoke Test X-Plugins ........................... SUCCESS [ 0.107 s] [INFO] QA: Shield core REST tests ......................... SUCCESS [ 0.093 s] [INFO] QA: Smoke Test Watcher's Shield integration ........ SUCCESS [ 0.109 s] ``` Original commit: elastic/x-pack-elasticsearch@e9871261cf |
||
---|---|---|
.. | ||
.settings | ||
bin/watcher | ||
dev-tools | ||
docs | ||
rest-api-spec | ||
src | ||
LICENSE.txt | ||
NOTICE.txt | ||
README.asciidoc | ||
pom.xml |
README.asciidoc
= Elasticsearch Watcher Plugin This plugins adds conditioned scheduled tasks features to elasticsearch - such a task is called a `Watch`. You can build the plugin with `mvn package`. The documentation is put in the `docs/` directory.