274b01998c
This change will attempt to compile scripts at construction time and throw an exception if a script is bad or missing. With this change the script is compiled at Executable ctor and then the compiled script is used to get the executable. Fixes elastic/elasticsearch#262 Original commit: elastic/x-pack-elasticsearch@b49c9debf2 |
||
---|---|---|
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 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.