e0128daf9a
SpawnModules will be going away very soon as part of elastic/elasticsearchelastic/elasticsearch#12783. This change removes its use from all x-plugins. Most spawnmodules uses here were to either collect a number of modules into one (so the modules were just moved up into the plugin itself), or to spawn a module which interacted with an extension point from ES. This change moves those, as well as most uses of PreProcessModule, to use onModule. Original commit: elastic/x-pack-elasticsearch@6430e35379 |
||
---|---|---|
.. | ||
.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.