From 7bd69b22c63456a79403fdd54199539aeb87bd21 Mon Sep 17 00:00:00 2001 From: nsano-rururu Date: Tue, 23 Nov 2021 19:19:16 +0900 Subject: [PATCH] Praeco 1.8.10 --- README.md | 2 +- UPGRADING.md | 31 +++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 51535fa5..198fd0d6 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ - Interactively build alerts for your Elasticsearch data using a query builder - Preview results in an interactive chart - Test your alerts against historical data -- Send notifications to Slack, MS Teams, Email, Telegram, Jira, Line Notify, Mattermost, Command, Gitter, Amazon SNS, Amazon SES, Zabbix, Twilio, PagerTree, Exotel, GoogleChat, Stomp, Splunk On-Call (Formerly VictorOps), ServiceNow, Chatwork, Discord, TheHive, Alerta, Datadog, Rocket.Chat or an HTTP POST endpoint +- Send notifications to Slack, MS Teams, Email, Telegram, Jira, Line Notify, Mattermost, Command, Gitter, Amazon SNS, Amazon SES, Zabbix, Twilio, PagerTree, Exotel, GoogleChat, Stomp, Splunk On-Call (Formerly VictorOps), ServiceNow, Chatwork, Discord, TheHive, Alerta, Datadog, Rocket.Chat, PagerDuty, Tencent SMS or an HTTP POST/HTTP POST 2 endpoint - Supports the Any, Blacklist, Whitelist, Change, Frequency, Flatline, Spike, Cardinality, New Term, and Metric Aggregation rule types - View logs of when your alerts check, fire and fail diff --git a/UPGRADING.md b/UPGRADING.md index 0a8a47d7..66d5808e 100644 --- a/UPGRADING.md +++ b/UPGRADING.md @@ -7,6 +7,37 @@ Some version upgrades require further configuration. Version specific upgrade instructions are below. +## -> 1.8.10 + +**PagerDuty** + +https://elastalert2.readthedocs.io/en/latest/ruletypes.html#pagerduty + +**HTTP POST 2** + +https://elastalert2.readthedocs.io/en/latest/ruletypes.html#http-post-2 + +**Tencent SMS** + +https://elastalert2.readthedocs.io/en/latest/ruletypes.html#tencent-sms + +**HTTP POST** + +add settings. + +- http_post_ca_certs +- http_post_ignore_ssl_errors + +**kibana discover** + +- kibana 7.15 support + +## -> 1.8.9 + +**kibana discover** + +- kibana 7.14 support + ## -> 1.8.8 **Add UI Setting**