# Interpreting the cluster graph

The summary of the log events for risk analysis is represented in a bubble graph.

From the ISD application dashboard, Click "**Continuous Verification**" --> Click "**Verification**" and then click "**Application Name**".  This will take you to the available policy list.&#x20;

![](/files/4QWiBwWRqcN6q6jKmi0V)

After selecting the application name, it will take you to the below screen and click on the "**Graph View**" as shown below:

![](/files/svXGc2SndOEOzS4MjhGh)

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.&#x20;

Mouse over the bubbles to display repetition count of event along with the starting event string.&#x20;

### **Impact on score**&#x20;

Impact on score calculation for a cluster:

W = weight assigned for the cluster topic at a given sensitivity level

L1 = No of unique clusters in V1

L12 = No of unique clusters in V1V2

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

N=(L1\*10) / (L1+L12)

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

{% hint style="info" %}
&#x20;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/additional-resources/previous-releases/isd-3.12/data-and-intelligence-module-autopilot/autopilot/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.
