We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 074550f commit 7d369e4Copy full SHA for 7d369e4
2 files changed
changelog.md
@@ -1,5 +1,10 @@
1
# Change Log
2
3
+# v0.2.4
4
+
5
+### Added
6
+- Added back customFields support for The Hive
7
8
# v0.2.3
9
10
### Added
setup.py
@@ -8,7 +8,7 @@
base_dir = os.path.dirname(__file__)
setup(
name='elastalert',
11
- version='0.2.3',
+ version='0.2.4',
12
description='Runs custom filters on Elasticsearch and alerts on matches',
13
author='Quentin Long',
14
author_email='qlo@yelp.com',
0 commit comments