Merge "Stop fluentd deprecation warnings of type vs @type"
This commit is contained in:
commit
5665d5e619
@ -136,7 +136,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 }}
|
||||||
@ -197,7 +197,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 }}
|
||||||
|
Loading…
Reference in New Issue
Block a user