Skip to content

Commit

Permalink
Merge pull request #255 from ShotaroMatsuya/chore/fluentbit-custom-conf
Browse files Browse the repository at this point in the history
chore: modify parse rule
  • Loading branch information
ShotaroMatsuya authored Jun 27, 2024
2 parents 4f5f81f + 31bad05 commit da1a763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/fluentbit/parsers_custom.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
[PARSER]
Name single_line
Format regex
Regex ^\[(?<log_time>\d{2}:\d{2}:\d{2})\] \[[^/]*/(?<level>[A-Z]*)\]: (?<log>.*)$
Regex ^\[(?<log_time>\d{2}:\d{2}:\d{2}) (?<level>[A-Z]*)\]: (?<log>.*)$

0 comments on commit da1a763

Please sign in to comment.