OpenSearch/watcher
Alexander Reelsen b927fd08bc Watcher: Adhere to new licensing requirements
* Basic license equlas disabling
* trial/gold/platinum: everything is allowed
* On expiry: actions of watches do not execute, PUT/GET on watches is disabled

Closes elastic/elasticsearch#688

Original commit: elastic/x-pack-elasticsearch@7017c62136
2015-10-14 17:59:09 +02:00
..
bin/watcher update CLI tools to work with spaces in the home path 2015-09-11 11:15:19 -04:00
dev-tools [maven] fix build issues with artifactId renaming 2015-08-18 18:03:40 +02:00
docs actual _watcher/stats response 2015-10-13 15:19:03 -07:00
src Watcher: Adhere to new licensing requirements 2015-10-14 17:59:09 +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 Move rest-api-spec tests to resources dirs 2015-09-16 11:09:46 -07: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.