🔎 Open source distributed and RESTful search engine.
Go to file
Martijn van Groningen 9cb7232075 test: Use utc time to create index name in test, since that is what internally is used too.
Original commit: elastic/x-pack-elasticsearch@48f300f657
2015-06-25 00:36:47 +02:00
dev-tools Watcher randomization testing 2015-05-11 13:33:18 -07:00
rest-api-spec get watch api: Return the watch status separate from the watch source. 2015-06-24 21:31:52 +02:00
src test: Use utc time to create index name in test, since that is what internally is used too. 2015-06-25 00:36:47 +02:00
LICENSE.txt Initial X-Pack commit 2018-04-20 14:16:58 -07:00
README.asciidoc Update README.asciidoc 2015-05-05 23:38:55 +02:00
pom.xml removed javax.mail from test dependencies 2015-06-19 11:45:57 +02: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.