> For the complete documentation index, see [llms.txt](https://docs.infraon.io/infraon-help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.infraon.io/infraon-help/infinity-user-guide/infraon-configuration/it-operations/rules/correlation-rule.md).

# Correlation Rule

## **Topology Correlation** &#x20;

Topology-based correlation uses topology data to correlate defined related events. It is a solution that uses topology-based techniques to provide automated root cause analysis, service impact analysis, and customer impact analysis. It helps network operators identify the root causes of issues and quickly determine the services and customers affected by network events. &#x20;

## **Event Based Correlation Rule** &#x20;

Event correlation refers to the processes involved in sensing and analyzing relationships between events. By correlating the parent and child events occurring in the network, event correlation automatically reduces the noise and allows IT to focus on those issues that really matter to the business service and IT objectives. &#x20;

## **Instructions to add a new correlation rule** &#x20;

* Go to Infraon configuration -> IT Operations -> Rules and click on the ‘New Rule’ button at the top right corner and select Correlation Rule. &#x20;
* Add the respective Correlation Rule Details, select the criteria and add the action details. &#x20;

### **What you see on the screen** &#x20;

| **Label**             | **Action**                                                | **Description/Example**                                                      |
| --------------------- | --------------------------------------------------------- | ---------------------------------------------------------------------------- |
| Name                  | Add a name for the credential                             | Applicable for all protocols. A name is usually used as an identifier.       |
| Description           | Add a brief description of the profile                    | Applicable for all protocols                                                 |
| Status                | Select the status of the configuration.                   | The status of the configuration can be Active or In-Active.                  |
| Parent Event          | Select from the drop-down box.                            | The type of complication has occurred in the event.                          |
| Child Event           | Select from the drop-down box.                            | The type of complication has occurred in the event.                          |
| Match Criteria        | Select from the drop-down box.                            | Match whether it's for one or more than one event.                           |
| Correlation Window    | Select the time in minute(s)                              | The required for the correlation window.                                     |
| Group by              | Node                                                      |                                                                              |
| Filter                | Filter a range of data based on the criteria you define.  |                                                                              |
| Severity              | Select severity using the dropdown.                       | Available options are critical, major, and minor.                            |
| Alarm/ Event Message  | Add a message for the configuration.                      | This message will be included in the trap configuration alarm/notification.  |
| Clear Message         | Add a message for the configuration.                      | This message will be included in the configuration alarm/notification.       |

Once you've filled in all the information, click the "Submit" button to save your credentials.


---

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

```
GET https://docs.infraon.io/infraon-help/infinity-user-guide/infraon-configuration/it-operations/rules/correlation-rule.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.
