All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
-
otelcol: add systemd logs pipeline (#1767)
-
This change introduces logs metadata enrichment with Sumo Open Telemetry distro for systemd logs.
One notable change in behavior with respect to
fluentd
is that.Values.fluentd.logs.systemd.sourceName
is respected and will set_sourceName
of processed logs while fluentd would set this field to the corresponding systemd serice's name e.g.docker
fordocker.service
.
-
v2.1.5 - 2021-07-21
- fix(deps): Upgrade Fluentd from
v1.12.2-sumo-0
tov1.12.2-sumo-2
#1693