kolla-ansible/ansible/roles/common/templates/conf/output/01-es.conf.j2
Bertrand Lallau 2e3b8739d0 Standardize Fluentd grammar usage
'@type' must be used everywhere.

Change-Id: I337f42e174393f68b43e876ef075a74c887a5314
2017-08-11 09:10:40 +02:00

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>