Hello,
We have a client that is gathering audit data for their security monitoring system. They’ve found the audit trail table (dbo.audit_event) as well as a schema description in the admin guide, but the admin guide only provides the English names for the various event type numbers and mentions that event details are stored in other tables. They've mentioned that it appears that the SQL view dbo.all_events correlates the event entries with the associated tables and fields containing event details, but the data is difficult to process without additional information, such as the description/purpose of each column in the view.
Do you know if there is a schema or diagram available that you could provide to help their security vendor process these audit logs?