Skip to content

Commit

Permalink
Merge pull request #402 from splunk/fix/checkpointnest
Browse files Browse the repository at this point in the history
Fix/checkpointnest
  • Loading branch information
Ryan Faircloth authored and GitHub committed Apr 8, 2020
2 parents 63d62c5 + 5d8cedb commit 742f5f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package/etc/conf.d/filters/checkpoint/splunk.conf
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
filter f_checkpoint_splunk {
match('\|(?:origin_sic_name|originsicname)\=[cC][nN]|\|product\=SmartConsole\|' value("MSG") type("pcre")) or
match('\|(?:origin_sic_name|originsicname)\=[cC][nN]|\|product\=SmartConsole\|' value("LEGACY_MSGHDR") type("pcre")) or
match('|product\=Syslog\|ifdir=inbound\|loguid\=' value("MSG") type("pcre")) or
match('|product\=Syslog\|ifdir=inbound\|loguid\=' value("LEGACY_MSGHDR") type("pcre"));
match('*|product=Syslog|ifdir=inbound|loguid=*' value("MSG") type("glob")) or
match('*|product=Syslog|ifdir=inbound|loguid=*' value("LEGACY_MSGHDR") type("glob"));
};

filter f_checkpoint_splunk_alerts {
Expand Down

0 comments on commit 742f5f8

Please sign in to comment.