Audits
Available since: v1.0.0
📘 The audit log is by default limited to the following topics:
ASSETandCATEGORY, with events: create, delete, publish, unpublish, update.It is possible to subscribe to many more topics and event type, however in busy systems that may translate to million of exported rows every day.
| File | Snapshot | Delta | Frequency |
|---|---|---|---|
| audits/audits_yyyy_MM_dd.csv | :no_entry: | :white_check_mark: | Daily |
| Attribute | Required? | Value | Description |
|---|---|---|---|
| EVENT_GUID | VARCHAR2 | Unique ID of event that triggered the audit logging | |
| ID | Yes | VARCHAR2 | Unique id of entiry |
| ACTION | VARCHAR2 | Action type | |
| ACTION_ON_TYPE | VARCHAR2 | Entity type | |
| ACTION_ON_ID | VARCHAR2 | Entity id | |
| PUBLISHER_ID | VARCHAR2 | Foreign key for Publishers | |
| MSG | CLOB | Description of the audit / change. | |
| REGISTERED | DATE | ||
| SYSTEM_INSTANCE | VARCHAR2 | ||
| SYSTEM_NAME | VARCHAR2 | ||
| TENANT | VARCHAR2 | ||
| USERNAME | VARCHAR2 |