OpenSearch/watcher
Robert Muir 9133f766d3 fix skip.integ.tests to work everywhere again
Original commit: elastic/x-pack-elasticsearch@9cd5ca6db8
2015-08-06 07:07:23 -04: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 fix skip.integ.tests to work everywhere again 2015-08-06 07:07:23 -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.