Skip to content

Commit 4a10df4

Browse files
JohnGarbuttyoctozepto
authored andcommitted
Use @type instead of type
This is a follow up on the change with the following ID: I337f42e174393f68b43e876ef075a74c887a5314 TrivialFix Change-Id: Ibb67811d7b086ef9ef4c695ae589171af0c4d657 (cherry picked from commit fe66477)
1 parent e7028fa commit 4a10df4

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)