From 4ee82b8212fb3d0c703f677df193a7f43ad0feeb Mon Sep 17 00:00:00 2001 From: Bob Vincent Date: Wed, 25 Jul 2018 16:07:58 -0400 Subject: [PATCH] Fix typo. --- .../templates/var-ossec-etc-ossec-server.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible-wazuh-manager/templates/var-ossec-etc-ossec-server.conf.j2 b/ansible-wazuh-manager/templates/var-ossec-etc-ossec-server.conf.j2 index 2476b9d1..0b71d8f5 100644 --- a/ansible-wazuh-manager/templates/var-ossec-etc-ossec-server.conf.j2 +++ b/ansible-wazuh-manager/templates/var-ossec-etc-ossec-server.conf.j2 @@ -361,7 +361,7 @@ {% endif %} {% endif %} {% endif %} - {% if localfile.log_format == 'json' and localfile.labels is defined %} + {% if localfile.format == 'json' and localfile.labels is defined %} {% for key, value in localfile.labels.iteritems() %} {% endfor %}