From eca2dcde685a887ca51a3bc9f19377f3c8e4375c Mon Sep 17 00:00:00 2001 From: Aolin Date: Fri, 10 Oct 2025 15:23:43 +0800 Subject: [PATCH 1/2] add groupId and value attributes to SimpleTab components for tab synchronization --- .../essential-database-audit-logging.md | 48 +++++++++---------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/tidb-cloud/essential-database-audit-logging.md b/tidb-cloud/essential-database-audit-logging.md index 037a2f021cd55..5034963f2b115 100644 --- a/tidb-cloud/essential-database-audit-logging.md +++ b/tidb-cloud/essential-database-audit-logging.md @@ -138,8 +138,8 @@ You can enable audit logging for a {{{ .essential }}} cluster using the TiDB Clo > > Enabling audit logging alone does not generate audit logs. You must also configure filters to specify which events to log. For more information, see [Manage audit logging filter rules](#manage-audit-logging-filter-rules). - -
+ +
1. Log in to the [TiDB Cloud console](https://tidbcloud.com/) and navigate to the [**Clusters**](https://tidbcloud.com/project/clusters) page of your project. @@ -157,7 +157,7 @@ You can enable audit logging for a {{{ .essential }}} cluster using the TiDB Clo
-
+
Take Amazon S3 storage as an example. To enable audit logging and store audit logs in Amazon S3, run the following command: @@ -174,8 +174,8 @@ The `--rotation-size-mib`, `--rotation-interval-minutes`, and `--unredacted` par You can edit the audit logging for a {{{ .essential }}} cluster after enabling it. - -
+ +
1. Log in to the [TiDB Cloud console](https://tidbcloud.com/) and navigate to the [**Clusters**](https://tidbcloud.com/project/clusters) page of your project. @@ -191,7 +191,7 @@ You can edit the audit logging for a {{{ .essential }}} cluster after enabling i
-
+
To update the audit logging settings using the TiDB Cloud CLI, run the following command: @@ -206,8 +206,8 @@ ticloud serverless audit-log config update -c --rotation-size-mib < You can disable audit logging for a {{{ .essential }}} cluster. - -
+ +
1. Log in to the [TiDB Cloud console](https://tidbcloud.com/) and navigate to the [**Clusters**](https://tidbcloud.com/project/clusters) page of your project. @@ -223,7 +223,7 @@ You can disable audit logging for a {{{ .essential }}} cluster.
-
+
To disable audit logging using the TiDB Cloud CLI, run the following command: @@ -242,8 +242,8 @@ You can create, edit, disable, and delete an audit logging filter rule. To create a filter rule, define which users and events you want to capture in the audit logs. You can specify users, event classes, tables, and status codes to tailor the logging to your needs. - -
+ +
1. Log in to the [TiDB Cloud console](https://tidbcloud.com/) and navigate to the [**Clusters**](https://tidbcloud.com/project/clusters) page of your project. @@ -259,7 +259,7 @@ To create a filter rule, define which users and events you want to capture in th
-
+
To create a filter rule using the TiDB Cloud CLI, run the following command: @@ -272,8 +272,8 @@ ticloud serverless audit-log filter create --cluster-id --display-n ### Edit a filter rule - -
+ +
1. Log in to the [TiDB Cloud console](https://tidbcloud.com/) and navigate to the [**Clusters**](https://tidbcloud.com/project/clusters) page of your project. @@ -289,7 +289,7 @@ ticloud serverless audit-log filter create --cluster-id --display-n
-
+
To edit a filter rule using the TiDB Cloud CLI, run the following command: @@ -302,8 +302,8 @@ ticloud serverless audit-log filter update --cluster-id --filter-ru ### Disable a filter rule - -
+ +
1. Log in to the [TiDB Cloud console](https://tidbcloud.com/) and navigate to the [**Clusters**](https://tidbcloud.com/project/clusters) page of your project. @@ -317,7 +317,7 @@ ticloud serverless audit-log filter update --cluster-id --filter-ru
-
+
To disable a filter rule using the TiDB Cloud CLI, run the following command: @@ -330,8 +330,8 @@ ticloud serverless audit-log filter update --cluster-id --filter-ru ### Delete a filter rule - -
+ +
1. Log in to the [TiDB Cloud console](https://tidbcloud.com/) and navigate to the [**Clusters**](https://tidbcloud.com/project/clusters) page of your project. @@ -347,7 +347,7 @@ ticloud serverless audit-log filter update --cluster-id --filter-ru
-
+
```shell ticloud serverless audit-log filter delete --cluster-id --filter-rule-id @@ -365,8 +365,8 @@ When you store audit logs in TiDB Cloud, {{{ .essential }}} saves them as readab > - {{{ .essential }}} does not guarantee that audit logs are stored in sequential order. A log file named `YYYY-MM-DD-.log` might contain entries from earlier dates. > - To retrieve all logs for a specific date (for example, January 1, 2025), set `--start-date 2025-01-01` and `--end-date 2025-01-02`. In some cases, you might need to download all log files and sort them by the `TIME` field. - -
+ +
1. Log in to the [TiDB Cloud console](https://tidbcloud.com/) and navigate to the [**Clusters**](https://tidbcloud.com/project/clusters) page of your project. @@ -382,7 +382,7 @@ When you store audit logs in TiDB Cloud, {{{ .essential }}} saves them as readab
-
+
To download audit logs using the TiDB Cloud CLI, run the following command: From ec9cb9c8ba7c4c3042df1deae4c3a3ea73941c5a Mon Sep 17 00:00:00 2001 From: Aolin Date: Fri, 10 Oct 2025 15:24:54 +0800 Subject: [PATCH 2/2] remove invalid link --- tidb-cloud/tidb-cloud-release-notes.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/tidb-cloud/tidb-cloud-release-notes.md b/tidb-cloud/tidb-cloud-release-notes.md index 2565c18728ef3..f08a69b56b9eb 100644 --- a/tidb-cloud/tidb-cloud-release-notes.md +++ b/tidb-cloud/tidb-cloud-release-notes.md @@ -249,8 +249,6 @@ This page lists the release notes of [TiDB Cloud](https://www.pingcap.com/tidb-c To request this feature, click **?** in the lower-right corner of the [TiDB Cloud console](https://tidbcloud.com) and click **Request Support**. Then, fill in "Apply for TiDB Cloud Serverless database audit logging" in the Description field and click **Submit**. - For more information, see [TiDB Cloud Serverless Database Audit Logging](/tidb-cloud/serverless-audit-logging.md). - - [TiDB Cloud Dedicated](/tidb-cloud/select-cluster-tier.md#tidb-cloud-dedicated) supports user-controlled log redaction. You can now enable or disable log redaction for your TiDB Cloud Dedicated clusters to manage the redaction status of cluster logs by yourself.