> For the complete documentation index, see [llms.txt](https://cortex-docs.paloaltonetworks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cortex-docs.paloaltonetworks.com/cortex-xdr-3.x/cortex-xdr-3.x-documentation/data-management/broker-vm/broker-vm-high-availability-cluster/manage-broker-vm-clusters/view-cluster-details.md).

# View cluster details

The **Clusters** tab of the **Broker VMs** page (Settings → Configurations → Data Broker → **Broker VMs**) enables you to view detailed information regarding your High Availability (HA) cluster.

The **Clusters** table enables you to monitor and mange your cluster nodes and applets, and view stats.

In addition, when each cluster is expanded, a table is displayed, which enables you to view detailed information regarding the various Broker VM nodes that are currently added to your cluster. If you haven't added any Broker VM nodes to a particular cluster, the table is empty.

<details>

<summary>Clusters Table</summary>

The following table describes all the fields that are available in the Clusters table. You can hide any field column using the column manager.

| Fields       | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| ------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| CLUSTER NAME | <p>Beside the full name of each cluster, a status indicator is displayed with one of the following colors:</p><ul><li>Green: <strong>Healthy</strong>, the Primary node and all available standby nodes are connected and operating with no warnings, and all activated applets are running without a problem.</li><li>Orange: <strong>Warning</strong> as the system has detected errors in the cluster, but the applets can still be running. For example, all applets are running normally in the Primary Broker VM, but no available standby nodes are detected, or the Primary node is operating fine, but there is an applet that failed to start in one of the standby nodes. The errors must be addressed as soon as possible.</li><li>Red: <strong>Critical</strong> as the system has detected one or more critical errors in the cluster, and nodes are not able to run some applets. For example, an error was detected in some Primary applet and no standby node is available for failover. All errors must be addressed as soon as possible.</li><li>Black: <strong>Unavailable</strong> as the cluster doesn’t have any peer nodes configured.</li></ul> |
| STATUS       | <p>Connection status of the cluster according to the statuses and colors explained in the <strong>CLUSTER NAME</strong> field above.</p><p>Unavailable clusters do not display <strong>CPU USAGE</strong>, <strong>MEMORY USAGE</strong>, and <strong>DISK USAGE</strong> information.</p><p>Notifications about the cluster losing connection between applets and Broker VM nodes appear in the Notification Center.</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| CPU USAGE    | Average CPU utilization between all nodes in the cluster as a percentage.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| MEMORY USAGE | Sum of all memory in use out of the sum of the total memory on all nodes in the cluster as a percentage.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| DISK USAGE   | Sum of all disk space in use out of the sum of the total disk space on all nodes in the cluster as a percentage.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| APPS         | <p>List of active applets and the connectivity status for each.</p><p>Colors depict the following statuses:</p><ul><li>Green (Connected): Indicates the applet has no issues.</li><li>Orange (Warning): Indicates the applet has minor issues.</li><li>Red (Error): Indicates the applet has errors.</li><li>White (Inactive): Indicates the applet is inactive.</li></ul><div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p><strong>Note</strong></p><p>For more information on troubleshooting errors and warnings for these applets, see <a href="/pages/rOjHbehUMN8K6pQGh34u">Troubleshoot Broker VM applet errors</a>.</p></div>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |

</details>

<details>

<summary>Cluster Broker VM Nodes Table</summary>

The fields that are available in the Broker VM nodes table for each cluster are similar to many of the fields that are displayed in the table for the Broker VMs in the **Brokers** tab. For more information on these fields, see [Manage Broker VM](/cortex-xdr-3.x/cortex-xdr-3.x-documentation/data-management/broker-vm/manage-broker-vm.md).

</details>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://cortex-docs.paloaltonetworks.com/cortex-xdr-3.x/cortex-xdr-3.x-documentation/data-management/broker-vm/broker-vm-high-availability-cluster/manage-broker-vm-clusters/view-cluster-details.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
