I am trying to filter out any connection that contains action=accept... basically I don't want to pull any logs that are accepted.
When I change the filter to "action!=accept", it still pulls all actions including accept. The only way I've been able to get this working (slightly) is to specify "action=deny,drop,prevent"
I am trying to filter out any connection that contains action=accept... basically I don't want to pull any logs that are accepted.
When I change the filter to "action!=accept", it still pulls all actions including accept. The only way I've been able to get this working (slightly) is to specify "action=deny,drop,prevent"
Anybody else have this issue?