Can we create dataset similar to this report request?
Top 10 Applications in a given policy
Columns:
Fortigate Newbie
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.
Hi hz,
appreciate your reply.
Are you referring to bandwidth-app-Top-Users-By-Bandwidth? under dataset I cant find this "app-Top-User-by-Bandwidth"
Now if Im going to use bandwidth-app-Top-Users-By-Bandwidth in the Chart Library, under Column 1 Data Binding app is not available similar to yours. pls see attached file. thanks
Fortigate Newbie
Hi there, this dataset is from FAZ 5.4+. You can create a custom query as below:
log type: traffic
select app, coalesce(nullifna(`user`), nullifna(`unauthuser`), ipstr(`srcip`)) as user_src, sum(coalesce(`sentbyte`, 0)+coalesce(`rcvdbyte`, 0)) as bandwidth from $log where $filter and logid_to_int(logid) not in (4, 7, 14) and nullifna(app) is not null group by app, user_src order by bandwidth desc
Then create a drilldown chart based on it.
regards,
hz
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 |
---|---|
1733 | |
1106 | |
752 | |
447 | |
240 |
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.