e00bb69982
The http input allows to let any http interface be the input for a watch. The http input can be configured with the following options: * `method` - Optional http method. (default to GET) * `host` - The host of the http service. * `port` - The port of the http service. * `path` - The url path. * `params` - Optional url query string options. * `header` - Optional http header. * `auth` - Optional authentication http heads. * `body` - Optional body The response of the http request is expected to be valid json. Closes elastic/elasticsearch#157 Original commit: elastic/x-pack-elasticsearch@0b1f122615 |
||
---|---|---|
dev-tools | ||
src | ||
LICENSE.txt | ||
README.asciidoc | ||
all-signatures.txt | ||
core-signatures.txt | ||
pom.xml | ||
test-signatures.txt | ||
tests.policy |
README.asciidoc
= Elasticsearch Alerts Plugin This plugins adds alerting features to elasticsearch You can build the plugin with `mvn package`. The documentation is put in the `docs/` directory.