Skip to content

Releases: humio/cloudwatch2humio

v2.1.0

19 Jun 08:04
420f1ec
Compare
Choose a tag to compare

With this release we are updating runtime to python 3.12

v2.0.0

17 Jan 09:53
9c3b9d4
Compare
Choose a tag to compare

A lot of changes has happened regarding the CloudFormation template! See the CHANGELOG for more details, but a summarisation is as follows:

  • The naming where possible was updated to LogScale.
  • There have been added functionality to only support hosting the integration files in one bucket in one region.
  • There have been added functionality to choose which S3 bucket and S3 key should be used for retrieving the code files for the AWS Lambda functions when using the CloudFormation template.
  • The option to choose older versions of the integration in the CloudFormation template has been removed and instead it is possible to specify which ZIP file should be used to retrieve the code files.

v1.2.2

30 Aug 06:59
7909cca
Compare
Choose a tag to compare

Automatic release. See changelog for updates

v1.2.1

12 Jan 16:56
Compare
Choose a tag to compare

A performance regression was found and fixed by making a setup function scoped properly.

v1.2.0

03 Nov 06:03
Compare
Choose a tag to compare

A retention option has been added to the lambda files.

Note: Updating to this version requires that you delete the log groups for the cloudwatch2humio lambdas as new ones will be created with the set retention days.

v1.1.0

03 Nov 05:29
2840b79
Compare
Choose a tag to compare

A logging library has been added so that a log-level can be selected, and depending on this choice, only related logs will be outputted (and thus logged in CloudWatch) by the lambda functions.

v1.0.0

08 Sep 12:51
Compare
Choose a tag to compare

Automatic release. See changelog for updates