0b2b50be94
The response status code was stored in the result of an http input, but inaccessible in the payload itself and could not be used in scripts. This puts the status code in the payload under the name '_status_code', similar to the '_headers' variable, which already stores the headers. Original commit: elastic/x-pack-elasticsearch@dff2a39535 |
||
---|---|---|
.. | ||
bin/x-pack | ||
dev-tools | ||
src | ||
README.asciidoc |
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.