Adding Notification Rules
Notification rules and conditions define the types of issues you want to group and track before sending them to your configured notification channels.
You can view and manage the list of existing rules under Notifications > Rules. The list also displays the creation for each rule. In the โฎ menu you for each rule, you can access options to Update or Delete the rule.
Note
Validio does not send notifications for backfilled incidents.
Add a New Rule
To add a new notification rule,
- Navigate to Notifications > Rules and click + New Rule.
- Enter a Name for the notification rule.
- Define Conditions to apply to the notification rule.
- Select a Condition Type. Each condition type has its own configuration options. For more information, see Configuration Options for Conditions.
- After configuring the condition, click Add.
- You can add more than one condition to each rule. To add more conditions, repeat Steps i and ii.
- When you're done adding conditions, click Continue.
- Under Channel, configure where to send the notification.
- If you want to apply this rule to an existing channel, select Use existing channel, and select the channel from the list.
- If the channel does not exist, select Create a new channel, and configure the channel. For more information, see Adding Notification Channels.
Configuration Options for Conditions
Conditions provide flexible options for defining when the notification rule is triggered and which issues to send as notifications to your designated channel. Validio supports the following condition types:
Condition Type | Description | Configuration Options |
---|---|---|
Owner | Send notifications based on who is the owner of a source. Owners can be assigned on the Sources and Source Details pages. | Select from a list of Owners |
Segment | Send notifications based on one or more segmentation key-value pairs. | Field Value |
Severity | Send notifications based on their severity. Only validator incidents have a severity. For more information, see About Validator Incidents. | Low Medium High |
Source | Send notifications only when incidents are generated by the selected sources. | All sources Select from a list of Sources |
Tag | Send notifications when incidents occur on sources or validators containing the selected pre-defined tag. You can only route notifications based on Label tags. For example, to notify on incidents from a specific validator on a source, you can tag that validator and then add a tag condition to the notification rule for that tag. | Label |
Type | Send notifications when the selected type of issue occurs. | Schema change |
Combining Condition Types
In Validio, the logic applied to notification rules depends on how the conditions are structured.
Each notification rule can include multiple conditions defined using more than one condition type. When you define more than one condition, AND logic is applied and requires all conditions to be met before the notification is triggered.
For some condition types, such as tags and segments, you can specify multiple fields or select multiple options within the single condition. In this case, OR logic is applied, and the condition is met when the incident matches at least one of the fields or options within that condition.
One segment condition can have multiple key-value pairs, as shown in the following example.
Segments: COUNTRY=SWEDEN, CITY=STOCKHOLM
Key-value pairs within a condition are inclusive and will match either key-value segment.
If you have multiple segment conditions, the key-value pairs between conditions are used for multi-column segmentation matching:
Segment: COUNTRY=SWEDEN
Segment: CITY=STOCKHOLM
In this case, the notification is triggered when the incident matches the specific segment that contains both conditions.
Updated 13 days ago