config system setting
Use this command to configure log database behavior when disk utilization reaches its capacity.
Before you begin:
You must have read-write permission for system settings.
Syntax
config system setting
set statistics-db-full {overwrite | nowrite}
set log-db-full {overwrite | nowrite}
set predefine-isp {enable|disable}
end
statistics-db-full |
Specify whether to overwrite stats or stop writing stats when the database disk allocation (10% of total disk space) is full. The default is overwrite the earliest stats. |
log-db-full |
Specify whether to overwrite logs or stop writing logs when the database disk allocation (40% of total disk space) is full. The default is overwrite the earliest logs. |
predefine-isp |
Enable/disable the predefined ISP address book. Enabled by default. You can use this setting to disable if you experience address conflicts that you cannot resolve using the ISP address book exceptions list. |
Example
FortiADC-VM # get system setting
statistics-db-full : overwrite
log-db-full : overwrite
predefine-isp: enable
FortiADC-VM # config system setting
FortiADC-VM (setting) # set statistics-db-full nowrite
FortiADC-VM (setting) # end