OpenSearch/watcher
Martijn van Groningen 5c09618224 Fixed compile error due to upstream change in how dynamic cluster and index settings are registered.
Original commit: elastic/x-pack-elasticsearch@21c9bfdd73
2015-08-17 14:16:42 +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 Packaging: Changing groupId to org.elasticsearch.plugin 2015-08-06 15:46:48 +02:00
docs Packaging: Changing groupId to org.elasticsearch.plugin 2015-08-06 15:46:48 +02:00
rest-api-spec test: fixed test due to upstream change timed out cluster health now returns 408 instead of 200 response code. 2015-08-12 21:17:03 +02:00
src Fixed compile error due to upstream change in how dynamic cluster and index settings are registered. 2015-08-17 14:16:42 +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 Changed pom version to 2.1.0-SNAPSHOT 2015-08-17 13:44:33 +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.