audit-log-cfg

audit-log-cfg = <agent>[<parameter>=<value>],[<parameter>=<value>],...

Description

Configures audit logging for the runtime security service. We can use the available parameters to configure the logging agents.

Options

For a complete description of the available logging agents and the supported configuration parameters, see the Security Verify Access: Auditing Guide.

Usage:

This stanza entry is optional.

This stanza entry applies to Advanced Access Control. We must configure this attribute if we want WebSEAL to log runtime security audit events. If there is no value set, then WebSEAL does not log any audit events for the runtime security service.

Default: None.

Example:

To log audit events in a file called rtss-audit.log:

audit-log-cfg = file path=/tmp/rtss-audit.log,flush_interval=20,
rollover_size=2000000,queue_size=48

To send audit logs to STDOUT:

audit-log-cfg = stdout

Parent topic: [rtss-eas] stanza