From 3b15a0dd41c2d90e713aa83f66fd8f833e7419a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= <valtri@civ.zcu.cz> Date: Fri, 20 Sep 2024 15:51:56 +0000 Subject: [PATCH] Add GLPI agent logging to Fluent Bit --- common/playbooks/templates/fluent-bit.yaml.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/common/playbooks/templates/fluent-bit.yaml.j2 b/common/playbooks/templates/fluent-bit.yaml.j2 index e1d6c13..9cda9a5 100644 --- a/common/playbooks/templates/fluent-bit.yaml.j2 +++ b/common/playbooks/templates/fluent-bit.yaml.j2 @@ -14,6 +14,7 @@ config: Name systemd Tag host.* Systemd_Filter _SYSTEMD_UNIT=kubelet.service + Systemd_Filter _SYSTEMD_UNIT=glpi-agent.service Read_From_Tail On filters: | -- GitLab