All Products
Search
Document Center

Elasticsearch:View cluster status and node information

Last Updated:Feb 28, 2026

The Node Visualization area on the Elasticsearch console provides a visual overview of cluster health, per-node metrics (CPU, memory, disk, and JVM usage), and node configurations, so you can quickly identify issues without running API calls.

Prerequisites

Before you begin, ensure that you have:

Go to the Node Visualization area

  1. Log on to the Alibaba Cloud Elasticsearch console.

  2. In the left navigation menu, choose Elasticsearch Clusters.

  3. Navigate to the target cluster.

    1. In the top navigation bar, select the resource group to which the cluster belongs and the region where the cluster resides.

    2. On the Elasticsearch Clusters page, find the cluster and click its ID.

  4. On the Elasticsearch Clusters page, find the cluster and click its ID.

  5. On the Basic Information page, scroll to the Node Visualization area at the bottom.

View cluster health status

Console

  1. Go to the Node Visualization area.

  2. Hover over the Cluster icon to view the cluster Status.

    Cluster status dialog

    The cluster health status uses the following color codes:

    Color Status Meaning
    Green Normal All primary shards and replicas are allocated. The cluster is fully operational.
    Yellow Alert All primary shards are allocated, but some replicas are not. Fault tolerance is reduced.
    Red Warning At least one primary shard is unallocated. Some data may be unavailable.
    Gray Unknown Node information has not been retrieved for an extended period.

    For a diagnostic report, use Artificial Intelligence for IT Operations (AIOps).

    Note

    Cluster and node status retrieval may be delayed. During an instance change, the displayed status may not reflect real-time conditions.

API

Check cluster health with the Health API:

GET /_cluster/health

For parameters and usage details, see View the health status of an Elasticsearch cluster.

View node health status

  1. Go to the Node Visualization area.

  2. Check the color of each node to determine its health status.

    Node health status

    Node colors follow the same scheme as cluster health (green, yellow, red, gray) and correspond to the threshold-based metrics in CloudMonitor. For details, see Metric description and suggestions for handling exceptions.

  3. Hover over a node to view its details:

    Metric Description
    Node Name Name identifier of the node
    Node Status Current health status
    CPU Utilization | CPU Specifications CPU utilization and specifications (for example, 1.7% | 2Cores)
    Memory Size Total memory allocated to the node (for example, 4G)
    Disk Usage | Total Storage Space Disk utilization and total storage (for example, 2.0% | 20GiB)
    JVM Memory JVM memory utilization percentage

    Node details dialog

    Note
    • If the Node Status is red, yellow, or gray, a diagnostic message appears, such as Node Is Disconnected. We Recommend That You Use AIOps For Diagnosis. or Node Is In Poor Health. We Recommend That You Use AIOps For Diagnosis. Click AIOps Diagnosis to go to Intelligent O&M > Cluster Diagnostics and run a diagnostic.

    • Click Restart. In the Restart dialog box, you can restart the cluster or node.

View node configuration

  1. Go to the Node Visualization area.

  2. Click the Switch to list view icon in the upper-right corner to open the configuration list.

    Node configuration list

    The list displays specifications and configurations for each node. For parameter descriptions, see ES instance node configurations.

References

  • ListAllNode: retrieve node information programmatically