Skip to content

Commit

Permalink
Merge pull request #476 from splunk/fix/cisco-nohost
Browse files Browse the repository at this point in the history
Update cisco_syslog.conf
  • Loading branch information
Ryan Faircloth authored and GitHub committed May 19, 2020
2 parents e63e8f5 + 8744a48 commit 2ad58c9
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 2ad58c9

Please sign in to comment.