mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
This change fixes the compilation errors in `EmailTemplateTest` `WebhookTest` `AlertActionsTest` `AbstractAlertingTests` and `ActionHistoryIndexNameTest`. Fix alert parsing. Don't attempt to emit a null body template. Add inject to parser construction. Fix Alert serialization. Fix json template to work with the NWO. Fix ToXContent of Actions. Add equals methods to Actions and Schedule to facilitate testing. Changes after rebase to take new EmailAction into account. Fix `AlertSerializationTest` Many serialization fixes. Fix alerthistory template This change brings the alert history index template uptodate with the code. Fix createAlertSource This change brings createAlertSource uptodate with the NWO Fix Webhook test Change default template in webhook action to use the simple constructor. Shutdown the thread pool in the `EmailActionTest` Don't try to throttle if this alert has never run before. Add serialization to AlertRun and fix serialization for FiredAlert This change also makes all trigger and action results serializable and de-serializable. Parsers now implement parseResult() and the registries for actions and triggers also have matching calls. Add alert_run to alert history JSON. Fix logging in index action. Fix Ack serialization. Change payload of index action ... IndexResponse isn't serializing properly. Fix success of index action. Fix TimeThrottler to use lastExecutedTime instead of lastRunTime. Fix ThrottleTest We don't need to assert busy here. The sleeps should be enough. If they aren't something is wrong. Horrible hack to get around thread pool issues. Fix Bootstrap test Also always request version when loading alert history Fix bootstrap test and set the correct cron into the future. Original commit: elastic/x-pack-elasticsearch@d3a6c8c3aa
= 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%