Skip to content

Tenzir Node v4.6.4

Download the release on GitHub.

The tenzir.metrics.operator metric now contains an additional duration field with the timespan over which the metric was collected.

By @dominiklohmann in #3713.

Use systemd provided default paths if available

Section titled “Use systemd provided default paths if available”

When selecting default paths, the tenzir-node will now respect the systemd-provided variables STATE_DIRECTORY, CACHE_DIRECTORY and LOGS_DIRECTORY before falling back to $PWD/tenzir.db.

By @tobim in #3714.

The yaml printer no longer crashes when receiving enums.

By @jachris in #3719.

Fix RFC3164 (legacy-syslog) parser expecting spaces after <PRI>

Section titled “Fix RFC3164 (legacy-syslog) parser expecting spaces after <PRI>”

The RFC 3164 syslog parser no longer requires a whitespace after the PRI-field (part in angle brackets in the beginning of a message).

By @eliaskosunen in #3718.

Last updated: