All Apps and Add-ons

Generating data for the average index usage compared to the total index provisioned storage

jward6004
Explorer

Generating data for the average index usage compared to the total index provisioned storage. For majority of our indexes we provision 1,900,000 of 'Max size (MB) of entire index'. I would like to gather information on the average that each index uses compared to this max storage space given to the index. This will let us know which index that we can redistribution to higher volume index and for planning/scaling on creation of future indexes.

0 Karma

jbjerke_splunk
Splunk Employee
Splunk Employee

Hi jward6004

You can use the internal rest commands in Splunk for this.

Try this search:

| rest /services/data/indexes count=0| table title homePath_expanded currentDBSizeMB maxTotalDataSizeMB | eval "Usage(%)"=round(100*(currentDBSizeMB/maxTotalDataSizeMB),2)

j

0 Karma

masonmorales
Influencer

What version of SUM are you using?

0 Karma

jward6004
Explorer

Version 2.0

0 Karma
Get Updates on the Splunk Community!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...