Hello,
So what I want to do is, get a distinct (i.e. unique items) list of what rules were hit with a certain filter in place. E.g. Give all rules hit in the last month for filter "src:192.168.1.0/24 OR dst:192.168.1.0/24". All of them not just the top ten or something.
SmartConsole (Logs) do not seem to be able to produce this information on the fly, i.e. that does not seem to be something you can specify as a query like in SQL (using SELECT DISTINCT) or otherwise.
Smartconsole does not generate exports, but Smartview does. So I tried that.
When I start an export with maximum amount of data (1M), nothing happens, it stays running in "Tasks->Archive" screen and searches are meanwhile no longer working, so I had to reboot smartcenter.
What do I need to do to obtain this simple piece of information without assigning it a dozen CPU cores and tens or hundreds of gigabytes of RAM (which is I guess the issue with an export)?
Thanks.