Releases: aws/aws-for-fluent-bit
AWS for Fluent Bit 2.13.0
2.13.0
This release includes:
- An Amazon Linux 2 Base
- Fluent Bit 1.7.3
- Amazon CloudWatch Logs for Fluent Bit 1.6.1
- Amazon Kinesis Streams for Fluent Bit 1.7.1
- Amazon Kinesis Firehose for Fluent Bit 1.6.0
Compared to 2.12.0 this release adds:
- Enhancement - Delete debug messages which make log info useless cloudwatch:141
AWS for Fluent Bit 2.12.0
2.12.0
This release includes:
- An Amazon Linux 2 Base
- Fluent Bit 1.7.2
- Amazon CloudWatch Logs for Fluent Bit 1.6.0
- Amazon Kinesis Streams for Fluent Bit 1.7.1
- Amazon Kinesis Firehose for Fluent Bit 1.6.0
Compared to 2.11.0 this release adds:
- Enhancement - Add an option to send multiple log events as a record firehose:12
AWS for Fluent Bit 2.11.0
2.11.0
This release includes:
- An Amazon Linux 2 Base
- Fluent Bit 1.6.10
- Amazon CloudWatch Logs for Fluent Bit 1.6.0
- Amazon Kinesis Streams for Fluent Bit 1.7.1
- Amazon Kinesis Firehose for Fluent Bit 1.5.1
This release removes /var/cache/yum to reduce the size of the container image; you can no longer yum install packages in this image.
AWS for Fluent Bit 2.10.1
2.10.1
This release includes:
- An Amazon Linux 2 Base
- Fluent Bit 1.6.10
- Amazon CloudWatch Logs for Fluent Bit 1.6.0
- Amazon Kinesis Streams for Fluent Bit 1.7.1
- Amazon Kinesis Firehose for Fluent Bit 1.5.1
This is the first release with images in Amazon ECR Public Gallery.
AWS for Fluent Bit 2.10.0
2.10.0
This release includes:
- An Amazon Linux 2 Base
- Fluent Bit 1.6.8
- Amazon CloudWatch Logs for Fluent Bit 1.6.0
- Amazon Kinesis Streams for Fluent Bit 1.7.1
- Amazon Kinesis Firehose for Fluent Bit 1.5.1
Compared to 2.9.0 this release adds:
- Enhancement - Add support for updating the retention policy of existing log groups cloudwatch:121
AWS for Fluent Bit 2.9.0
2.9.0
This release includes:
- An Amazon Linux 2 Base
- Fluent Bit 1.6.3
- Amazon CloudWatch Logs for Fluent Bit 1.5.0
- Amazon Kinesis Streams for Fluent Bit 1.7.0
- Amazon Kinesis Firehose for Fluent Bit 1.5.0
This is the first release with images for both x86 and arm64.
Compared to 2.8.0 this release adds:
- Feature - Automatically re-create CloudWatch log groups and log streams if they are deleted cloudwatch:95
- Feature - Add default fallback log group and stream names cloudwatch:99
- Feature - Add support for ECS Metadata and UUID via special variables in log stream and group names cloudwatch:108
- Feature - Add new option replace_dots to replace dots in key names in
firehoseandkinesisplugins firehose:46 - Enhancement - Add support for nested partition_key in log record kinesis:30
AWS for Fluent Bit 2.8.0
2.8.0
This release includes:
- An Amazon Linux 2 Base
- Fluent Bit 1.6.0
- Amazon CloudWatch Logs for Fluent Bit 1.4.1
- Amazon Kinesis Streams for Fluent Bit 1.6.1
- Amazon Kinesis Firehose for Fluent Bit 1.4.2
Compared to 2.7.0 this release adds:
- New Plugin -
s3plugin in Fluent Bit core is a high performance replacement output that can send data directly to S3 - New Plugin -
kinesis_firehoseplugin in Fluent Bit core is a high performance replacement for thefirehoseGolang plugin. - Bug - Truncate records to max size in
cloudwatch,firehose, andkinesisplugins - Bug - Add back
auto_create_groupoption cloudwatch:96
AWS for Fluent Bit 2.7.0
2.7.0
This release includes:
- An Amazon Linux 2 Base
- Fluent Bit 1.5.6
- Amazon CloudWatch Logs for Fluent Bit 1.4.0
- Amazon Kinesis Streams for Fluent Bit 1.6.0
- Amazon Kinesis Firehose for Fluent Bit 1.4.1
Compared to 2.6.1 this release adds:
- Feature - Add support for zlib compression of records kinesis:26
- Feature - Add KPL aggregation support kinesis:16
- Feature - Add support for dynamic log group names cloudwatch:46
- Feature - Add support for dynamic log stream names cloudwatch:16
- Feature - Support tagging of newly created log groups cloudwatch:51
- Feature - Support setting log group retention policies cloudwatch:50
AWS for Fluent Bit 2.6.1
2.6.1
This release includes:
- An Amazon Linux 2 Base
- Fluent Bit 1.5.2
- Amazon CloudWatch Logs for Fluent Bit 1.3.2
- Amazon Kinesis Streams for Fluent Bit 1.5.1
- Amazon Kinesis Firehose for Fluent Bit 1.4.1
This is a patch release to fix the potential memory leak from upstream Fluent Bit 1.5.1. It does not contain customer-facing changes.
AWS for Fluent Bit 2.6.0
2.6.0
This release includes:
- An Amazon Linux 2 Base
- Fluent Bit 1.5.1
- Amazon CloudWatch Logs for Fluent Bit 1.3.1
- Amazon Kinesis Streams for Fluent Bit 1.5.0
- Amazon Kinesis Firehose for Fluent Bit 1.4.0
Compared to 2.5.0 this release adds:
- Feature - Add
log_keyoption support tofirehose, andkinesisplugins. - Bug - Add an empty check before sending log events to destinations for
firehoseandcloudwatchplugins.