Technical Tip: How to verify configured retention versus actual retention in FortiSIEM
| Description | This article describes how to verify whether the configured retention period matches the actual retention of events stored in FortiSIEM with the following instructions:
In some cases, event data may be deleted earlier than expected due to storage thresholds or disk space limitations. |
| Scope | FortiSIEM 7.x and above using ClickHouse database. |
| Solution |
Log in to the ClickHouse Data Node via SSH:
ssh root@<DataNode-IP> Run the following query:
Example output:
Interpretation:
Calculate actual retention: Actual retention = Latest event time - Oldest event time. For example:
This matches the configured retention.
To see detailed partition-level retention:
The first entry shows the oldest available data. |
