Customizing OAM Audit events in 11gR2PSBP04
Hi All,
I was trying to configure auditing for OAM. we observe that audit created huge no of records even when it the Filter Preset (at OAM) is set to Medium.
On analyzing the audit tables, we are are not interested in audit events like SessionValidation, CheckAuthorization,Authorizationn. How can I disable auditing for these events.
I tried manageAuditEvents() , but it is of no help.I ran below commands,
wls:/oamdomain/domainRuntime> manageAuditEvents(eventType="CheckAuthorization",auditEnabled="false",eventStatus="false",presetFilter="All")
wls:/oamdomain/domainRuntime> manageAuditEvents(eventType="CheckAuthorization",auditEnabled="false",eventStatus="true",presetFilter="All")
wls:/oamdomain/domainRuntime> manageAuditEvents(eventType="CheckAuthorization",auditEnabled="false",eventStatus="true",presetFilter="Medium")