Filtering in and filtering out events
The BMC AMI Defender for z/OS FILTER feature allows customers to limit the events forwarded by BMC AMI Defender from z/OS to their SIEM or MSSP by specifying logical event filter criteria. Customers might want to limit the events sent to their SIEM for a variety of reasons:
- Because only certain events were relevant to their particular security and compliance needs.
- To limit network bandwidth utilization
- To accommodate a SIEM or MSSP solution that limited, or charged by, the number of megabytes received.
Reducing the number of events formatted and forwarded also reduces CPU utilization for BMC AMI Defender.
The FILTER feature permits a much higher degree of selectivity by allowing a customer to specify event selection based on nearly any combination of comparison logic on many different event fields.
You should, wherever feasible, use facilities such as The Select Statement and the SEVERITY(SUPPRESS) operand of the EVENTs, IFCIDs or SUBTypes parameter of SMF statements, because the overhead for these facilities is lower than for filtering, and because records suppressed in this fashion do not consume QUEUE (see Determining-the-QUEUE64-size).
Filter in and filter out?
Some users think of filter in the sense of filter out.
Accordingly, BMC AMI Defender FILTER feature supports the specification of either FILTER (filter out) or MATCH (filter in, or select) criteria. The syntax of the two keywords is identical, but of course they have opposite meanings.
FILTER and MATCH are mutually exclusive on a per statement basis and might not both be specified on any single statement.
This section provides information about the following topics:
Related topic