diff --git a/docs-2.0/nebula-dashboard-ent/4.cluster-operator/analysis-diagnosis/cluster-diagnosis.md b/docs-2.0/nebula-dashboard-ent/4.cluster-operator/analysis-diagnosis/cluster-diagnosis.md index 9dd87e11800..14bb42f4937 100644 --- a/docs-2.0/nebula-dashboard-ent/4.cluster-operator/analysis-diagnosis/cluster-diagnosis.md +++ b/docs-2.0/nebula-dashboard-ent/4.cluster-operator/analysis-diagnosis/cluster-diagnosis.md @@ -1,4 +1,4 @@ -# Cluster diagnositics +# Cluster diagnostics The cluster diagnostics feature in Dashboard Enterprise Edition is to locate and analyze the current cluster problems within a specified time range and summarize the diagnostic results and cluster monitoring information to web-based diagnostic reports. @@ -33,7 +33,7 @@ The cluster diagnostics feature in Dashboard Enterprise Edition is to locate and - timeRange: The number of days in the time range. For avg type metrics, the value of this parameter is 1. - maxValue: The maximum metric value. The value for the percentage type is 100, and the value for the rest of the types is 2 times the conditionValue. - For example `weight(hit_memory_times > 10 * days, 10)`, when the time range is selected as 2 days and `hit_memory_times = 40`, the formula is `(40 - 10 * 2)/((10*2 - 10) * 2) * 10 = 10`。 + For example, `weight(hit_memory_times > 10 * days, 10)`, when the time range is selected as 2 days and `hit_memory_times = 40`, the formula is `(40 - 10 * 2)/((10*2 - 10) * 2) * 10 = 10`。 3. Click **Start**. diff --git a/docs-2.0/nebula-dashboard-ent/4.cluster-operator/operator/update-config.md b/docs-2.0/nebula-dashboard-ent/4.cluster-operator/operator/config-management.md similarity index 92% rename from docs-2.0/nebula-dashboard-ent/4.cluster-operator/operator/update-config.md rename to docs-2.0/nebula-dashboard-ent/4.cluster-operator/operator/config-management.md index 88ba8a83f5f..7ab065f25a5 100644 --- a/docs-2.0/nebula-dashboard-ent/4.cluster-operator/operator/update-config.md +++ b/docs-2.0/nebula-dashboard-ent/4.cluster-operator/operator/config-management.md @@ -1,6 +1,6 @@ -# Update config +# Config Management -On **Update Config** page, you can view and update the service configuration files. +On **Config Management** page, you can view and update the service configuration files. ## Precautions @@ -10,7 +10,7 @@ You need to restart the corresponding service in the **Service** page after the 1. At the top navigation bar of the Dashboard Enterprise Edition page, click **Cluster Management**. 2. On the right side of the target cluster, click **Detail**. -3. On the left-side navigation bar of the page, click **Operation**->**Update Config**. +3. On the left-side navigation bar of the page, click **Operation**->**Config Management**. ## Modify configuration diff --git a/docs-2.0/nebula-dashboard-ent/4.cluster-operator/operator/scale.md b/docs-2.0/nebula-dashboard-ent/4.cluster-operator/operator/scale.md index 568350ce289..4e950b52305 100644 --- a/docs-2.0/nebula-dashboard-ent/4.cluster-operator/operator/scale.md +++ b/docs-2.0/nebula-dashboard-ent/4.cluster-operator/operator/scale.md @@ -1,6 +1,6 @@ # Scale -On **Scale** page, you can **add node** and **import node in batches** quickly, and add **Graph services** and **Storage services** to the existing nodes. +On the **Scale** page, you can **add node** and **import node in batches** quickly, and add **Graph services** and **Storage services** to the existing nodes. !!! enterpriseonly @@ -51,4 +51,4 @@ In this example, storage services with nodes `192.168.8.143` and `192.168.8.167` ### Reset -Click the **Reset** button to cancel all uncommitted operations and restore to the initial state. \ No newline at end of file +Click the **Reset** button to cancel all uncommitted operations and restore them to the initial state. \ No newline at end of file diff --git a/docs-2.0/nebula-dashboard-ent/system-settings/notification-endpoint.md b/docs-2.0/nebula-dashboard-ent/system-settings/notification-endpoint.md index f1dd319d1f4..9b68d0d64da 100644 --- a/docs-2.0/nebula-dashboard-ent/system-settings/notification-endpoint.md +++ b/docs-2.0/nebula-dashboard-ent/system-settings/notification-endpoint.md @@ -34,4 +34,4 @@ Dashboard supports sending and receiving alert messages for all clusters via E-m Dashboard supports configuring Webhook to bring all cluster alert messages into third-party projects. -On the left-side navigation bar of the **Interface Settings** page, click **Notification Endpoints**->**Webhook** to input the **Webhook URL** used to receive alert messages. You can turn on or off the Webhook feature at the top right of the page. +On the left-side navigation bar of the **System Settings** page, click **Notification Endpoints**->**Webhook** to input the **Webhook URL** and **Webhook request body** (optional) used to receive alert messages. You can turn on or off the Webhook feature at the top right of the page. diff --git a/mkdocs.yml b/mkdocs.yml index 965483fba32..4079fd8cd15 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -600,7 +600,14 @@ nav: - Cluster management: - Cluster overview: nebula-dashboard-ent/4.cluster-operator/1.overview.md - Cluster monitoring: nebula-dashboard-ent/4.cluster-operator/2.monitor.md - - Notification: nebula-dashboard-ent/4.cluster-operator/9.notification.md + - Operation: + - Node: nebula-dashboard-ent/4.cluster-operator/operator/node.md + - Scale: nebula-dashboard-ent/4.cluster-operator/operator/scale.md + - Service: nebula-dashboard-ent/4.cluster-operator/operator/service.md + - Config Management: nebula-dashboard-ent/4.cluster-operator/operator/config-management.md + - Member management: nebula-dashboard-ent/4.cluster-operator/operator/member-management.md + - Version upgrade: nebula-dashboard-ent/4.cluster-operator/operator/version-upgrade.md + - Backup and restore: nebula-dashboard-ent/4.cluster-operator/operator/backup-and-restore.md - Analysis: - Slow query analyst: nebula-dashboard-ent/4.cluster-operator/analysis-diagnosis/slow-query-analyst.md - Cluster diagnostics: nebula-dashboard-ent/4.cluster-operator/analysis-diagnosis/cluster-diagnosis.md @@ -609,14 +616,8 @@ nav: - Job management: nebula-dashboard-ent/4.cluster-operator/cluster-information/job-management.md - Audit log: nebula-dashboard-ent/4.cluster-operator/cluster-information/audit-log.md - Runtime log: nebula-dashboard-ent/4.cluster-operator/cluster-information/runtime-log.md - - Operation: - - Node: nebula-dashboard-ent/4.cluster-operator/operator/node.md - - Scale: nebula-dashboard-ent/4.cluster-operator/operator/scale.md - - Service: nebula-dashboard-ent/4.cluster-operator/operator/service.md - - Update config: nebula-dashboard-ent/4.cluster-operator/operator/update-config.md - - Member management: nebula-dashboard-ent/4.cluster-operator/operator/member-management.md - - Version upgrade: nebula-dashboard-ent/4.cluster-operator/operator/version-upgrade.md - - Backup and restore: nebula-dashboard-ent/4.cluster-operator/operator/backup-and-restore.md + - Notification: nebula-dashboard-ent/4.cluster-operator/9.notification.md + - Data Synchronization: nebula-dashboard-ent/4.cluster-operator/7.data-synchronization.md - Operation records: nebula-dashboard-ent/4.cluster-operator/5.operation-record.md - Other settings: nebula-dashboard-ent/4.cluster-operator/6.settings.md - Authority management: nebula-dashboard-ent/5.account-management.md