Knowledge Management

index limit

glenngermiathen
Path Finder

How can I find out how much data Splunk is indexing? Before I found something that gave me the Peak daily usage, Avg daily usage, and Avg daily usage for the top 5 days over the last 30 days, but I cant find this anymore. Can someone point me to where to look?

Tags (2)
0 Karma

ChrisG
Splunk Employee
Splunk Employee

If you are using Splunk 6.0, use the new License Usage Report View. If you are using Splunk 5.x, install the latest version of the Splunk on Splunk app and it has the same view for your 5.x environment.

somesoni2
Revered Legend

Following queries can be used for what you are looking for

Total indexed volume by index

|eventcount summarize=false report_size=true index=* | fields index count server size_bytes

Indexed volume for any period

  index=_internal source=*metrics.log | eval MB=kb/1024 | timechart span=1h sum(MB) as TotalMB by series
0 Karma

glenngermiathen
Path Finder

Thanks. I dont know if it changed in one of the updates, but there used to be a screen (I think from the manager tab) that showed you all the information for total data indexed for your license.

0 Karma

lguinn2
Legend

I also suggest that you install the Splunk on Splunk (SOS) app...

0 Karma
Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...