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 220c37b commit e483a89
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 @@ -36,6 +36,11 @@ parser cisco-parser-ex{
"${6}",
value("MESSAGE")
);
set(
"${HOST_FROM}"
value("HOST")
condition(not host("."))
);
};
} else {
# All other cisco syslog
Expand Down

0 comments on commit e483a89

Please sign in to comment.