cfc8b81cea
Super useful when dealing with the `cron` schedule. It enables to: 1. validate a cron expression. If the cron expression is incorrect it will try to output a descriptive/guiding error message 2. show future times in which the cron expression will be triggered (based on the current time) When deployed, once can access this tool from ES_HOME by `bin/watcher/croneval` Also updated the docs Original commit: elastic/x-pack-elasticsearch@2666c32a69 |
||
---|---|---|
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.