Set up the Workspace File Audit App to query and export file-level audit data from Domino Workspaces for compliance reporting and investigations. After enabling the service and deploying the application, explore and export audit events by user, project, and event type.
Deploy the Domino-provided Workspace File Audit app from GitHub.
-
Go to Projects > New Project, then select Import from Git and enter the repository URL:
https://github.com/dominodatalab/Workspace-File-Audit-Application -
Complete the project creation and open the project.
-
Go to Deployments > Apps & Agents > Publish > App.
-
Configure the deployment:
-
Name and Description (example: "Workspace File Audit Query Tool").
-
Environment: Choose the latest Domino Standard Environment. If you don’t see it in your deployment, please contact your Domino administrator.
-
Code: Select
start.shas the App File -
Hardware Tier: Medium
-
-
Select Enable deep linking and query parameters then click Publish.
-
Wait for the app status to show Running, then select Open.
Filter workspace file audit events by date range, event type, user, project, and file path. Refine results to isolate specific activity patterns, then export data for compliance reporting or offline analysis.
-
Go to Deploy > Apps > Workspace File Audit App.
-
Set your Date Range. Choose 90 days or less and maximum: 1 year for best performance.
-
Add optional filters:
-
Event Type: Read, Write, Create, Delete, or Rename
-
Username: Supports partial matches
-
Project Name: Supports partial matches
-
File Path: Supports partial matches and regex patterns starting with
/
-
-
Select Submit to run your query.
View filtered results
Results appear in two formats:
-
Events Over Time chart: Shows total event counts across your selected timeframe. Use the Breakdown By dropdown to change how results are grouped.
-
Events Details table: Shows individual events including Timestamp, User Name, Event Type, and File. Columns are sortable and searchable to quickly isolate patterns or anomalies.
Configure audit behavior, access raw data directly from blob storage, or customize the query application to meet specialized requirements. For advanced configuration in Domino Cloud - contact Domino Support to enable it.
Access raw data in S3
Processed audit events are stored as Parquet files in your read bucket. Access these records directly using your cloud provider tools or query tools like DuckDB.
Use raw data to integrate with custom BI tools or build specialized analytics platforms tailored to your organization.
Customize the app
Customize the audit query application by cloning the official Domino repository to your organization’s Git account. Create a Git-Based Project in Domino pointing to your cloned repository.
|
Note
| Custom modifications are not covered by Domino support. You are responsible for testing and maintaining custom changes. Periodically merge changes from the official repository into your custom branch to stay current with Domino updates. |
-
Unified Audit Trail: Learn about Domino’s in-platform event logging
