4180bee020
In order to orchestrate smooth transition to fluentd 0.14.x aka 1.0 stable branch aka td-agent 3 from td-agent repository - use image labels (fluentd_version and fluentd_binary). Depends-On: https://review.opendev.org/676411 Change-Id: Iab8518c34ef876056c6abcdb5f2e9fc9f1f7dbdd
11 lines
347 B
Django/Jinja
11 lines
347 B
Django/Jinja
<source>
|
|
@type tail
|
|
path /var/log/kolla/libvirt/libvirtd.log
|
|
pos_file /var/run/{{ fluentd_binary }}/libvirt.pos
|
|
tag infra.libvirt
|
|
format /^(?<Timestamp>\d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2}.\d{3}\+\d{4}): (?<Pid>\d+): (?<log_level>\S+) : (?<Payload>.*)?$/
|
|
time_key Timestamp
|
|
time_format %F %T.%L%z
|
|
enable_watch_timer false
|
|
</source>
|