Hello!
I need help to exclude an IP# in a rule.
This rule watches for firewall_rejects. I have started with this:
filter:
- regexp:
** ip_address: "^(?!192.168.0.2).*$"**
I do not need alertings or emails from the IP# 192.168.0.2 in this rule, what is to do?
Br,
Martin