From a8e5c4f1f2fc1259e4d7ae89b5aa52df439719ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20=C4=8Cerm=C3=A1k?= Date: Thu, 22 Jan 2026 10:05:52 +0100 Subject: [PATCH] Add missing syslog identifiers to default list for Host logs (#6485) Add more syslog identifiers (most importantly containerd) extracted from real systems that were missing in the list. This should make the host logs contain the same events as journalctl logs, minus audit logs and Docker container logs. --- supervisor/data/syslog-identifiers.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/supervisor/data/syslog-identifiers.json b/supervisor/data/syslog-identifiers.json index 67d146354..d7cbeb92a 100644 --- a/supervisor/data/syslog-identifiers.json +++ b/supervisor/data/syslog-identifiers.json @@ -3,10 +3,17 @@ "bluetoothd", "bthelper", "btuart", + "containerd", "dbus-broker", + "dbus-broker-launch", + "docker", + "docker-prepare", "dockerd", "dropbear", "fstrim", + "haos-data-disk-detach", + "haos-swapfile", + "haos-wipe", "hassos-apparmor", "hassos-config", "hassos-expand", @@ -17,7 +24,10 @@ "kernel", "mount", "os-agent", + "qemu-ga", "rauc", + "raucdb-update", + "sm-notify", "systemd", "systemd-coredump", "systemd-fsck",