XYGATE Merged Audit Reference Manual

Table Of Contents
XYGATE Merged Audit
®
Reference Manual
Chapter 3. Configuring Filters and the FILTERS File
XYPRO Technology Corporation 48 Proprietary and Confidential
Example 3: How to specify a MOVER for a specific product installation
FILTERDEFBEGIN $QA-XYGATEAC
MOVER_BEGIN
MOVER_SELECT_BEGIN
PRODUCT = XYGATEAC
LOCATION = $SECURE.XACQA
MOVER_SELECT_END
MOVER_END
DATA_BEGIN
DATA_SELECT_BEGIN
FILTERTYPE STRINGFILTER
AUDIT.OUTCOME = 1
DATA_SELECT_END
DATA_END
ACTIONCOLL_BEGIN
ACTION_BEGIN
ACTIONTYPE IGNORE
ACTION_END
ACTIONCOLL_END
FILTERDEFEND
Example 4 below would generate an ACTION on any failure (AUDIT.OUTCOME = 3),
regardless of MOVER because every MOVER will compare all its audit events against
this Filter.
Example 4: A Filter that does not specify a MOVER
FILTERDEFBEGIN $ALERT-ON-FAILURE
DATA_BEGIN
DATA_SELECT_BEGIN
FILTERTYPE STRINGFILTER
AUDIT.OUTCOME = 3
DATA_SELECT_END
DATA_END
FILEMAINT The FILEMAINT keyword is used to implement selective Archive or
Cleanup. A Filter with a MOVER = FILEMAINT must also include an
ACTIONTTYPE of RETAIN. The Archive and Cleanup processes
will check the Filter for the RETAIN_DAYS and RETAIN_MONTHS
keyword values and process records that match the data selection
criteria for the Filter accordingly. Refer to section 8.1.1, “Selective
Archive and Cleanup” on page 145 for more information.
3.3.5 Step 5. Define the Filters Data Selection Criteria
Base the Filters data selection criteria on what makes the audit event you wish to act
on unique. Data selection criteria is based entirely on the product whose audit trail the
MOVER is reading.
Refer to theColumn Usage Table” on page 299 to see which columns are used
for each product.
Refer to Appendix G:Data Mappingstarting on page 239 to see what information
goes in each column of the Audit Detail and Audit Session tables for each product.