From eb2b50e11c4927459db24dc187570ba552983b62 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, 6 Sep 2024 15:05:45 +0000 Subject: [PATCH] Fix central logging from the host to ElasticSearch --- common/playbooks/templates/fluent-bit.yaml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/playbooks/templates/fluent-bit.yaml.j2 b/common/playbooks/templates/fluent-bit.yaml.j2 index 5c89537..e1d6c13 100644 --- a/common/playbooks/templates/fluent-bit.yaml.j2 +++ b/common/playbooks/templates/fluent-bit.yaml.j2 @@ -58,7 +58,7 @@ config: [OUTPUT] Name es - Match node.* + Match host.* {% for key, value in secrets.items() %} {% if key | regex_search('^fluent_es_') %} {% if key == 'fluent_es_index' %} -- GitLab