Filter Groups

Filter Groups is a standard configuration interface for adding, editing, and removing event filter groups. Filter groups provide two broad functions.

Hierarchies of Filter Groups can be created through the establishment of parent and children groups. At the top level of the hierarchy, there is a single group (Global) which contains all of the Filter Groups created. Subgroups or children can be created off the main level. Additional child groups can be created within each subgroup to categorize filters within groups, thus creating a hierarchical structure.

Refer to the Standard Tree Configuration Interface guide for details on interacting with the grid and form.

This user interface calls REST methods from api/event/filterGroups.

The UI path for this interface is Configuration -> Events -> Filter Groups.

Form Fields

Example

As an example configuration, say filter "ExampleFilter1" has been created with the following as the filter clause:

Node='abc'

ExampleFilter1 is then added to two filter groups:

When the filter is selected from the "Global" group by navigating to Events navigation pane, expanding Filters by Group: Global, then selecting ExampleFilter1, the resulting filter is just:

Node='abc'

However, if the filter is selected from inside the ExampleFilterGroup1 group by navigating to Events navigation pane, expanding the Filters by Group: Global, expanding the ExampleFilterGroup1 group, then selecting ExampleFilter1, the resulting filter is:

Node='abc' AND LastReported > (UNIX_TIMESTAMP() - 86400)

Meta

Default Filter Group