Release 1.3 - ...

<group> element

Defines a group of filters. The attribute "match" defines how the child filter are used. If "match" is set to "all", the condition of the group is only met if all child filters are met, creating a boolean And operation on the child filters. If "match" is set to "any", the condition of the group is met if at least one filter is met, creating a boolean Or operation on the child filters. Group filters can be nested inside group filters. The include and exclude element themselves are implemented as group elements.

The example below describes the following filter:

(contenttype = JS) OR (contenttype = CSS) OR ((channel = LOC) AND ((client = 192.168.*) OR (client = 127.0.0.1)))

Expand image Example

Expand image Attributes

Expand image Parent element

Expand image Child elements

Install & Config