Skip to content

Commit

Permalink
Version 0.1.38
Browse files Browse the repository at this point in the history
  • Loading branch information
Qmando committed Dec 17, 2018
1 parent 1792219 commit a0a89ca
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 4 deletions.
22 changes: 19 additions & 3 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,35 @@
# Change Log

# v0.1.37
# v0.1.38

### Added
- Added PagerTree alerter
- Added Line alerter
- Added more customizable logging
- Added new logic in test-rule to detemine the default timeframe

### Fixed
- Fixed an issue causing buffer_time to sometimes be ignored

# v0.1.37

### Added
- Added more options for Opsgenie alerter
- Added more pagerduty options
- Added ability to add metadata to elastalert logs

### Fixed
- Fixed some documentation to be more clear
- Stop requiring doc_type for metric aggregations
- No longer puts quotes around regex terms in blacklists or whitelists

# v0.1.36

### Added
- Added a prefix "metric_" to the key used for metric aggregations to avoid possible conflicts
- Added option to skip Alerta certificate validation
- Added option to gracefully fail when loading rules

### Fixed
- No longer puts quotes around regex terms in blacklists or whitelists
- Fixed a typo in the documentation for spike rule

# v0.1.35
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
base_dir = os.path.dirname(__file__)
setup(
name='elastalert',
version='0.1.37',
version='0.1.38',
description='Runs custom filters on Elasticsearch and alerts on matches',
author='Quentin Long',
author_email='qlo@yelp.com',
Expand Down

0 comments on commit a0a89ca

Please sign in to comment.