Skip to content

Commit

Permalink
f5 message filter single digit date
Browse files Browse the repository at this point in the history
* Update f_f5_bigip_message filter to properly handle single-digit dates.
  • Loading branch information
Mark Bonsack committed Apr 6, 2020
1 parent e467a18 commit 5b06616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/etc/conf.d/filters/f5/bigip.conf.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ filter f_f5_bigip {
};
filter f_f5_bigip_message {
message(
'^(?i)(<\d+> ?[[:alpha:]]+ \d\d \d\d:\d\d:\d\d +[^ ]+) +(?:notice|err|error|warning|info) +?(.*)'
'^(?i)(<\d+> ?[[:alpha:]]+\s{1,2}\d{1,2} \d\d:\d\d:\d\d +[^ ]+) +(?:notice|err|error|warning|info) +?(.*)'
flags(store-matches)
);
};
Expand Down

0 comments on commit 5b06616

Please sign in to comment.