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!

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...