-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1d5dce0
commit 2f416ef
Showing
26 changed files
with
161 additions
and
258 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,25 @@ | ||
# View EMQX Cluster Details | ||
|
||
In the **Cluster List** panel, you can see the clusters managed/hosted within the current organization, you can choose to view them as cards or lists. | ||
In the **Data Access** panel, you can see the clusters managed within the current organization, you can choose to view them as cards or lists. | ||
|
||
![emqx_card](./_assets/emqx_card.png) | ||
![emqx_detail](_assets/cluster-detail.png) | ||
|
||
Below is the explanation of each field: | ||
|
||
- **Cluster Name**: Cluster name, you can click the name (or **Cluster ID** in the list view) to enter the cluster details page to find the network information. | ||
- **Status**: Operational status of the cluster, could be **Creating**, **Running**, **Created** (for managed clusters, usually paired with **Register Node**), **stopping**, **stopped**, **Starting**, and **Error**. | ||
- **Register Node**: Register to an existing EMQX cluster. | ||
- **Start Time**: Indicate when the cluster is started. | ||
- **Cluster Name**: Cluster name can be modified by **Edit** operation. | ||
- **Version**: Indicate the EMQX version. | ||
- **Replicas**: Number of EMQX nodes configured in each cluster. | ||
- **Status**: Operational status of the cluster, could be **Created**, **Registering**, **Running**, **Deleting** and **Error**. | ||
- **Connections**: Indicate the current established connections and maximum number of connections that can be established. | ||
- **Running Time**: Indicate how long the cluster has running. | ||
- **Create Time**: Indicate when the cluster is created. | ||
- **Connections**: Indicate the maximum number of connections that can be established. | ||
- **Specifications**: Indicate the cluster specifications. For hosted clusters, ECP allows system admins to change the cluster specifications to better serve their business needs. For details, see [Resource Settings](../system_admin/resource_config.md#configure-emqx-cluster-quota). | ||
- **Type**: Indicate whether it is a hosted cluster (created by ECP) or managed cluster (created by users). | ||
- **Version**: Indicate the EMQX version. | ||
|
||
## Check Cluster Details via EMQX Dashboard | ||
|
||
On the **Cluster / Detail** page, you can click on **Enter Dashboard** in the top-right corner to enter the EMQX Enterprise Edition Dashboard. This web-based control panel provided by EMQX allows users to monitor the operational status and statistical metrics of server nodes and clusters. | ||
On the **Data Access** page, you can click on **Enter Dashboard** in the top-right corner to enter the EMQX Enterprise Edition Dashboard. This web-based control panel provided by EMQX allows users to monitor the operational status and statistical metrics of server nodes and clusters. | ||
|
||
![console](./_assets/cluster-console.png) | ||
|
||
EMQX Dashboard provides insights into client connectivity and subscription relationships. It also offers capabilities to configure and enable/disable plugins, manage HTTP API keys, perform hot configuration management for EMQX clusters, and conduct MQTT connection testing. | ||
|
||
For detailed guidance on managing and controlling EMQX Enterprise Edition, please refer to the [EMQX 4.4 Documentation](https://docs.emqx.com/zh/enterprise/v4.4/). | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.