Audit.event.outcome
Specifies whether events are occurring as a result of successful operations, unsuccessful operations, or both are audited.
Note: Do not delete this property from the properties
file.
- Audit.event.outcome={outcome[,outcome]}
- Specify success for events to be logged which occur as
a result of successful operations. Specify
failure
for events to be logged which occur as a result of unsuccessful operations. Only audit events that resulted in the specified outcome are recorded.- Required
- Yes.
- Values
- success | failure
Both can be specified separated by comma or semicolon.
- Default
- success, failure
- Examples
- Specification for this configuration value is shown in the following
example.
Audit.event.outcome=failure
To enable both successful and unsuccessful cases:
Audit.event.outcome=success,failure