This repository has been archived by the owner on Jul 19, 2023. It is now read-only.
Releases: lukewaite/logstash-input-cloudwatch-logs
Releases · lukewaite/logstash-input-cloudwatch-logs
v1.0.3
v1.0.2
v1.0.1
v1.0.0
v1.0.0.rc1 Release Candidate 1
v1.0.0.rc1 Release Candidate 1 (2017-07-02)
- Ensure the plugin stops properly
- Implement
start_position
setting (#28)
v1.0.0.pre3 Pre-Release 3
v1.0.0.pre3 Pre-Release 3 (2017-06-28)
- Fix call to
filter_log_events
which had been limited to 10 events per call for debugging
v1.0.0.pre2 Pre-Release 2 (Un-Break the Breaking Changes)
v1.0.0.pre2 Pre-Release 2 (2017-06-28)
- Remove the breaking change in v1.0.0.pre.
log_group
is now astring
supportinglists
, allowing either notation - Change startup log from TRACE to DEBUG, supporting Logstash 2.4
- Relax the contstraint on
logstash-mixin-aws
supporting Logstash 2.4
v1.0.0 Pre-Release (Breaking Changes)
v1.0.0 Pre-Release (2017-06-24)
- BREAKING CHANGE:
log_group
must now be an array, adds support for specifying multiple groups or prefixes (Fixes #13) - Refactored ingestion, fixes multiple memory leaks (Fixes #24)
- Pull only log_events since last ingestion (Fixes #10)
- Incrementally write to since_db on each page of data from the CWL API (Fixes #4)
Fix: Fetching by log_group prefix paging
v0.10.3 (2017-05-07)
Fixed
- Fixed issue fetching log groups by prefix when there are more than 50 groups (#22)
Thanks, @davidwestlund!