From 3694b8f76e5e1c84b697dac85e562337d96ccee0 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Thu, 8 Jan 2026 23:58:42 -0300 Subject: [PATCH] logging: point systemd input at /var/log/journal --- services/logging/fluent-bit-helmrelease.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/logging/fluent-bit-helmrelease.yaml b/services/logging/fluent-bit-helmrelease.yaml index 2f65e83..ca156e4 100644 --- a/services/logging/fluent-bit-helmrelease.yaml +++ b/services/logging/fluent-bit-helmrelease.yaml @@ -68,7 +68,7 @@ spec: [INPUT] Name systemd Tag journald.* - Path /run/log/journal + Path /var/log/journal Read_From_Tail On storage.type memory filters: |