Hi,
Based on the Splunk documentation to calculate the storage for accelerated data for a year is
Accelerated data model storage/year = data volume per day * 3.4
We want to test this calculation and enabled summary range of 7 days in dev and found for 20 GB per day it's consumed 16.5 GB accelerated disk space.As per my understanding it should be
Disk space for 7 days = 20*3.4*7/365 = 1.31 GB
Please let me know if I'm missing anything ?