# Event Association Interface

It uncovers relationships between asset components based on repeated event-raising patterns, providing insights into how different events are linked over time.

## **What Do You See on the Screen**

It displays a tabular view of system-learned relationships between assets based on recurring event patterns. To narrow down results, it includes filters for Asset, Resource, Statistic, Version, and Cluster.

Each row highlights a source and destination asset pair and metrics like **support**, **confidence**, and **cluster ID**. This view helps users quickly identify correlated events across the infrastructure.

**Event Association |** Basic Details

<table data-header-hidden><thead><tr><th valign="top"></th><th valign="top"></th><th valign="top"></th></tr></thead><tbody><tr><td valign="top"><strong>Label</strong></td><td valign="top"><strong>Action</strong></td><td valign="top"><strong>Description / Example</strong></td></tr><tr><td valign="top"><strong>Filters</strong></td><td valign="top"></td><td valign="top"></td></tr><tr><td valign="top"><strong>Asset</strong></td><td valign="top">Select from the drop-down.</td><td valign="top">Choose the source asset for which event association data needs to be viewed.</td></tr><tr><td valign="top"><strong>Resource</strong></td><td valign="top">Select from the drop-down.</td><td valign="top">Select the specific component or resource (e.g., PING, Interface) under the chosen asset.</td></tr><tr><td valign="top"><strong>Statistics</strong></td><td valign="top">Select from the drop-down.</td><td valign="top">Choose the relevant performance metric (e.g., Availability, Packet Loss) that was configured for event association.</td></tr><tr><td valign="top"><strong>Version</strong></td><td valign="top">Select from the drop-down.</td><td valign="top">Choose the version of the event inference model (e.g., version 5). Helps in reviewing past or latest analysis.</td></tr><tr><td valign="top"><strong>Cluster</strong></td><td valign="top">Select from the drop-down.</td><td valign="top">Filter associations by cluster number. A cluster groups assets/events with common behavioural links.</td></tr><tr><td valign="top"><strong>View Inference</strong></td><td valign="top">Click the button</td><td valign="top">Generates the inference based on the selected filters and displays association data accordingly.</td></tr><tr><td valign="top"><strong>Show All</strong></td><td valign="top">Click to toggle ON/OFF.</td><td valign="top">When enabled, it displays all associated event data across devices, not just those tied to the selected asset or resource.</td></tr><tr><td valign="top"><strong>View</strong></td><td valign="top">Click to switch between views.</td><td valign="top">Toggle between Grid View (tabular format) and Graph View (visual topology layout) for relationship analysis.</td></tr><tr><td valign="top"><strong>Basic Details</strong></td><td valign="top"></td><td valign="top"></td></tr><tr><td valign="top"><strong>Version</strong></td><td valign="top">View only field, no actions can be taken.</td><td valign="top">Indicates the version of the inference model that generated the association result.</td></tr><tr><td valign="top"><strong>SRC Asset</strong></td><td valign="top">View only field, no actions can be taken.</td><td valign="top">The source asset and metric (e.g., 119.82.108.105 / PING / Availability) from which the association originates.</td></tr><tr><td valign="top"><strong>DST Asset</strong></td><td valign="top">View only field, no actions can be taken.</td><td valign="top">The destination/impacted asset and metric are inferred to be linked with the source asset.</td></tr><tr><td valign="top"><strong>CFG Support</strong></td><td valign="top">View only field, no actions can be taken.</td><td valign="top">The configured support value during ARC setup defines the minimum number of times a pattern should repeat to be considered valid.</td></tr><tr><td valign="top"><strong>Support</strong></td><td valign="top">View only field, no actions can be taken.</td><td valign="top">The actual observed number of times the pattern occurred in the system's historical data.</td></tr><tr><td valign="top"><strong>CFG Confidence</strong></td><td valign="top">View only field, no actions can be taken.</td><td valign="top">The configured confidence threshold is set in ARC to determine the strength of the relationship between events.</td></tr><tr><td valign="top"><strong>Confidence</strong></td><td valign="top">View only field, no actions can be taken.</td><td valign="top">The system-generated actual confidence score (%) indicates the probability of a meaningful event relationship.</td></tr><tr><td valign="top"><strong>Cluster</strong></td><td valign="top">View only field, no actions can be taken.</td><td valign="top">The cluster number groups this association with other similar correlated patterns.</td></tr><tr><td valign="top"><strong>Timestamp</strong></td><td valign="top">Auto-populated</td><td valign="top">The date and time when the inference was last calculated (e.g., Jun 01, 2025 07:30 AM).</td></tr><tr><td valign="top"><strong>ARC Name</strong></td><td valign="top">Auto-populated</td><td valign="top">Displays the name of the ARC configuration policy (e.g., AIOps_Prediction) under which the event association inference was applied.</td></tr><tr><td valign="top"><strong>Action Icons</strong></td><td valign="top"></td><td valign="top"></td></tr><tr><td valign="top"><strong>Add Topology</strong></td><td valign="top">Click the button after multi-selecting rows.</td><td valign="top">Opens a pop-up that lists new and existing inferred connections based on selected rows. Users can preview these and click Create Topology to add them to a topology map.</td></tr></tbody></table>


---

# 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.infraon.io/infraon-help/infinity-user-guide/infraon-configuration/it-operations/event-association-interface.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.
