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 May 19, 2020
1 parent e63e8f5 commit 8744a48
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package/etc/conf.d/filters/cisco/cisco_syslog.conf
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@ parser cisco-parser-ex{
"${12}",
value("MESSAGE")
);
set(
"${HOST_FROM}"
value("HOST")
condition(not host("."))
);
};
parser { date-parser-nofilter(format(
'%b %d %H:%M:%S.%f',
Expand Down

0 comments on commit 8744a48

Please sign in to comment.