Merge "Use @type instead of type"

This commit is contained in:
Zuul 2021-05-11 10:37:34 +00:00 committed by Gerrit Code Review
commit d4f240241e

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