Hello,
im having a similir issue not sure if the search syntax is wrong
The rules return but the clean up rule (any any drop) also returns.
im using postman for testing:
{
"offset" : 0,
"limit" : 20,
"name" : "Network",
"details-level" : "standard",
"use-object-dictionary" : true,
"filter" : "src:10.0.0.6 AND dst:192.168.0.6 action: Accept",
"filter-settings" : {
"search-mode" : "packet"
}
}
Ive tried all these filters:
src:10.0.0.6 AND dst:192.168.0.6 action: Accept
src:10.0.0.6 AND dst:192.168.0.6 action:Accept
src:10.0.0.6 AND dst:192.168.0.6 Action: Accept
src:10.0.0.6 AND dst:192.168.0.6 Action:Accept
src:10.0.0.6 AND dst:192.168.0.6 action: *UID*
src:10.0.0.6 AND dst:192.168.0.6 action:*UID*
src:10.0.0.6 AND dst:192.168.0.6 Action: *UID*
src:10.0.0.6 AND dst:192.168.0.6 Action:*UID*
When i do the same search in SmartConsole: "src:10.0.0.6 AND dst:192.168.0.6 action:Accept mode:Packet" - the results come back fine.
Any thoughts?