Use this page to define the implementation details of the audit service provider. There are three types of audit service providers: binary file-based, third party and SMF.
Specifies the unique name associated with the audit service provider.
Specifies the name of the class for this implementation. This field is only present for Third party emitter implementations.
Specifies the path to the binary log file.
Specifies the maximum size of a single binary log file. This value is defined in megabytes.
Specifies the maximum number of binary log file to create before the oldest is replaced.
Specifies a class used to format the generic event into a format that is specific to the audit service provider implementation. For example, a third party audit service provider implementation might have an event formatting class that takes the generic event and translates it into XML data.
Specifies the available event filters. To enable a filter for an implementation, select the filter from the Selectable event filters list and then click >.
Specifies the event filters that are currently enabled for an implementation. To disable a filter for an implementation, select the filter from the Enabled filters list and then click <.
Specifies any custom properties that might be used to add properties to a third party implementation. Custom properties are not available for binary file-based implementations or SMF implementations.