Manage Access Audits¶
The Databricks SQL connector provides access auditing capabilities to help organizations track user activity, ensure compliance, and enhance security monitoring.
Audit Configuration¶
- Audit Enable: Enables audit logs for the Databricks SQL. Set this property to
true
to enable audit logging. - Audit Excluded Users: Comma-separated list of users to exclude from audits (e.g.,
user1@gmail.com
). - Audit Initial Pull Minutes: Specifies the number of minutes of audit data to retrieve during the initial sync when auditing is first enabled. The default is
30
minutes.
Setup¶
Warning
- Replace the example values with your actual values.
-
SSH to the instance where Privacera Manager is installed.
-
Run the following command to open the
.yml
file to be edited.If you have multiple connectors, then replace
instance1
with the appropriate connector instance name.Bash -
Add or update the following properties to enable access audits:
-
Once the properties are configured, run the following commands to update your Privacera Manager platform instance:
Step 1 - Setup which generates the helm charts. This step usually takes few minutes.
Step 2 - Apply the Privacera Manager helm charts. Step 3 - Post-installation step which generates Plugin tar ball, updates Route 53 DNS and so on.
-
In PrivaceraCloud portal, navigate to Settings → Applications.
-
On the Connected Applications screen, select Databricks SQL.
-
Click on the icon or the Account Name to modify the settings.
-
On the Edit Application screen, go to Access Management.
-
Under BASIC tab, enable Enable access audits with the toggle.
-
Under ADVANCED tab, enter the following values:
- Users to exclude when fetching access audits:
user1@gmail.com
- Users to exclude when fetching access audits:
-
Enter the following properties under Add New Custom Properties:
Bash -
Click SAVE to apply the changes.
- Prev topic: Advanced Configuration