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!

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

🍂 Fall into November with a fresh lineup of Community Office Hours, Tech Talks, and Webinars we’ve ...

Transform your security operations with Splunk Enterprise Security

Hi Splunk Community, Splunk Platform has set a great foundation for your security operations. With the ...

Splunk Admins and App Developers | Earn a $35 gift card!

Splunk, in collaboration with ESG (Enterprise Strategy Group) by TechTarget, is excited to announce a ...