Splunk Search

REST Splunk job

bharat
Engager

Hi Splunkers,

I'm trying to get diskusage for searches running by user.

| rest /services/search/jobs
| rex field=eventSearch "index\s*=(?<index>[^,\s)]+)"
| search index=$ind$
| eval size_MB = diskUsage/1024/1024
| stats sum(size_MB) as size_MB by author
| rename author as user

Is there a way to get diskusage for historical log's like for a month or more. ?

Labels (4)
0 Karma

richgalloway
SplunkTrust
SplunkTrust

Splunk REST commands return information about the current state of the service.  They are not historical.

Disk space used by search jobs is ephemeral.  Once the job expires (usually in 10 minutes), the disk space is released so a monthly total of disk usage is pretty meaningless.

What problem are you trying to solve?

---
If this reply helps you, Karma would be appreciated.
0 Karma

bharat
Engager

Hi @richgalloway thanks for your response. 

So my requirement is to show disk usage of every user for their searches.  I tried with audit index but there I can see search name and it's count. 

I want to show the historical data of disk usage for each user. 

0 Karma

richgalloway
SplunkTrust
SplunkTrust

IIRC, the _introspection index has disk space usage data for searches.  I still question the utility of that information, however, since the usage is not cumulative.

---
If this reply helps you, Karma would be appreciated.
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Modernize your Splunk Apps – Introducing Python 3.13 in Splunk

We are excited to announce that the upcoming releases of Splunk Enterprise 10.2.x and Splunk Cloud Platform ...

Step into “Hunt the Insider: An Splunk ES Premier Mystery” to catch a cybercriminal ...

After a whole week of being on call, you fell asleep on your keyboard, and you hit a sequence of buttons that ...

SplunkTrust Application Period is Officially OPEN!

It's that time, folks! The application/nomination period for the 2026-2027 SplunkTrust is officially open. If ...