Monitoring Splunk

Number of results returned by searches

rmorlen
Splunk Employee
Splunk Employee

We are building a dashboard displaying information on Splunk Performance.

One panel shows the number of searches that were run on any particular moment.

index=_audit host=searchhead* search!="" | timechart count by host

Is there a way to get the total number of results that were returned for each of those searches? Actually just want to know the total numbers of results that were returned during that time.

Tags (2)
0 Karma
1 Solution

rmorlen
Splunk Employee
Splunk Employee

Found the query I needed.

index=_audit host=searchhead* info=completed | timechart sum(event_count) by host

View solution in original post

0 Karma

rmorlen
Splunk Employee
Splunk Employee

Found the query I needed.

index=_audit host=searchhead* info=completed | timechart sum(event_count) by host

0 Karma
Get Updates on the Splunk Community!

Get the T-shirt to Prove You Survived Splunk University Bootcamp

As if Splunk University, in Las Vegas, in-person, with three days of bootcamps and labs weren’t enough, now ...

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Wondering How to Build Resiliency in the Cloud?

IT leaders are choosing Splunk Cloud as an ideal cloud transformation platform to drive business resilience,  ...