Skip to content

Commit

Permalink
Update cisco_syslog.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
rfaircloth-splunk committed Jun 9, 2020
1 parent 85035fd commit 3a808fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/etc/conf.d/filters/cisco/cisco_syslog.conf
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ parser cisco-parser-ex{
} elif {
# Cisco Nexus Switch
filter {
message('^<(?<pri>\d*)> ?20\d\d (\w\w\w \d+ \d\d:\d\d:\d\d(?:.\d{1,3})?) ([^ ]+) ((%[^\: ]+)\:? ?.*)'
message('^<(?<pri>\d*)> ?20\d\d (\w\w\w \d+ \d\d:\d\d:\d\d(?:.\d{3,3})?) ([^ ]+) ((%[^\: ]+)\:? ?.*)'
flags(store-matches));
};
rewrite {
Expand Down

0 comments on commit 3a808fe

Please sign in to comment.