Prerequisites
Verify that you have the following:- Domino version 6.2 or later
- A supported cloud deployment: AWS or Azure
- Two object storage buckets in your cloud provider
Enable the service
Enable Workspace File Audits by configuring object storage buckets and Domino settings. You need two buckets, one for temporary staging and an archive bucket for long-term storage:- Working bucket: Temporary staging for raw audit events
- Archive bucket: Long-term storage for processed audit events
Use the Domino Terraform Module
The Domino Terraform module contains the bucket configuration details.-
Enable the
workspace_auditoption in the Terraform configuration. - Re-run the Terraform module to provision the required buckets (working and archive).
- Contact your Domino administrator if you have questions or run into issues.
Without the Terraform Module
Create and configure the buckets manually in your cloud provider.- Create the working bucket and archive bucket in your cloud blob storage provider.
- Verify that both buckets have the required IAM permissions for Domino to read and write.
After you create the buckets
Update theagent.yaml file to enable workspace audit and provide the bucket details.
The setting enabled: true triggers the full infrastructure setup: enabling Falco, updating the Falco configuration, deploying the workspace audit service, and connecting to the provisioned buckets.
AWS:
Next steps
- Use the Workspace File Audit App: Query and export audit data
- Monitoring and alerting: Set up Grafana alerts for audit pipeline health