Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 946 Bytes

CHANGELOG.md

File metadata and controls

28 lines (17 loc) · 946 Bytes

Changelog

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.

[Unreleased]

Added

  • 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 for docker.service.

v2.1.5 - 2021-07-21

Changed

  • fix(deps): Upgrade Fluentd from v1.12.2-sumo-0 to v1.12.2-sumo-2 #1693