Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit c49cf22

Browse files
committed
Version 0.1.26
1 parent cda77b3 commit c49cf22

File tree

2 files changed

+16
-1
lines changed
  • changelog.md
  • setup.py

2 files changed

+16
-1
lines changed

changelog.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Change Log
22

3+
## v0.1.26
4+
5+
### Added
6+
- Added support for Elasticsearch 6
7+
- Added support for mentions in Hipchat
8+
9+
### Fixed
10+
- Fixed an issue where a nested field lookup would crash if one of the intermediate fields was null
11+
12+
## v0.1.25
13+
14+
### Fixed
15+
- Fixed a bug causing new term rule to break unless you passed a start time
16+
- Add a slight clarification on the localhost:9200 reported in es_debug_trace
17+
318
## v0.1.24
419

520
### Fixed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
base_dir = os.path.dirname(__file__)
99
setup(
1010
name='elastalert',
11-
version='0.1.25',
11+
version='0.1.26',
1212
description='Runs custom filters on Elasticsearch and alerts on matches',
1313
author='Quentin Long',
1414
author_email='qlo@yelp.com',

0 commit comments

Comments
(0)