af7cf03a1c
We don't really need a generic compound throttler. Instead we now have an `AlertThrottler` that can be configured with optional `AckThrottler` and `PeriodThrottler`. The logic of what throttler is applied first has therefore moved from the `Alert` to the `AlertThrottler` (back to its natural place) Original commit: elastic/x-pack-elasticsearch@b81e467c97 |
||
---|---|---|
dev-tools | ||
src | ||
LICENSE.txt | ||
README.asciidoc | ||
pom.xml | ||
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.