Merge "Fix parsing of infra.mariadb.xinetd logs"

This commit is contained in:
Zuul 2021-06-20 11:00:56 +00:00 committed by Gerrit Code Review
commit 0d31dd9f1f

View File

@ -14,7 +14,7 @@
@type tail
path /var/log/kolla/mariadb/xinetd.log
pos_file /var/run/{{ fluentd_binary }}/mariadb-xinetd.pos
tag infra.mariadb.xinetd
tag infra.mariadb-xinetd
format multiline
format_firstline /^\d{2}/\d{1,2}/\d{1,2}@\d{1,2}:\d{1,2}:\d{1,2}\: (START|EXIT)\: /
format1 /^(?<Timestamp>\S+) (?<Payload>.*)?$/