mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
- actions are not identified by a unique id. The actions in a "watch" definition are now keyed (instead of an array) - the `ActionWrapper` is now a construct that holds: and action, the id of the action and optionally a transform - the `webhook` action is now structured based on the templated http request it holds (no need for extra `request` element there` - the `webhook` reponse holds the http response (not the `status` and `body` directly) - the action builders now accept an `id` when created - introduced `WatchSourceBuilders` for quickly access various source builders - introduced `Template.SourceBuilder` to help building a template - changed templated http request builder to accept template source builders (instead of templates directly) - changed `HttpResponse` to accept the body as a `ByteReference` in the ctor (this construct used to be in an inconsistent state holding an input stream that could have already been read) Original commit: elastic/x-pack-elasticsearch@296350b6a8
= 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%