OpenSearch/watcher
Martijn van Groningen 64ee394460 There is no need to check if the primary shards of the history indices are started, since we don't load watch records any more during the Watcher startup process.
Original commit: elastic/x-pack-elasticsearch@e6bfb37477
2015-08-05 18:58:11 +02:00
..
.settings get watcher verify working 2015-07-22 09:49:57 -04:00
bin/watcher initial migration of watcher 2015-07-13 12:23:07 +02:00
dev-tools remove dependency on license zip in test scope and update integration test xml 2015-07-15 14:02:59 -04:00
docs Documentation: Fix calls for bin/plugin to be compatible with master 2015-07-24 12:24:44 +02:00
rest-api-spec Use custom metadata to remember that Watcher stopped via an explicit stop api call. 2015-08-05 18:55:52 +02:00
src There is no need to check if the primary shards of the history indices are started, since we don't load watch records any more during the Watcher startup process. 2015-08-05 18:58:11 +02:00
LICENSE.txt initial migration of watcher 2015-07-13 12:23:07 +02:00
NOTICE.txt initial migration of watcher 2015-07-13 12:23:07 +02:00
README.asciidoc initial migration of watcher 2015-07-13 12:23:07 +02:00
pom.xml apply the useBaseVersion fix to watcher as well 2015-07-28 11:35:20 -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.