Created on 03-03-2010 02:43 PM
regards
/ Abel
I have the same problem, I need to generate a monthly report of the amount of data generated in the period of a month.
Hey renanss,
what do you mean by 'amount of data'?
-> bandwidth used by FortiGate?
-> amount of logs generated by FortiGate?
-> amount of disk space used on FortiAnalyzer?
In addition, how long does your FortiAnalyzer retain logs in the database (Analytics retention)? If less than one month, you cannot generate reports that cover the duration of a month; reports can only take into consideration logs in the database, and if the logs are not old enough, then the report will have incomlete data.
Currently in Metro dp state of SP there are 5 firewalls that are sending logs (SSL Log, AntiVirus Log, Web Filter Log, IPS Log, Application Control Log, DNS Query Log, Event Log, Traffic Log) that send logs to FortAnalyzer 7.0.5 .I need help creating a report in Analyzer where I can get the size of all logs that are sent from a firewall to Analyzer, we need to know how many logs in Gigabyte are generated during a month from a given firewall.
The second question is whether I can get separately from a firewall that the Analyzer receives the logs, how many web filter log data is generated in gigabytes, how many logs in application control are also sent to the analyzer of a given firewall.
I need to carry out this survey to start a project to insert the logs in the Microsoft SIEM.
Hey renanss,
I'm not aware of any way for FortiAnalyzer to generate a report over log volume in GB, my apologies.
However, you can count the number of log messages fairly easily, with a dataset something like this:
select type, count(*) as total_logs from $log where $filter group by type order by total_logs desc
That dataset would simply total all logs for each type within the filter parameters ($log and $filter, placeholders for the report filter settings) and list by descending order of total logs.
You could map that to a chart for a simple table display.
To get to a rough estimate of actual logging volume in bytes, the rule of thumb I've always worked with is 1 log = 100 bytes, assuming you don't have extended UTM logging enabled (that can cause log messages to extend to up to 20KB, as they include all HTTP header information).
If this is insufficient for your needs, you can get in touch with Fortinet Professional Services, who can assist in creating custom FortiAnalyzer reports to suit your needs.
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 |
---|---|
1751 | |
1114 | |
766 | |
447 | |
241 |
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 2025 Fortinet, Inc. All Rights Reserved.