Splunk Search

How to find top 5 input data volumes of the day?

Alan_Bradley
Path Finder

I got Your index exceeded your 20.00 GB/day limit again. I would like to know which data inputs cause this.

0 Karma
1 Solution

matt
Splunk Employee
Splunk Employee

This search should give you the answer

index=_internal Metrics "group=per_source_thruput" NOT series="/Applications/splunk34/splunk/var/log/splunk/license_audit.log" NOT series="/Applications/splunk34/splunk/var/log/splunk/metrics.log" NOT series="/Applications/splunk34/splunk/var/log/splunk/searchhistory.log" NOT series="/Applications/splunk34/splunk/var/log/splunk/splunkd.log" NOT series="/Applications/splunk34/splunk/var/log/splunk/splunklogger.log" NOT series="/Applications/splunk34/splunk/var/log/splunk/web_access.log" NOT series="/Applications/splunk34/splunk/var/log/splunk/web_service.log" NOT series="filetracker" NOT series="audittrail" NOT series="fschangemonitor" | timechart span=1d sum(kb) by series

View solution in original post

BunnyHop
Contributor

I would recommend downloading the Splunk License Usage app available from the SplunkBase repository.

http://www.splunkbase.com/apps/All/4.x/App/app:Splunk+License+Usage

matt
Splunk Employee
Splunk Employee

This search should give you the answer

index=_internal Metrics "group=per_source_thruput" NOT series="/Applications/splunk34/splunk/var/log/splunk/license_audit.log" NOT series="/Applications/splunk34/splunk/var/log/splunk/metrics.log" NOT series="/Applications/splunk34/splunk/var/log/splunk/searchhistory.log" NOT series="/Applications/splunk34/splunk/var/log/splunk/splunkd.log" NOT series="/Applications/splunk34/splunk/var/log/splunk/splunklogger.log" NOT series="/Applications/splunk34/splunk/var/log/splunk/web_access.log" NOT series="/Applications/splunk34/splunk/var/log/splunk/web_service.log" NOT series="filetracker" NOT series="audittrail" NOT series="fschangemonitor" | timechart span=1d sum(kb) by series

Get Updates on the Splunk Community!

Strengthen Your Future: A Look Back at Splunk 10 Innovations and .conf25 Highlights!

The Big One: Splunk 10 is Here!  The moment many of you have been waiting for has arrived! We are thrilled to ...

Now Offering the AI Assistant Usage Dashboard in Cloud Monitoring Console

Today, we’re excited to announce the release of a brand new AI assistant usage dashboard in Cloud Monitoring ...

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

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