Configuring report purge settings
Report purging is the deleting of report files to preserve log space and maintain log system performance. By default, DDoS report files are purged on a first-in, first-out basis when the disk allocation for reports reaches 10 GB.
Report purge settings are configurable. You can specify a different threshold, and you can purge reports manually.
Before you begin:
- You must have Read-Write permission for Log & Report settings.
To configure purge settings:
- Go to Log & Report > Report Purge Settings.
- Complete the configuration as described in the table below.
- Save the configuration
Report purge settings configuration guidelines
Settings | Guidelines |
---|---|
Automatic Purge | Select to automatically purge reports when the disk allocation is reached. |
Purge Watermark (in GB) | Purge the earliest reports when this limit is reached. The default is 10 GB. The valid range is 1-48 GB. |
Manual Purge | Select to purge reports that were generated during the specified period manually. |
Start Date / End Date | Specify a period when purging reports manually. The period begins at 0:00 on the start date and ends at 23:59 on the end date. |
CLI commands: config ddos global report-purge set automatic-report-purge {enable | disable} set report-purge-watermark <watermark_int> set purge-now {enable | disable} set purge-start-date <purge_date_str> set purge-end-date <purge_date_str> end |