FortiAnalyzer report of FortiClient application names blocks
I would like to create a custom report showing the application being blocked on our FortiClients.
Our Forticlients are successfully uploading their logs to the FortiAnalyzer.
FortiView/Security/FortiClient/Traffic log shows application name in the Security Event List field.
However I do not know how to add that information to a dataset.
I found a canned dataset "fct-Application-Firewall" that shows the appfirewall blocks but it does not include the application name. I am not sure how to add the application name to this dataset
fct-Application-Firewall
Log type:
FortiClient traffic
Query:
select srcname, hostname, coalesce(nullifna(`user`), 'Unknown') as hostuser, utmaction from $log where $filter and lower(utmevent)='appfirewall' group by srcname, hostname, hostuser, utmaction
FortiAnayzer 400C ver 5.2.7
Any assistance is appreciated.
thanks
Dave
