As we all know, the status dashboard has an "Interface History" widget. I love this widget however it resets when the device is power cycled.
How would I go about creating a FortiAnalyzer report that would show the same data in the same manner (hour, day week) bandwidth in and out (MBps) See attached file for how it looks in the GUI.
The FAZ is running 5.0.x code
I know there is a dataset I need to make etc but I have no idea how to do that (databases and sql are not strong points of mine)interface_history.gif
Mike Pruett
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.
You can run this report per FGT vdom, if you have many devices in same ADOM, go to report setting and select "Multiple Reports". This report is based on FGT event log "perf-stats", which is sent from FGT every 5 min by default. BTW, Do you want to see the total bandwidth rate or sent/received rate? Average or Maximum?
Currently FGT doesn't send interface bandwidth rate info to FAZ, we will check with FOS team and see if we can add this feature.
Regards,
hz
Hello!
Would be lovely to have this. Especially in troubleshooting performance eval scenarios.
As well as drill down live view in Fortiview per interface. Same view as the combined bandwidth.
I man can dream :)
I'm also looking for the same kind of report. If anyone has found a way, please let me know. Maybe a third party software could keep track of our WAN interface usage?
Hello everyone, I've got a searchable "Dataset" that displays the information of Down, Up and Total interfaces. But I still could not display a column with the interface description. Ex: WAN1 - LINK "XYZ" In the report I only have the name of the interface and for the end user this is not acceptable. Can someone help me ?
Dataset:
select `srcintf`, sum(coalesce(`rcvdbyte`,0)) as total_recvd_bytes, sum(coalesce(`sentbyte`,0)) as total_sent_bytes, sum(coalesce(`rcvdbyte`,0)+coalesce(`sentbyte`,0)) as total_bytes from $log where $filter group by `srcintf` order by total_bytes desc
Result Image" />
2020 now same question .
Also looking for the same thing, I take it nothing as yet?
i find it absurd that even though this is a chart that shows up in the FGT in the widgets but yet we cant get this in a FAZ...
regards,
NP
Glad to see this thread still alive after five years
Mike Pruett
Historical bandwidth utilization graph and report on FortiAnalyzer
https://kb.fortinet.com/k....do?externalID=FD40025
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 |
---|---|
1645 | |
1070 | |
751 | |
443 | |
210 |
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.