mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-07 05:28:34 +00:00
Also: - removed `throttle` file (throttling is not covered in `alert-anatomy` page) - fixed ctx model parameters in templates/scripts to use the `ctx` prefix. - added a dediated section in alert-anatomy about execution context as template/script model - wrote first page of `transform` section Original commit: elastic/x-pack-elasticsearch@471ca7f0d9
8 lines
182 B
Plaintext
8 lines
182 B
Plaintext
= 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.
|