We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d175425 commit 4ebdabfCopy full SHA for 4ebdabf
changelog.md
@@ -1,8 +1,13 @@
1
# Change Log
2
3
+# v0.2.3
4
+
5
+### Added
6
+- Added back TheHive alerter without TheHive4py library
7
8
# v0.2.2
9
-# Added
10
11
- Integration with Kibana Discover app
12
- Addied ability to specify opsgenie alert details
13
setup.py
@@ -8,7 +8,7 @@
base_dir = os.path.dirname(__file__)
setup(
name='elastalert',
- version='0.2.2',
+ version='0.2.3',
description='Runs custom filters on Elasticsearch and alerts on matches',
author='Quentin Long',
14
author_email='[email protected]',
0 commit comments