From 6ab6e19b649165060833a2f3e3d779a53672d481 Mon Sep 17 00:00:00 2001 From: fpavitra-oss Date: Wed, 26 Aug 2026 18:40:43 -0700 Subject: [PATCH 1/2] Documentation changes for Events in Premium. Documentation changes for Events in TiDB Premium. --- tidb-cloud/monitoring-concepts.md | 2 +- tidb-cloud/tidb-cloud-events.md | 36 ++++++++++++++++++++++++++++--- 2 files changed, 34 insertions(+), 4 deletions(-) diff --git a/tidb-cloud/monitoring-concepts.md b/tidb-cloud/monitoring-concepts.md index 0fea775382650..25efd2436935a 100644 --- a/tidb-cloud/monitoring-concepts.md +++ b/tidb-cloud/monitoring-concepts.md @@ -40,7 +40,7 @@ For more information, see [TiDB Cloud Built-in Alerting](/tidb-cloud/monitor-bui In TiDB Cloud, an event indicates a change in your TiDB Cloud resource. -- For {{{ .starter }}} and Essential instances, TiDB Cloud logs the historical events at the instance level. +- For {{{ .starter }}}, Essential and Premium instances, TiDB Cloud logs the historical events at the instance level. - For TiDB Cloud Dedicated clusters, TiDB Cloud logs the historical events at the cluster level. You can view the logged events on the **Events** page, including the event type, status, message, trigger time, and trigger user. diff --git a/tidb-cloud/tidb-cloud-events.md b/tidb-cloud/tidb-cloud-events.md index ace326e9b1470..17d59e156c459 100644 --- a/tidb-cloud/tidb-cloud-events.md +++ b/tidb-cloud/tidb-cloud-events.md @@ -5,9 +5,9 @@ summary: Learn how to view the events for TiDB Cloud resources using the Events # Events - + -For {{{ .starter }}} and Essential instances, TiDB Cloud logs the historical events at the instance level. An *event* indicates a change in your {{{ .starter }}} or Essential instance. You can view the logged events on the **Events** page, including the event type, status, message, trigger time, and trigger user. +For {{{ .starter }}}, Essential and Premium instances, TiDB Cloud logs the historical events at the instance level. An *event* indicates a change in your {{{ .starter }}}, Essential or Premium instance. You can view the logged events on the **Events** page, including the event type, status, message, trigger time, and trigger user. @@ -23,7 +23,7 @@ This document describes how to view the historical events using the **Events** p To view the events on the **Events** page, take the following steps: -1. On the [**My TiDB**](https://tidbcloud.com/tidbs) page, click the name of your target {{{ .starter }}} or Essential instanceTiDB Cloud Dedicated cluster to go to its overview page. +1. On the [**My TiDB**](https://tidbcloud.com/tidbs) page, click the name of your target {{{ .starter }}}, Essential or Premium instanceTiDB Cloud Dedicated cluster to go to its overview page. > **Tip:** > @@ -55,6 +55,36 @@ TiDB Cloud logs the following types of cluster events: | UpdateSpendingLimit | Update spending limit of a {{{ .starter }}} instance | | ResourceLimitation | Update resource limitation of a {{{ .starter }}} or {{{ .essential }}} instance | +In Premium, TiDB Cloud logs the following types of events: + +| Event Type| Description | +|:--- |:--- | +| CreateInstance | Create an instance | +| CreateDataMigration | Create a Data Migration Task | +| DeleteDataMigration | Delete a Data Migration Task | +| PauseDataMigration | Pause a Data Migration Task | +| ResumeDataMigration | Resume a Data Migration Task | +| ImportData | Import Data | +| CreatePrivateEndpoint | Create an AWS Private Endpoint for External Services | +| DeletePrivateEndpoint | Delete an AWS Private Endpoint for External Services | +| CreateChangefeed | Create a changefeed | +| ScaleChangefeed | Scale a changefeed | +| PauseChangefeed | Pause a changefeed | +| ResumeChangefeed | Resume a changefeed | +| EditChangefeed | Edit a changefeed | +| DeleteChangefeed | Delete a changefeed | +| BackupCluster | Back up a cluster | +| DeleteBackup | Delete a backup| +| UpdateBackupSetting | Update a backup setting | +| RestoreFromBackup | Restore from backup | +| CreateExport | Create an export | +| CancelExport | Cancel an export | +| DeleteExport | Delete an export | +| RestoreInstance | Restore to an instance | +| UpdatePublicEndpoint | Update a public endpoint | +| UpdateClusterCapacity | Update an instance capacity | +| CreatePrivateLink | Create a PrivateLink Endpoint | + For each event, the following information is logged: - Event Type From 1cb0fabb3b41014d2e9b082aae818fa701b75705 Mon Sep 17 00:00:00 2001 From: qiancai Date: Fri, 28 Aug 2026 10:38:03 +0800 Subject: [PATCH 2/2] add CustomContent for premium logged events --- tidb-cloud/features.md | 2 +- tidb-cloud/tidb-cloud-events.md | 12 ++++++++++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/tidb-cloud/features.md b/tidb-cloud/features.md index 75e2748c1ea10..2af93e7622fd4 100644 --- a/tidb-cloud/features.md +++ b/tidb-cloud/features.md @@ -233,7 +233,7 @@ This document lists the feature support status for different TiDB Cloud plans, i Events ✅ ✅ - 🚧 + ✅ ✅ diff --git a/tidb-cloud/tidb-cloud-events.md b/tidb-cloud/tidb-cloud-events.md index 17d59e156c459..b840cfa4e0b86 100644 --- a/tidb-cloud/tidb-cloud-events.md +++ b/tidb-cloud/tidb-cloud-events.md @@ -33,7 +33,9 @@ To view the events on the **Events** page, take the following steps: ## Logged events -TiDB Cloud logs the following types of cluster events: + + +TiDB Cloud logs the following types of events: | Event Type| Description | |:--- |:--- | @@ -55,7 +57,11 @@ TiDB Cloud logs the following types of cluster events: | UpdateSpendingLimit | Update spending limit of a {{{ .starter }}} instance | | ResourceLimitation | Update resource limitation of a {{{ .starter }}} or {{{ .essential }}} instance | -In Premium, TiDB Cloud logs the following types of events: + + + + +TiDB Cloud Premium logs the following types of events: | Event Type| Description | |:--- |:--- | @@ -85,6 +91,8 @@ In Premium, TiDB Cloud logs the following types of events: | UpdateClusterCapacity | Update an instance capacity | | CreatePrivateLink | Create a PrivateLink Endpoint | + + For each event, the following information is logged: - Event Type