Skip to content

Commit

Permalink
Merge pull request #395 from splunk/fix/f_f5_bigip_message
Browse files Browse the repository at this point in the history
f5 message filter single digit date
  • Loading branch information
Ryan Faircloth authored and GitHub committed Apr 6, 2020
2 parents e467a18 + 5b06616 commit aea7139
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 aea7139

Please sign in to comment.