![zhubingbing](/assets/img/avatar_default.png)
* add fluentd role * remove heka configure Co-Authored-By: yangzb09 <yangzb09@qq.com> Partially-Implements: blueprint add-fluentd-role Change-Id: Ica804a99f5bb8b157f406299c5982b7b6283b3e3
12 lines
252 B
Django/Jinja
12 lines
252 B
Django/Jinja
<match *.**>
|
|
type copy
|
|
<store>
|
|
type elasticsearch
|
|
host {{ kolla_external_vip_address }}
|
|
port {{ elasticsearch_port }}
|
|
logstash_format true
|
|
logstash_prefix flog
|
|
flush_interval 15s
|
|
</store>
|
|
</match>
|