XYGATE Merged Audit Reference Manual

Table Of Contents
XYGATE Merged Audit
®
Reference Manual
Chapter 3. Configuring Filters and the FILTERS File
XYPRO Technology Corporation 62 Proprietary and Confidential
Example 3: Sample ACTION paragraph for an EMAIL alert
ACTION_BEGIN
ACTIONTYPE MAIL
MAIL_SRV mail.bankofcochran.com
MAIL_PORT 25
MAIL_FROM jo@bankofcochran.com
MAIL_TO security@bankofcochran.com
MAIL_IPPROCESS $ZTCP2
MAIL_SUBJECT XMA-|(AUDIT.SUBJECTLOGIN)|altered|(AUDIT.OBJECTNAME)|
MAIL_BODY \N1.$SECURE.XYGATEMA.MAILSAFE
ACTION_END
Example 4 below shows a MAIL alert. An email will be sent to the security mailbox.
The message’s subject will read XMA-<user name> altered <object altered>.
The message specified within the MAIL_TEXT, MAIL_TEXT_END keywords will
appear in the body of the message.
Example 4: Sample ACTION paragraph for an EMAIL alert with inline text
ACTION_BEGIN
ACTIONTYPE MAIL
MAIL_SRV mail.bankofcochran.com
MAIL_PORT 25
MAIL_FROM jo@bankofcochran.com
MAIL_TO security@bankofcochran.com
MAIL_IPPROCESS $ZTCP2
MAIL_SUBJECT XMA-|(AUDIT.SUBJECTLOGIN)|altered|(AUDIT.OBJECTNAME)|
MAIL_TEXT
“****************************************************************
“This is to inform you of the following:”
“|(audit.result)|
“ “
“Please contact support@xypro.com for information regarding”
“obtaining a new license”
“ “
“***************************************************************”
MAIL_TEXT_END
ACTION_END
Configuring RETAIN (Selective Archive and Cleanup) Actions
Records that you want to retain in the XMA database for a specific length of time are
defined by the ACTIONTYPE = RETAIN. Refer to section 8.1.1, “Selective Archive and
Cleanup” on page 145 for more information.
The Archive and Cleanup processes will check Filters with MOVER paragraphs with
the PRODUCT set to FILEMAINT. They will find the MOVER paragraph with an
ACTIONTYPE of RETAIN and check the value of the RETAIN_DAYS or
RETAIN_MONTHS keyword and then process audit records in the XMA database that
match the data selection criteria for the Filter accordingly.
The RETAIN Parameters are the following:
RETAIN The ACTIONTYPE that defines the length of time that audit
records matching the data selection criteria for the Filter
will be retained.