This article highlights steps on how you can calculate the retention days in Aria Operations for logs as per your configuration
To calculate the retention period, gather the below information:
Retention days in an Aria Logs cluster is equal to Total Space / Daily Consumption where Total Space is the accumulative storage dedicated to /storage/core on all nodes.
To simplify this, here's an example:
Daily space consumption is 86400 * 18000 * 400 ~ 0.65 TB
where, 86400 are the total second in a day
18000 is the number of events ingested per second
and 400 is the average event/log size
So in this case, Retention Days = Total Space / Daily Consumption = 10 / 0.65 ~ 15
Using the same formula, we can calculate the total space needed on the cluster to increase retention days.
Just keep in mind that we have a 4TB storage limit/recommendation per node and once a hard disk is added to a node in Aria Logs cluster, it is not supported to remove it.