I'm having troubles with custom reports. It seems to be an easy task, I just wanna see violations of a single policy so I create new blank report, choose period and devices, add filters - Policy ID equal to 208 (btw what is the difference between policy_id and policyid? I tried both) and it seems to be all I need, right? But when I run this report it comes out just blank.
Is there anything else I need to configure? Do I have to add something on Layout page to make it work? Please help, I couldn't find any detailed tutorials, just do 1,2,3 and here are your report, that's what I do and it doesn't work.
Nominating a forum post submits a request to create a new Knowledge Article based on the forum post topic. Please ensure your nomination includes a solution within the reply.
Hello,
When dealing with Custom reports , we need to pay attention to couple of points here:
[ul]
I have created below dataset , you may try this one:
SELECT policyid AS "PolicyId" , devname as "DeviceName", count(*) AS "#PolicyBeingUsed"
FROM $log
WHERE $filter AND policyid!=0
GROUP BY "PolicyId", "DeviceName"
ORDER BY "#PolicyBeingUsed" desc
Let me know how it goes.
Cheers
What version of FAZ are you using?
v6.0.0?
Select Forum Responses to become Knowledge Articles!
Select the “Nominate to Knowledge Base” button to recommend a forum post to become a knowledge article.
User | Count |
---|---|
1712 | |
1093 | |
752 | |
447 | |
231 |
The Fortinet Security Fabric brings together the concepts of convergence and consolidation to provide comprehensive cybersecurity protection for all users, devices, and applications and across all network edges.
Copyright 2024 Fortinet, Inc. All Rights Reserved.