Previous Topic Next topic Print topic


mfaudit.dest

Syntax:

mfaudit.dest=audit-emitter-list

Parameters:

audit-emitter-list A list of comma or space separated well-known and user-specific audit emitter names. The well-known emitter names are: Emitter names are case-insensitive.
AUDITFILE Trace events are written to an audit file in a binary format. The resulting file can be processed using the audit file APIs (see the CBL_AUDIT_FILE_xxx in the APIs section) or the Audit Facility Administration Utility as described in Using the Audit Facility.

Default:

mfaudit.dest=AUDITFILE

Comments:

mfaudit.dest is used to specify the audit event output destinations that are to be used by the audit event consolidator instance . Multiple mfaudit.dest definitions may occur in the configuration file - their effect is additive.

AUDITFILE is assumed if no mfaudit.dest entry is specified in the configuration file.

Examples:

1) Specify that tracing events are to be output to a audit file.

...
mfaudit.dest=AUDITFILE
...

2) Specify that tracing events are to be output using both the audit file and SNMP emitters.


...
mfaudit.dest=AUDITFILE,SNMP
...

OR

...
mfaudit.dest=AUDITFILE
mfaudit.dest=SNMP
...

...

Previous Topic Next topic Print topic