Use @type instead of type

This is a follow up on the change with the following ID:

I337f42e174393f68b43e876ef075a74c887a5314

TrivialFix

Change-Id: Ibb67811d7b086ef9ef4c695ae589171af0c4d657
This commit is contained in:
John Garbutt 2021-05-10 15:51:55 +01:00 committed by Will Szumski
parent 4cb9192d79
commit fe66477475

View File

@ -11,7 +11,7 @@
</store> </store>
{% if log_direct_to_elasticsearch %} {% if log_direct_to_elasticsearch %}
<store> <store>
type elasticsearch @type elasticsearch
host {{ elasticsearch_address }} host {{ elasticsearch_address }}
port {{ elasticsearch_port }} port {{ elasticsearch_port }}
scheme {{ fluentd_elasticsearch_scheme }} scheme {{ fluentd_elasticsearch_scheme }}
@ -73,7 +73,7 @@
</store> </store>
{% if log_direct_to_elasticsearch %} {% if log_direct_to_elasticsearch %}
<store> <store>
type elasticsearch @type elasticsearch
host {{ elasticsearch_address }} host {{ elasticsearch_address }}
port {{ elasticsearch_port }} port {{ elasticsearch_port }}
scheme {{ fluentd_elasticsearch_scheme }} scheme {{ fluentd_elasticsearch_scheme }}