mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
Alert
and Alert.Status
- all alerts are now ackable (there's no way to define an "unackable" alert) - `Alert.Status` now holds an `ack` that represents the ack status - `Alert.Status` now holds a `lastThrottle` that represents the state of the last throttle (will be `null` if not throttled yet) - changed the `Alert.Status.Ack.State` to hold more intuitive values - `awaits_execution`, `ackable` and `acked` - `Alert.Status` is now streamble - introduced additional info method on `Alert.Status` (e.g. `executed()`, `triggered()`, `ran()`) Original commit: elastic/x-pack-elasticsearch@3eda1c211a
= 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.
Description
Languages
Java
99.5%
Groovy
0.4%