Skip to content

Commit

Permalink
Update pps.conf (#542)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Faircloth authored and GitHub committed Jun 23, 2020
1 parent 6fa91c2 commit e3767f8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions package/etc/conf.d/filters/proofpoint/pps.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,9 @@
filter f_proofpoint_pps_filter {
match("proofpoint_pps_filter", value("fields.sc4s_vendor_product") type(glob)) or
(
(
match('^(background|cvt|filter|pps)_instance\d+$' value("PROGRAM") type("pcre")) or
match('^\/opt\/proofpoint\/pps-\d\.\d\.\d\.\d+\/\S' value("PROGRAM") type("pcre")) or
match('^queued-(alert|default|reinject|released)$' value("PROGRAM") type("pcre"))
) and
match('^rprt\s' value(MESSAGE) type("pcre"))
match('^queued-(alert|default|digest|reinject|released)$' value("PROGRAM") type("pcre"))
);
};

Expand Down

0 comments on commit e3767f8

Please sign in to comment.