Skip to content
Snippets Groups Projects
Commit 4425195e authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Fluentd: fix Mariadb mysqld_safe log not match"

parents 17f435e8 4bce67c5
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@
tag infra.mariadb
format multiline
format_firstline /^\d{6}/
format1 /^(?<time>\d{6} \d{1,2}:\d{1,2}:\d{1,2}) \[(?<log_level>\S+)\] (?<Payload>.*)/
format1 /^(?<time>\d{6} \d{1,2}:\d{1,2}:\d{1,2}) (\[(?<log_level>\S+)\]|mysqld_safe) (?<Payload>.*)/
time_format %y%m%d %k:%M:%S
enable_watch_timer false
</source>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment