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!

Community Content Calendar, November Edition

Welcome to the November edition of our Community Spotlight! Each month, we dive into the Splunk Community to ...

October Community Champions: A Shoutout to Our Contributors!

As October comes to a close, we want to take a moment to celebrate the people who make the Splunk Community ...

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

What are Community Office Hours? Community Office Hours is an interactive 60-minute Zoom series where ...