Skip to content

Commit 7bdabca

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Fix parsing of infra.mariadb.xinetd logs" into stable/victoria
2 parents c89902c + 903601a commit 7bdabca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/roles/common/templates/conf/input/02-mariadb.conf.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
@type tail
1515
path /var/log/kolla/mariadb/xinetd.log
1616
pos_file /var/run/{{ fluentd_binary }}/mariadb-xinetd.pos
17-
tag infra.mariadb.xinetd
17+
tag infra.mariadb-xinetd
1818
format multiline
1919
format_firstline /^\d{2}/\d{1,2}/\d{1,2}@\d{1,2}:\d{1,2}:\d{1,2}\: (START|EXIT)\: /
2020
format1 /^(?<Timestamp>\S+) (?<Payload>.*)?$/

0 commit comments

Comments
 (0)