Hello!
Want to ask a possibility to configure relations between filters in the rules - "AND" and "OR".
For example:
We want to get notification about only group of hosts and for this first filter will be based on the IP address, the next one can be based on the Message text. But if we want to filter based on Priority "OR" Time of day for these hosts we should create another rule.
It may be usefully to create something like this in the rule:
IP address "AND" (Priority "OR" Message text)
IP address "AND" Time of day "AND" (Priority "OR" Message text)
IP address "AND" Input source "AND" (Message text "OR" Priority)
Thank you!