OpenSearch/watcher
Martijn van Groningen f726a8a017 Fixed rest runners that check watcher+shield and an expired license.
* The watcher+shield test failed, but the error was ignored due to a buggy if statement that existed for the hijack rest test.
* Blacklisted the hijack test.
* Also ade sure that we run the watcher+rest test with an user that doesn't have credentials.

Original commit: elastic/x-pack-elasticsearch@61b1bf0142
2015-08-07 14:26:22 +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 Use custom metadata to remember that Watcher stopped via an explicit stop api call. 2015-08-05 18:55:52 +02:00
src Fixed rest runners that check watcher+shield and an expired license. 2015-08-07 14:26:22 +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 Fixed rest runners that check watcher+shield and an expired license. 2015-08-07 14:26:22 +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.