14ffe290f7
This change allows the httpinput to receive non json formatted data from a http endpoint (such as the elasticsearch _cat apis). If non json is read it will be stored in the `payload._value` in the same way that the `ScriptTransform` handles non map/json data returned by transforming scripts. Added response_content_type to http input so that the expected content type in the response can be configured. This accepts `yaml`, `json` and `text` but will be overridden by the http headers. Original commit: elastic/x-pack-elasticsearch@753d37f14e |
||
---|---|---|
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.