Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOC-12114 Replace mention of change in a future release with unsupported #19309

Merged
merged 2 commits into from
Jan 22, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/current/v20.2/experimental-audit.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Only members of the `admin` role can enable audit logs on a table. By default, t
`OFF` | Turn off audit logging.

{{site.data.alerts.callout_info}}
This command logs all reads and writes, and both the <code>READ</code> and <code>WRITE</code> parameters are required (as shown in the <a href="#examples">examples</a> below). In a future release, this should change to allow logging only reads, only writes, or both.
This command logs all reads and writes, and both the <code>READ</code> and <code>WRITE</code> parameters are required (as shown in the <a href="#examples">examples</a> below). Logging for only reads or only writes is not supported.
{{site.data.alerts.end}}

## Audit log file format
Expand Down
2 changes: 1 addition & 1 deletion src/current/v21.1/experimental-audit.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Only members of the `admin` role can enable audit logs on a table. By default, t
`OFF` | Turn off audit logging.

{{site.data.alerts.callout_info}}
This command logs all reads and writes, and both the <code>READ</code> and <code>WRITE</code> parameters are required (as shown in the <a href="#examples">examples</a> below). In a future release, this should change to allow logging only reads, only writes, or both.
This command logs all reads and writes, and both the <code>READ</code> and <code>WRITE</code> parameters are required (as shown in the <a href="#examples">examples</a> below). Logging for only reads or only writes is not supported.
{{site.data.alerts.end}}

## Audit log file format
Expand Down
2 changes: 1 addition & 1 deletion src/current/v21.2/experimental-audit.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Only members of the `admin` role can enable audit logs on a table. By default, t
`OFF` | Turn off audit logging.

{{site.data.alerts.callout_info}}
This command logs all reads and writes, and both the <code>READ</code> and <code>WRITE</code> parameters are required (as shown in the <a href="#examples">examples</a> below). In a future release, this should change to allow logging only reads, only writes, or both.
This command logs all reads and writes, and both the <code>READ</code> and <code>WRITE</code> parameters are required (as shown in the <a href="#examples">examples</a> below). Logging for only reads or only writes is not supported.
{{site.data.alerts.end}}

## Audit log file format
Expand Down
2 changes: 1 addition & 1 deletion src/current/v22.1/experimental-audit.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Only members of the `admin` role can enable audit logs on a table. By default, t
`OFF` | Turn off audit logging.

{{site.data.alerts.callout_info}}
This command logs all reads and writes, and both the <code>READ</code> and <code>WRITE</code> parameters are required (as shown in the <a href="#examples">examples</a> below). In a future release, this should change to allow logging only reads, only writes, or both.
This command logs all reads and writes, and both the <code>READ</code> and <code>WRITE</code> parameters are required (as shown in the <a href="#examples">examples</a> below). Logging for only reads or only writes is not supported.
{{site.data.alerts.end}}

## Audit log file format
Expand Down
Loading