Elastalert2

Latest version: v2.17.0

Safety actively analyzes 623739 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 5

2.17.0

Breaking changes
- None

New features
- Add workwechat alerter - [1367](https://github.com/jertel/elastalert2/pull/1367) - wufeiqun

Other changes
- [IRIS] Remove empty IOC in alerts that are not accepted by the API - [1374](https://github.com/jertel/elastalert2/pull/1374) - yaksnip425
- Upgrade boto3 to 1.34.54 - [1388](https://github.com/jertel/elastalert2/pull/1388) - jertel
- Upgrade croniter to 2.0.2 - [1388](https://github.com/jertel/elastalert2/pull/1388) - jertel
- Upgrade jinja2 to 3.1.3 - [1388](https://github.com/jertel/elastalert2/pull/1388) - jertel
- Upgrade jira to 3.6.0 - [1388](https://github.com/jertel/elastalert2/pull/1388) - jertel
- Upgrade jsonschema to 4.21.1 - [1388](https://github.com/jertel/elastalert2/pull/1388) - jertel
- Upgrade prettytable to 3.10.0 - [1388](https://github.com/jertel/elastalert2/pull/1388) - jertel
- Upgrade prometheus-client to 0.20.0 - [1388](https://github.com/jertel/elastalert2/pull/1388) - jertel
- Upgrade pylint to 3.1.0 - [1388](https://github.com/jertel/elastalert2/pull/1388) - jertel
- Upgrade pytest to 8.0.2 - [1388](https://github.com/jertel/elastalert2/pull/1388) - jertel
- Upgrade python-dateutil to 2.9.0.post0 - [1388](https://github.com/jertel/elastalert2/pull/1388) - jertel
- Upgrade tencentcloud-sdk-python to 3.0.1098 - [1388](https://github.com/jertel/elastalert2/pull/1388) - jertel
- Upgrade tox to 4.13.0 - [1388](https://github.com/jertel/elastalert2/pull/1388) - jertel
- Upgrade twilio to 8.13.0 - [1388](https://github.com/jertel/elastalert2/pull/1395) - jertel
- Removed explicit tzlocal lib dependency - [1388](https://github.com/jertel/elastalert2/pull/1388) - jertel

2.16.0

Breaking changes
- None

New features
- [Telegram] Added new telegram_thread_id setting for sending alerts to different threads of supergroup/forum. - [1319](https://github.com/jertel/elastalert2/pull/1319) - polshe-v
- Support hourly index patterns - [1328](https://github.com/jertel/elastalert2/pull/1328) - jmacdone

Other changes
- Update setup.py & requirements.txt & requirements-dev.txt - [1316](https://github.com/jertel/elastalert2/pull/1316) - nsano-rururu
- [Docs] Clarify how to reference query_key values in flatline alerts - [1320](https://github.com/jertel/elastalert2/pull/1320) - jertel
- Fix percentiles aggregation type in Spike Metric Aggregation rules - [1323](https://github.com/jertel/elastalert2/pull/1323) - jertel
- [Docs] Extend FAQ / troubleshooting section with information on Elasticsearch RBAC - [1324](https://github.com/jertel/elastalert2/pull/1324) - chr-b
- Upgrade to Python 3.12 - [1327](https://github.com/jertel/elastalert2/pull/1327) - jertel
- Correction in IRIS and GELF alerter [1331](https://github.com/jertel/elastalert2/pull/1331) - malinkinsa
- Fix handing of compound_query_key values - [1330](https://github.com/jertel/elastalert2/pull/1330) - jmacdone
- Fix handing raw_query_key and query_key values ending with .keyword- [1330](https://github.com/jertel/elastalert2/pull/1330) - jmacdone
- [Docs] Fix broken search function caused by sphinx upgrade a few releases ago - [1332](https://github.com/jertel/elastalert2/pull/1332) - jertel
- [Docs] Fix mismatch for parameter iris_customer_id - [1334](https://github.com/jertel/elastalert2/pull/1334) malinkinsa
- [IRIS] Make parameter iris_customer_id optional with default value - [1334](https://github.com/jertel/elastalert2/pull/1334) malinkinsa
- (Re)Implement `skip_invalid` to continue loading rules if one is invalid - [1338](https://github.com/jertel/elastalert2/pull/1338) - jertel
- [Docs] Refactor the docs structure for improved ease-of-use - [1337](https://github.com/jertel/elastalert2/pull/1337) - jertel
- [Email] Refactor SMTP cert/key usage to support Python 3.12 - [1341](https://github.com/jertel/elastalert2/pull/1341) - jertel
- [IRIS] Fix schema.yaml(iris_url to iris_host) - [1346](https://github.com/jertel/elastalert2/pull/1346) - nsano-rururu
- [IRIS] Fix issue with document with nested json inside. See [1348](https://github.com/jertel/elastalert2/discussions/1348) - [#1352](https://github.com/jertel/elastalert2/pull/1352) - malinkinsa
- [Docs] Clarify `jinja_template_path` documentation - [20a05f9](https://github.com/jertel/elastalert2/commit/20a05f995f566f8719d6e4bf7b8a3977c7ab9e23) - jertel
- Add support for Kibana 8.12 for Kibana Discover - [1364](https://github.com/jertel/elastalert2/pull/1364) - nsano-rururu
- Upgrade pylint 3.0.2 to 3.0.3, pytest 7.4.3 to 8.0.0, sphinx_rtd_theme 1.3.0 to 2.0.0, tox 4.11.3 to 4.12.1 - [1365](https://github.com/jertel/elastalert2/pull/1365) - nsano-rururu

2.15.0

Breaking changes
- None

New features
- [Iris] Alerter added - [1301](https://github.com/jertel/elastalert2/pull/1301) - malinkinsa
- [Opensearch] Add the possibility to generate an opensearch discovery url - [1310](https://github.com/jertel/elastalert2/pull/1310) - luffynextgen

Other changes
- Refactored FlatlineRule to make it more extensible - [1291](https://github.com/jertel/elastalert2/pull/1291) - rundef
- Add support for Kibana 8.11 for Kibana Discover - [1305](https://github.com/jertel/elastalert2/pull/1305) - nsano-rururu
- Update docs - [1311](https://github.com/jertel/elastalert2/pull/1311) - nsano-rururu

2.14.0

Breaking changes
- None

New features
- 'summary_table_type' property now supports 'html' format for aggregation tables - [1260](https://github.com/jertel/elastalert2/pull/1260) - jertel
- [Helm] Add support for custom deployment annotations - [1271](https://github.com/jertel/elastalert2/pull/1271) - victorpugin

Other changes
- [Helm] Expose minReadySeconds parameter to assist in detecting failed deployments - [1243](https://github.com/jertel/elastalert2/pull/1243) - alexku7
- [Helm] Fix commonLabels indentation for the deployment template - [1250](https://github.com/jertel/elastalert2/pull/1250) - dan-duffy
- Add support for Kibana 8.10 for Kibana Discover - [1277](https://github.com/jertel/elastalert2/pull/1277) - nsano-rururu
- Upgrade pylint 2.17.4 to 2.17.5, pytest 7.3.1 to 7.4.2, sphinx 6.2.1 to 7.2.6, sphinx_rtd_theme 1.2.2 to 1.3.0 - [1278](https://github.com/jertel/elastalert2/pull/1278) - nsano-rururu
- Fix issue with aggregated alerts not being sent - [1285](https://github.com/jertel/elastalert2/pull/1285) - jertel
- Add support for [Lark](https://www.larksuite.com/en_us/) alerter - [#1282](https://github.com/jertel/elastalert2/pull/1282) - seanyinx

2.13.2

Breaking changes
- None

New features
- None

Other changes
- [Helm] Fix chart indentation issue introduced in 2.13.1 - [1239](https://github.com/jertel/elastalert2/pull/1239) - jertel

2.13.1

Breaking changes
- None

New features
- None

Other changes
- [Helm] Add support for generating rule config from a directory of rules, during chart deployment - [1236](https://github.com/jertel/elastalert2/pull/1236) - mehrdad-khojastefar
- [AlertManager] Fix typo with new feature released in 2.13.0 - [1237](https://github.com/jertel/elastalert2/pull/1237) - eveningcafe

Page 1 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.