In the the Audit Manager Configuration file, you use the mfaudit.dest parameter to specify audit event output types or emitter destinations to use: to file or as SNMP events, or both.
mfaudit.dest=audit-emitter-list
Trace events are written to an audit file in a binary format. The resulting file can be processed using the audit file APIs or the Audit Manager Administration Utility.
Trace events are generated as SNMP events.
The default is: mfaudit.dest=AUDITFILE
The following entry specifies that tracing events are to be output to an audit file.
... mfaudit.dest=AUDITFILE ...
The following entry specifies 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 ...
Comments:
mfaudit.dest is used to specify the audit event output types that are to be used by the audit event consolidator instance . You can configure multiple types.