🔎 Open source distributed and RESTful search engine.
Go to file
Brian Murphy 4cf56aef12 Bring transport actions in line with master
ES master added IndexNameExpressionResolver class, which is required by all transport actions. This change adds this class to the actions as well as replacing calls to state.metadata.concreteIndices with calls to the new IndexNameExpressionResolver class.

Original commit: elastic/x-pack-elasticsearch@7938330321
2015-07-10 12:20:34 -04:00
dev-tools adapt to bin/plugin changes for es plugins 2015-07-09 01:18:31 -04:00
rest-api-spec Renamed the status field in the stored watch 2015-06-25 15:39:19 +02:00
src Bring transport actions in line with master 2015-07-10 12:20:34 -04:00
LICENSE.txt Initial X-Pack commit 2018-04-20 14:16:58 -07:00
NOTICE.txt fixed typo in NOTICE.txt 2015-06-26 17:02:15 +03:00
README.asciidoc Update README.asciidoc 2015-05-05 23:38:55 +02:00
pom.xml bump build versions to 2.0.0.beta1-SNAPSHOT 2015-07-09 21:09:47 -04:00

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.