fb893e774a
- now it's possible to ack specific actions via the `Ack Watch API` - Added tests for acking specific actions - Changed the watch status structure such that the action ack state can be referred to by `status.actions.<action_id>.ack` (instead of `status.actions.<action_id>.ack_status`... removed the extra redundant "_status") - As part of this work, also added validation for watch/action ids, such that we disallow having whitespaces in them. - Updated the docs around acking & throttling of watch actions Closes elastic/elasticsearch#531 Closes elastic/elasticsearch#537 Original commit: elastic/x-pack-elasticsearch@813e601bf5 |
||
---|---|---|
dev-tools | ||
rest-api-spec | ||
src | ||
LICENSE.txt | ||
README.asciidoc | ||
all-signatures.txt | ||
core-signatures.txt | ||
pom.xml | ||
test-signatures.txt | ||
tests.policy |
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.