You can view the status of your Alibaba Cloud Elasticsearch cluster, basic information of its nodes, and node configurations on the Node Visualization or Configuration Info tab of the cluster details page. The basic information includes the IP address, status, CPU utilization, memory size, disk usage, and Java Virtual Machine (JVM) heap memory usage. This topic describes how to view the cluster status and node information.
Go to the Node Visualization tab
- Log on to the Elasticsearch console.
- In the left-side navigation pane, click Elasticsearch Clusters.
- Navigate to the desired cluster.
- In the top navigation bar, select a resource group and a region.
- In the left-side navigation pane, click Elasticsearch Clusters. On the Elasticsearch Clusters page, find the desired cluster and click its ID.
- On the Basic Information page, click the Node Visualization tab.
Queries the health status of a cluster.
Alibaba Cloud Elasticsearch provides the following methods for you to query the health status of a cluster:
- Use the Elasticsearch console
You can view the health status of a cluster on the Node Visualization tab of the Basic Information page. To view the health status of a cluster, perform the following steps:
- Go to the Node Visualization tab.
- Move the pointer over Cluster. In the popover that appears, view the cluster status.
If you want to view the diagnostic report for the health status of the cluster, click Intelligent Maintenance in the popover. For more information, see Overview.
Note The status of an Elasticsearch cluster may not be updated in real time, or the status displayed on the Node Visualization tab may be different from the real status of the cluster. In this case, you can view the cluster status on this tab when the cluster is normally running or use theGET /_cluster/health
command to query the health status of the cluster.
- Use the health API
You can call the health API to view the health status of your Elasticsearch cluster. For more information, see View the health status of an Elasticsearch cluster.
GET /_cluster/health