Releases: lukewaite/logstash-input-cloudwatch-logs
Releases · lukewaite/logstash-input-cloudwatch-logs
v1.0.3
28 May 12:34
Compare
Sorry, something went wrong.
No results found
[v1.0.3] (2018-05-28)
Update minimum version of logstash-mixin-aws to support assume role (#9a4677f - Fixes #51 , #39 )
v1.0.2
07 Oct 10:35
Compare
Sorry, something went wrong.
No results found
[v1.0.2] (2017-10-07)
Handle a start_position integer value correctly (#41 - Fixes #38 )
v1.0.1
22 Aug 16:09
Compare
Sorry, something went wrong.
No results found
v1.0.1 (2017-08-22)
Fixed
Handle rate limiting when making requests to the CWL apis (#32 )
v1.0.0
15 Jul 14:31
Compare
Sorry, something went wrong.
No results found
[v1.0.0] (2017-07-15)
Added
Implement start_position setting (#28 )
Allow log_group to be an array of groups (or prefixes if enabled) (#13 )
Fixed
Ensure the plugin stops properly
Relax the contstraint on logstash-mixin-aws supporting Logstash 2.4
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 )
v1.0.0.rc1 Release Candidate 1
02 Jul 20:22
Compare
Sorry, something went wrong.
No results found
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
28 Jun 16:33
Compare
Sorry, something went wrong.
No results found
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)
28 Jun 16:16
Compare
Sorry, something went wrong.
No results found
v1.0.0.pre2 Pre-Release 2 (2017-06-28)
Remove the breaking change in v1.0.0.pre. log_group is now a string supporting lists, 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)
24 Jun 18:41
Compare
Sorry, something went wrong.
No results found
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
07 May 23:32
Compare
Sorry, something went wrong.
No results found
v0.10.3 (2017-05-07)
Fixed
Fixed issue fetching log groups by prefix when there are more than 50 groups (#22 )
Thanks, @davidwestlund !
Fix: Logstash 5.x Events API Compatibility
21 Apr 00:43
Compare
Sorry, something went wrong.
No results found
v0.10.2 (2017-04-20)
Fixed
Fixed bad merge on #eb38dfd and restore compatibility with the Logstash 5.x events API (#21 )