Splunk Cloud Platform

How do I query ingestion in GB by each index instead of just the top 10?

ney
New Member

Hi, how do I query ingestion in GB by each index instead of just the top 10?

Labels (1)
0 Karma

PickleRick
SplunkTrust
SplunkTrust

I assume you're referring to the report from the licensing report. You can click on the small magnifying glass below the chart to open the search in a new search window. There you can add "limit=0 useother=f" to the timechart command and you're good to go 🙂

0 Karma

Roy_9
Motivator

@ney Hello,

Try the below search.

index=_internal idx=* component=LicenseUsage earliest=-30d@d latest=@d
| eval
GB=round('b'/pow(1024, 3), 3)
| stats
sum(GB) as total_daily_GB
by idx

 

Note: you can set the earliest and latest as per your desired time

Thanks

0 Karma
Get Updates on the Splunk Community!

Splunk Observability for AI

Don’t miss out on an exciting Tech Talk on Splunk Observability for AI!Discover how Splunk’s agentic AI ...

Splunk Enterprise Security 8.x: The Essential Upgrade for Threat Detection, ...

Watch On Demand the Tech Talk, and empower your SOC to reach new heights! Duration: 1 hour  Prepare to ...

Splunk Observability as Code: From Zero to Dashboard

For the details on what Self-Service Observability and Observability as Code is, we have some awesome content ...