Skip to content

Commit 7bef819

Browse files
committed
In cockroachcloud/sql-audit-logging.md, updated with SENSITIVE_ACCESS logging channel and links to export-logs.md and export-logs-advanced.md.
1 parent a00f09d commit 7bef819

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/current/cockroachcloud/sql-audit-logging.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
title: SQL Audit Logging
33
summary: Learn about the SQL Audit Logging feature for CockroachDB Cloud clusters.
4-
toc: true
4+
toc: false
55
docs_area: manage
66
---
77

88
SQL audit logging gives you detailed information about queries being executed against a table in your cluster. This feature is especially useful when you want to log all queries that are run against a table that contains cardholder data, private health information (PHI), or other personally-identifiable information (PII).
99

10-
After you enable SQL audit logging for a table, [contact Support](https://support.cockroachlabs.com/hc/) to request the audit logs.
10+
After you enable SQL audit logging for a table, audit logs are sent to the [`SENSITIVE_ACCESS` logging channel]({% link {{site.current_cloud_version}}/logging-use-cases.md %}#sensitive_access). You can then export these logs depending on your deployment. for more information, refer to [Export Logs From a CockroachDB Standard Cluster]({% link cockroachcloud/export-logs.md %}) or [Export Logs From a CockroachDB Advanced Cluster]({% link cockroachcloud/export-logs-advanced.md %}).
1111

1212
## Enable auditing
1313

0 commit comments

Comments
 (0)