From 2e3b8739d00e922525499b165df48b139b133f9b Mon Sep 17 00:00:00 2001 From: Bertrand Lallau Date: Fri, 11 Aug 2017 09:10:40 +0200 Subject: [PATCH] Standardize Fluentd grammar usage '@type' must be used everywhere. Change-Id: I337f42e174393f68b43e876ef075a74c887a5314 --- ansible/roles/common/templates/conf/output/01-es.conf.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/roles/common/templates/conf/output/01-es.conf.j2 b/ansible/roles/common/templates/conf/output/01-es.conf.j2 index 82cf3c89dc..1ab109aaef 100644 --- a/ansible/roles/common/templates/conf/output/01-es.conf.j2 +++ b/ansible/roles/common/templates/conf/output/01-es.conf.j2 @@ -1,7 +1,7 @@ - type copy + @type copy - type elasticsearch + @type elasticsearch host {{ elasticsearch_address }} port {{ elasticsearch_port }} logstash_format true