Skip to content

Commit 9d8bd03

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Use @type instead of type" into stable/victoria
2 parents 570f46d + 4a10df4 commit 9d8bd03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ansible/roles/common/templates/conf/output/00-local.conf.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</store>
1212
{% if log_direct_to_elasticsearch %}
1313
<store>
14-
type elasticsearch
14+
@type elasticsearch
1515
host {{ elasticsearch_address }}
1616
port {{ elasticsearch_port }}
1717
scheme {{ fluentd_elasticsearch_scheme }}
@@ -73,7 +73,7 @@
7373
</store>
7474
{% if log_direct_to_elasticsearch %}
7575
<store>
76-
type elasticsearch
76+
@type elasticsearch
7777
host {{ elasticsearch_address }}
7878
port {{ elasticsearch_port }}
7979
scheme {{ fluentd_elasticsearch_scheme }}

0 commit comments

Comments
 (0)