DescriptionThe FortiAnalyzer allows to log system events to disk.
it is possible to control 'device log file size' and the use of the FortiAnalyzer unit’s disk space by configuring log rolling.SolutionIntroduction.
Whenever new logs enter into FortiAanalyzer, the log type is determined from its header, and depending on that it's saved in the respective files on the disk.
Example 'e.log',' t.log'.It is possible to view under:LogView -> Log browse.
These files on the disk are called the 'archive'.The SQL daemons pick the log that was just saved in the archive, and insert it in the log database.
These logs in database are known as 'analytic' log.The log files ('e.log', 't.log') are rolled as per the configuration done under:System Settings -> Advanced -> Device log settings and roll log file when size exceeds -> Value.When a log file reaches its maximum size configured, FortiAnalyzer rolls the active log file by renaming the file.The file name is in the form of xlog.N.log, where x is a letter indicating the log type, and N is a unique number, corresponding to the time the first log entry was received example: 'elog.1611593395.log.gz'.Automatic deletion.Logs and files are automatically deleted from the FortiAnalyzer unit according to the following settings: - Global: automatic file deletion file management settings specify when to delete the oldest rrchive logs, quarantined files, reports, and archived files from disks, regardless of the log storage settings. - Data policy: data policies specify how long to store analytics and archive logs for each unit. When the specified length of time expires, Archive logs for the device are automatically deleted from the FortiAnalyzer unit's disks. - Disk utilization: disk utilization settings delete the oldest archive logs for each unit when the allotted disk space is filled. The allotted disk space is defined by the log storage.
Configured percentage.

It is possible to run this command to check that unit and ADOM disk quota
weepy-fmg-esx41 # diag log device
Device Name Device ID Used Space(logs / quarantine / content / IPS) Allocated Space Used%
Total: 0 log devices, used=0.0KB quota=unlimited
AdomName AdomOID Type Logs Database
[Retention Quota Used( logs/quaranti/ content/ IPS) Used%] [Retention Quota Used( SiemDB/ hcache) Used%]
FortiAnalyzer 128 FAZ 365days 300.0MB 0.0KB( 0.0KB/ 0.0KB/ 0.0KB/ 0.0KB) 0.0% 60days 700.0MB 0.0KB( 0.0KB/ 0.0KB) 0.0%
FortiAuthenticator 144 FAC 365days 300.0MB 0.0KB( 0.0KB/ 0.0KB/ 0.0KB/ 0.0KB) 0.0% 60days 700.0MB 0.0KB( 0.0KB/ 0.0KB) 0.0%
FortiClient 134 FCT 365days 300.0MB 0.0KB( 0.0KB/ 0.0KB/ 0.0KB/ 0.0KB) 0.0% 60days 700.0MB 0.0KB( 0.0KB/ 0.0KB) 0.0%
Unmanaged_Devices 148 FSF 365days 300.0MB 0.0KB( 0.0KB/ 0.0KB/ 0.0KB/ 0.0KB) 0.0% 60days 700.0MB 0.0KB( 0.0KB/ 0.0KB) 0.0%
fgg 194 FGT 365days unlimited 0.0KB( 0.0KB/ 0.0KB/ 0.0KB/ 0.0KB) n/a 60days unlimited 0.0KB( 0.0KB/ 0.0KB) n/a
root 3 FSF 365days 15.0GB 0.0KB( 0.0KB/ 0.0KB/ 0.0KB/ 0.0KB) 0.0% 60days 35.0GB 1.8MB( 0.0KB/ 0.0KB) 0.0%
test 192 FCT 365days unlimited 0.0KB( 0.0KB/ 0.0KB/ 0.0KB/ 0.0KB) n/a 60days unlimited 0.0KB( 0.0KB/ 0.0KB) n/a
Total usage: 19 ADOMs, logs=0.0KB database=690.1MB(ADOMs usage:1.8MB + Internal Usage:688.3MB)
Total Quota Summary:
*** Warning: Total Allocated Quota is bigger than Total Quota! Please check the quota configuration of ADOMs!
Total Quota Allocated Available Allocate%
63.2GB 65.6GB 0.0KB 103.8%
System Storage Summary:
Total Used Available Use%
78.2GB 6.7GB 71.5GB 8.6 %
Reserved space: 15.0GB (19.2% of total space).
General Problem Summary: Archive logs, where it shows 1128 of 365.

This is likely caused by log files from low lograte units (or low volume log types) which have not yet reached the configured rolling size.
The active log files that are being still used cannot be deleted, hence preventing the retention enforcement.
If this is case, it is necessary to configure daily rolling of the log files.
This is under System Settings -> Advanced -> Device Log Settings and 'roll log files at scheduled time'.
Roll logs when they reach a specific size.
Use the following CLI commands to specify the size, in MB, at which a log file is rolled.
To roll logs when they reach a specific size:
# config system log settings
# config rolling-regular
set file-size <integer>
end
Roll logs on a schedule.
Use the following CLI commands to configure rolling logs on a set schedule, or never.
To disable log rolling.
# config system log settings
# config rolling-regular
set when none
end
To enable daily log rolling.
# config system log settings
# config rolling-regular
set upload enable
set when daily
set hour <integer>
set min <integer>
end
If the daily rolling setting is disabled, FortiAnalyzer would wait until the files reach the specified size before rolling them.
Enabling 'Roll log files at scheduled time' will roll these old files but they would not be deleted automatically until their 'To' date becomes 365 days old.
When the unit logs are older than the Keep Logs for analytics setting, there are automatically deleted.
Also, when analytic logs exceed their disk quota, the SQL database is trimmed starting with the oldest database tables.
Troubleshooting section:
# Exe tac report
# Diag debug application logfiled 255
# Diag debug enable
Wait for the supposed rolling event to happen.
Send us the event system log.
# Diag debug disable
Send us the output of the # diag debug command.