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!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...