Use Immuta Audit
Requirement: Immuta permission global AUDIT or domain-specific Audit Activity
Applying filters to find audit events
You can filter the audit page in several ways and use multiple filters at once to find the type of audit events you are interested in. To filter the audit page,
Click Insights in the navigation menu and select Audit.
Click Filters, and select the filter you want from the options.
Example search
If you are looking for a specific audit event, use the UAM schema reference guide to determine the audit log you want. Use the example JSON to determine the correct filter.
For example, if you are looking for a data source deleted event, you would find the JSON for the DatasourceDeleted event on the reference page:
{
"id": "1403b675-70f6-4833-ab4c-a7486c63f494",
"action": "DELETE",
"actionStatus": "SUCCESS",
"actor": {
"name": "Taylor Smith",
"id": "[email protected]",
"identityProvider": "bim",
"profileId": "1",
"type": "USER_ACTOR"
},
"tenantId": "your-immuta-tenant.com",
"targetType": "DATASOURCE",
"targets": [
{
"type": "DATASOURCE",
"id": "93",
"name": "Audit",
"technology": "POSTGRESQL"
}
],
"relatedResources": [],
"auditPayload": {
"type": "DatasourceDeletedAuditPayload",
"version": 1,
"datasourceId": "93",
"name": "Audit",
"technology": "POSTGRESQL"
},
"eventTimestamp": "2024-02-22T14:20:42.379Z",
"receivedTimestamp": "2024-02-22T14:20:42.392Z"
}To find an event like this in the UI, you would then use the following filters:
Target Type - Data Source
Action - Delete
Outcome - Success
To remove the filters, click the delete (X) icon.
Note: For a more responsive experience, Immuta limits the number of auto-suggested filter values to 100 of the most active values. The total item count for each filter type still reflects the number of events in the dashboard time range.
Setting a time range
By default, the time range for the audit page is 24 hours. To select a different time range,
Click the date range.
Select the time range you want from the options, choose to enter a custom date range, or choose to enter a custom time range in hours.
Note this will revert back to the default when you log out.
Manually sync new events
Audit events from Snowflake and Databricks Unity Catalog are ingested on a configurable schedule; however, users can manually pull in audit events from these integrations at any time by completing the following steps.
Click Insights in the navigation menu and select Audit.
Click Load Audit Events.
The ingestion job may take time to finish, but will complete in the background. Once it is complete, the new audit events will populate on the events page.
Last updated
Was this helpful?

