Logstash Input Cloudwatch Logs Versions Save

Input plugin for Logstash to stream events from CloudWatch Logs

v1.0.3

5 years ago

[v1.0.3] (2018-05-28)

  • Update minimum version of logstash-mixin-aws to support assume role (#9a4677f - Fixes #51, #39)

v1.0.2

6 years ago

[v1.0.2] (2017-10-07)

  • Handle a start_position integer value correctly (#41 - Fixes #38)

v1.0.1

6 years ago

v1.0.1 (2017-08-22)

Fixed

  • Handle rate limiting when making requests to the CWL apis (#32)

v1.0.0

6 years ago

[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

6 years ago

v1.0.0.rc1 Release Candidate 1 (2017-07-02)

  • Ensure the plugin stops properly
  • Implement start_position setting (#28)

v1.0.0.pre.3

6 years ago

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.pre.2

6 years ago

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

6 years ago

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)

v0.10.3

7 years ago

v0.10.3 (2017-05-07)

Fixed

  • Fixed issue fetching log groups by prefix when there are more than 50 groups (#22)

Thanks, @davidwestlund!

v0.10.2

7 years ago

v0.10.2 (2017-04-20)

Fixed

  • Fixed bad merge on #eb38dfd and restore compatibility with the Logstash 5.x events API (#21)