From fe66477475cd19884ee355561f31a3f001c610e9 Mon Sep 17 00:00:00 2001 From: John Garbutt Date: Mon, 10 May 2021 15:51:55 +0100 Subject: [PATCH] Use @type instead of type This is a follow up on the change with the following ID: I337f42e174393f68b43e876ef075a74c887a5314 TrivialFix Change-Id: Ibb67811d7b086ef9ef4c695ae589171af0c4d657 --- ansible/roles/common/templates/conf/output/00-local.conf.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/roles/common/templates/conf/output/00-local.conf.j2 b/ansible/roles/common/templates/conf/output/00-local.conf.j2 index 8d4afed43f..5ceed1e59e 100644 --- a/ansible/roles/common/templates/conf/output/00-local.conf.j2 +++ b/ansible/roles/common/templates/conf/output/00-local.conf.j2 @@ -11,7 +11,7 @@ {% if log_direct_to_elasticsearch %} - type elasticsearch + @type elasticsearch host {{ elasticsearch_address }} port {{ elasticsearch_port }} scheme {{ fluentd_elasticsearch_scheme }} @@ -73,7 +73,7 @@ {% if log_direct_to_elasticsearch %} - type elasticsearch + @type elasticsearch host {{ elasticsearch_address }} port {{ elasticsearch_port }} scheme {{ fluentd_elasticsearch_scheme }}