Standardize Fluentd grammar usage
'@type' must be used everywhere. Change-Id: I337f42e174393f68b43e876ef075a74c887a5314
This commit is contained in:
parent
d7a3d81d50
commit
2e3b8739d0
@ -1,7 +1,7 @@
|
|||||||
<match *.**>
|
<match *.**>
|
||||||
type copy
|
@type copy
|
||||||
<store>
|
<store>
|
||||||
type elasticsearch
|
@type elasticsearch
|
||||||
host {{ elasticsearch_address }}
|
host {{ elasticsearch_address }}
|
||||||
port {{ elasticsearch_port }}
|
port {{ elasticsearch_port }}
|
||||||
logstash_format true
|
logstash_format true
|
||||||
|
Loading…
Reference in New Issue
Block a user