Dear @gcusello Thanks you for your advice, I think frozenTimePeriodInSecs is not enough, We need to define homePatch.maxDatasizeMB, coldPath.maxDataSizeMB, maxTotalsizeMB. Then summary all Index capacity to define disk capacity for our retention polices. For example below: [idx_fgt]
<other settings>
homePath.maxDataSizeMB = 101200 # ~100GB
coldPath.maxDataSizeMB = 256000 # 250GB
maxTotalDataSizeMB = 357200
frozenTimePeriodInSecs = 15552000
[idx_windows]
<other settings>
homePath.maxDataSizeMB = 201200 # ~200GB
coldPath.maxDataSizeMB = 356000 # ~350GB
maxTotalDataSizeMB = 557200
frozenTimePeriodInSecs = 31536000 Summary [idx_fgt] and [idx_windows] we got for each indexer instance: ~300GB capacity for volume ../hot_warm/ ~600GB capacity for volume ../cold/ Our final goal is calculate addtitional capacity for disks on indexer instance. That's why in the title, we need to calculate Daily Data Volume 😄 More any suggestion from you ? Thanks & best regards.
... View more