Network Deployment (Distributed operating systems), v8.0 > Reference > Commands (wsadmin scripting)
AuditEventFormatterCommands command group
We can use Jython to manage the security auditing system with wsadmin.sh. Use the commands and parameters in the AuditEventFormatterCommands group to manage the event formatter for the audit service provider.
Use the following commands to display information about the audit event formatter:
getEventFormatterClass
The getEventFormatterClass command retrieves the class name of the event formatter specified by the reference ID of the binary file audit service provider of interest.
The user must have the monitor administrative role to run this command.
Target object None
Required parameters
-emitterRef
Reference ID of the audit service provider implementation of interest. (String, required)
Return valueThe command returns a null value if the event formatter class is not defined for the audit service provider implementation of interest.
Batch mode example usage
- Jython string:
AdminTask.getEventFormatterClass('-emitterRef AuditServiceProvider_1173199825608')
- Use Jython list:
AdminTask.getEventFormatterClass(['-emitterRef', 'AuditServiceProvider_1173199825608'])
Interactive example...
### Jython
AdminTask.getEventFormatterClass('-interactive')
Related
AuditKeyStoreCommands command group
AuditEmitterCommands
AuditSigningCommands command group
AuditEncryptionCommands command group
AuditEventFactoryCommands
AuditFilterCommands command group
AuditNotificationCommands command group
AuditPolicyCommands command group