diff --git a/common/playbooks/templates/fluent-bit.yaml.j2 b/common/playbooks/templates/fluent-bit.yaml.j2
index 5c89537b70979bc1f2641a3a42c2898f7903fccc..e1d6c13b1822586a260b023d273b8052e46aaa9e 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' %}