mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
* Tune the index templates for higher index throughput. * Trigger events should be processed and indexed in an async manner. * Moved the job name into the TriggerEvent * Added support for fire multiple events at the same time. If multiple events are fired at the same time then use async bulk to persist the watch record. * Cut simple ticker and timer ticker over to fire multiple events at the same time * Don't fire more than 1000 events at the time. (this also may result in large bulk requests) Original commit: elastic/x-pack-elasticsearch@c7f6bd3812
= 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%