# Interpreting the cluster graph

The summary of the log events for risk analysis is represented in a bubble graph. To see the graph follow the steps below:

1. From the ISD [application dashboard](https://docs.opsmx.com/user-guide/dashboard/application-dashboard), Click **Deployments** and then click **Application Name**. It will redirect you to the **Deployments** page, where you can see the current deployments and deployment history of the application.

![](/files/2iICu8seZSiEB2b5fQvT)

2\.  Clicking on any of the environments in the deployment history, it displays the corresponding gates as shown below. Click on the gate name to see the cluster graph.

![](https://lh4.googleusercontent.com/2B9EceIvbnIIpRZp29lCId8r6fxw34ENuab0D__0Ne-Wz8iIy7v6qCO0UGVHq51NjE5dtCj7QWQklWR11qSqVJ6SYLOohNiPitL_ERt3X-BsyY8NdRAXOEyydmVKu_o5ZzT7vdFMHu2OP1Xdug)

3\.  Users can find the Graph view option here and click on this. It displays the cluster graph as shown below. Also, you can select the **Application** and **Verification Run** from the drop-down menu.

![](https://lh3.googleusercontent.com/n8IOyVyWTmVlAx_qBwxc5HWM8uTawkR71HnDc7nzLRIzH1yp6g8Q-emuJKEE1xIp5MW2uTWZboRd18ap_rHAsOFvm-PKviQaoVjpEqpmnxDAw8SdJt39PceTkztNkvbZdFl88RIR89dwCv4Zow)

The x-axis represents the sequence number of events and the y-axis is the logical representation of the number of times the events are repeated within the cluster.

Mouse over the bubbles to display the repetition count of events along with the starting event string.

### Impact on score&#x20;

Impact on score calculation for a cluster:&#x20;

W = weight assigned for the cluster topic at a given sensitivity level&#x20;

L1 = No of unique clusters in V1&#x20;

L12 = No of unique clusters in V1V2&#x20;

C = Total number of all dark red, red and yellow clusters in both V2 and V1V2&#x20;

N=(L1\*10) / (L1+L12)&#x20;

Impact on score for a cluster= (W/(L1+L12))+(N/C)+ Score reduced based on number of repetitions

{% hint style="info" %}
**Note**: Score reduction is calculated for only non-green clusters in V2 and V1V2.
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://docs.opsmx.com/opsmx-1/opsmx-context-engine/user-guide/continuous-verification/log-analysis/interpreting-the-cluster-graph.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
