XYGATE Merged Audit Reference Manual

Table Of Contents
XYGATE Merged Audit
®
Reference Manual
Appendix D: Sample Filters
XYPRO Technology Corporation 192 Proprietary and Confidential
D2: Filter out XPC STATUS Commands
Example 2 filters out XPC status commands because generally anyone can status any
process and it is not a security risk and generates a lot of audit. What makes these
audit events unique is the audit record type, which is recorded in the MESSAGEID
column. Refer to the XYGATE Process Control (XPC) Reference Manual for more
information.
Example 2:
FILTERDEFBEGIN $IGNORE_XPC-STATUS
STATUS ACTIVE
MOVER_BEGIN
MOVER_SELECT_BEGIN
PRODUCT = XYGATEPC
MOVER_SELECT_END
MOVER_END
DATA_BEGIN
DATA_SELECT_BEGIN
FILTERTYPE STRINGFILTER
AUDIT.MESSAGEID = XPC-S
DATA_SELECT_END
DATA_END
ACTIONCOLL_BEGIN
ACTION_BEGIN
ACTIONTYPE IGNORE
ACTION_END
ACTIONCOLL_END
FILTERDEFEND