Apply filters for post-processing
About post filters
Post filters are actions to be carried out on triggered alerts when they meet specified conditions. These are processing rules to be applied after an alert is triggered.
For example, to change the priority of an alert to Very high if the triggering event contains a given username or when a single source IP scans more than a set number of ports within any 10-minute period.
A single alert may have one or several post-filters.
Data table registry for post-filters
All post-filters are registered in the devo.audit.alert.definition
table at the time of creation, providing a comprehensive record of their settings. This table also registers post-filter deletion to cover their complete lifecycle for auditing purposes. Learn more about this here.
What permissions do I need?
To work with post-filters, you need one of the following permissions:
Triggered alerts (View): allows you to see existing post-filters, both in the list of triggered alerts and the post-filters tab, but you cannot create or delete them.
Triggered alerts (View) + Update status / priority: allows you to create and delete post-filters, but you cannot configure them to delete triggered alerts.
Triggered alerts (View): allows you to manage post-filters entirely (create, delete, and configure them to perform any action).
Additionally, you need to have alerts assigned with at least View access (see Assign resources to a role).
Creating a post filter on an alert
From the alert list
Post filters are created in the Overview tab of the Alerts area.
Find the desired alert on the list
Click the ellipsis menu and select New post filter.
Enter the required information in the Filter list window (see the table below for the field descriptions)
Click Save.
Name | Enter a descriptive name for the post filter. It is recommended to give it a meaningful name that helps identifying its purpose. | |
---|---|---|
Extra Data | This is where you specify the condition(s) that will activate the post filter. Click Add to include a condition (you can add several). Then select a parameter in the first drop-down, an operator in the second, and write a value in the text field. | |
| ||
Action | Select the action you want to perform when the alert meets the criteria:
|
From the alert details window
You can also create a post filter from the alert details window, which is accesible by clicking an alert’s ID on the list (more info about the details window here). Simply click on the New post filter button at the top right and configure it as shown above.
Managing post filters
From the alert list
When an alert has already a post filter applied, the ellipsis menu will show the edit filter option instead of new filter. In this window, you can see all the filters applied to that specific alert and delete them, or add more filters.
From the alert details window
When an alert has already a post filter applied, the button at the top right of the alert details window becomes edit post filter (the number indicates the filters already applied). The window that opens is the same as the one shown above, where you can see all the filters applied to that specific alert and delete them, or add more filters.
In the post filters tab
All post filters created are listed in the Post filters tab of the Alerts area. Here you can review them, stop them temporarily, restart them, or permanently delete them. However, you cannot modify them, only delete them and create them again with different settings.
Click the ellipsis menu that appears at the end of the row and select:
Stop: when the filter is active, the menu shows this option to deactivate it.
Run: when the filter is inactive, the menu shows this option to activate it again.
Delete: this option removes the filter permanently.
Â
Related articles: