Filtering in and filtering out events
Reducing the number of events formatted and forwarded also reduces CPU utilization for BMC AMI Datastream.
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.
For more information, see Determining-the-QUEUE64-size.
Filter in and filter out?
Some users think of filter in the sense of filter out.
Accordingly, the 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: