Releases: stevehipwell/fluentd-aggregator
Releases · stevehipwell/fluentd-aggregator
v2.0.0
Warning
The ElasticSearch plugin and libraries have been updated to the latest version so AWS users will need to be using OpenSearch.
Highlights
- The Fluentd version has been updated from
v1.14
tov1.15
(releases v1.15.0, v1.15.1 & v1.15.2). - This image now follows semantic versioning and is decoupled from the Fluentd release cycle and versioning constraints.
- Plugin versions will now be strictly versioned.
All Changes
- Updated Fluentd to v1.15.2.
- Changed versioning strategy to decouple from Fluentd releases.
- Changed plugin installation to explicitly set the version.
- Changed default configuration to make it simpler.
- Added explicit UID & GID to
fluent
user of2000
. - Added
/fluentd/state
directory. - Removed ElasticSearch locking to continue supporting AWS version.
- Removed setting
RUBY_GC_HEAP_OLDOBJECT_LIMIT_FACTOR
.
v1.14.10
Added
- Added support for fluent-plugin-kafka.
v1.14.9
v1.14.8
Added
- Added ARM64 support via building image from scratch.
v1.14.7
v1.14.6
v1.14.5
v1.14.4
v1.14.3
v1.14.2
Added
- New plugin fluent-plugin-cloudwatch-logs.
Changed
- Pinned Elasticsearch gems to
v7.13.3
to stop it blocking OpenSearch.