XYGATE Merged Audit Reference Manual

Table Of Contents
XYGATE Merged Audit
®
Reference Manual
Appendix D: Sample Filters
XYPRO Technology Corporation 195 Proprietary and Confidential
D5: Filter out XOS No Record
Example 5 filters out the XOS access events with a result of No Record, which are
indicated by the OUTCOME = 2. That is all the DATA selection criteria required.
If you are using both Safeguard and XOS to protect files on your system, you could
combine these two Filters by adding a second MOVER paragraph: one for Safeguard
and one for XOS. What makes these events unique is the combination of the MOVER
and the OUTCOME.
Example 5:
FILTERDEFBEGIN $IGNORE_XYGATEOS_NORECS
STATUS ACTIVE
!=Ignore NORECORDS
MOVER_BEGIN
MOVER_SELECT_BEGIN
PRODUCT = XYGATEOS
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