Hi @andynewsoncap, you can find the daily size of an index using the License Consuption Report . the compression factor is usually around 50%, but a more detailed calculation is the one I shared, from the Splunk Architect Course. total_disk_space = daily_indexing * (0.15 * RF + 0.35 * SF) * retention obviously, this is the total required storage for a cluster, to have the storage required for each Indexer of a cluster you have to divide by the number of Indexers of the Cluster. Ciao. Giuseppe
... View more