Skip to content

Commit

Permalink
Fix glob for checkpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
rfaircloth-splunk committed Apr 8, 2020
1 parent 63d62c5 commit 5d8cedb
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 5d8cedb

Please sign in to comment.