Splunk Search

how to check the average queries time entered by the user

kteng2024
Path Finder

Hi,

Is there any way to find out how much time queries were taking to complete the job when the users enter the query on seach head (i would like to know average time for all the queries entered by the users ) . Can we use DMC to check this or is there a query to find it ?

0 Karma

skoelpin
SplunkTrust
SplunkTrust

Use the DMC to get this info

Here's a quick and dirty search you can use to get average time per search

index=_internal user="*" | timechart avg(date_second)

Here's another search which will give average time per search per user

index=_internal user="*" | timechart avg(date_second) by user

0 Karma

woodcock
Esteemed Legend

On your MC go to Search -> Activity -> Instance. The bottom panel on that dashboard is called Aggregate Search Runtime and shows what you are seeking.

Get Updates on the Splunk Community!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...