XYGATE Merged Audit Reference Manual

Table Of Contents
XYGATE Merged Audit
®
Reference Manual
Appendix D: Sample Filters
XYPRO Technology Corporation 194 Proprietary and Confidential
D4: Filter out Safeguard No Record
Example 4 filters out the Safeguard access events with a result of No Record, which
are indicated by the OUTCOME = 2. That is all the DATA selection criteria required.
What makes these events unique is the combination of the MOVER and the
OUTCOME.
Example 4:
FILTERDEFBEGIN $IGNORE_SAFEGUARD_NORECS
STATUS INACTIVE
!=Ignore Safeguard "No records"
MOVER_BEGIN
MOVER_SELECT_BEGIN
PRODUCT = SAFEGUARD
MOVER_SELECT_END
MOVER_END
DATA_BEGIN
DATA_SELECT_BEGIN
FILTERTYPE STRINGFILTER
AUDIT.OUTCOME = 2
DATA_SELECT_END
DATA_END
ACTIONCOLL_BEGIN
ACTION_BEGIN
ACTIONTYPE IGNORE
ACTION_END
ACTIONCOLL_END
FILTERDEFEND