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!

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

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...