2e3b8739d0
'@type' must be used everywhere. Change-Id: I337f42e174393f68b43e876ef075a74c887a5314
12 lines
267 B
Django/Jinja
12 lines
267 B
Django/Jinja
<match *.**>
|
|
@type copy
|
|
<store>
|
|
@type elasticsearch
|
|
host {{ elasticsearch_address }}
|
|
port {{ elasticsearch_port }}
|
|
logstash_format true
|
|
logstash_prefix {{ kibana_log_prefix }}
|
|
flush_interval 15s
|
|
</store>
|
|
</match>
|