XYGATE Merged Audit Reference Manual

Table Of Contents
XYGATE Merged Audit
®
Reference Manual
Chapter 3. Configuring Filters and the FILTERS File
XYPRO Technology Corporation 41 Proprietary and Confidential
3.2 Filter Syntax
Filters have three parts:
MOVER Selection
DATA Selection
ACTION Selection
Filters have very strict syntax requirements.
Each Filter begins with the FILTERDEFBEGIN keyword, which is also where you place
the Filter name. Each Filter ends with the FILTERDEFEND keyword. Between these
two keywords there are MOVER, DATA and ACTION selection paragraphs.
Filter Syntax:
FILTERDEFBEGIN $Sample-Filter
STATUS INACTIVE
<MOVER selection criteria paragraphs>
<data selection criteria paragraphs>
<action definition paragraphs>
FILTERDEFEND
The MOVER selection chapter begins with the MOVER_BEGIN keyword and ends
with the MOVER_END keyword. Between these two keywords you can place one or
more paragraphsto select one or more MOVERs. Each of these paragraphs begins
with the MOVER_SELECT_BEGIN keyword and ends with the
MOVER_SELECT_END keyword. All of the MOVER selection keywords must be
contained between these two keywords.
Mover Selection Syntax
MOVER_BEGIN
MOVER_SELECT_BEGIN
<MOVER selection criteria keywords here>
MOVER_SELECT_END
MOVER_END
The DATA selection chapter begins with the DATA_BEGIN keyword and ends with the
DATA_END keyword. Between these two keywords you can place one or more
paragraphsto select one or more sets of data criteria. Each of these paragraphs
begins with the DATA_SELECT_BEGIN keyword and ends with the
DATA_SELECT_END keyword. All of the pertinent DATA selection keywords for each
audit event must be contained between these two keywords.
Data Selection Syntax
DATA_BEGIN
DATA_SELECT_BEGIN
FILTERTYPE STRINGFILTER
<audit record selection criteria keywords here>
DATA_SELECT_END
DATA_END