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!

What the End of Support for Splunk Add-on Builder Means for You

Hello Splunk Community! We want to share an important update regarding the future of the Splunk Add-on Builder ...

Solve, Learn, Repeat: New Puzzle Channel Now Live

Welcome to the Splunk Puzzle PlaygroundIf you are anything like me, you love to solve problems, and what ...

Building Reliable Asset and Identity Frameworks in Splunk ES

 Accurate asset and identity resolution is the backbone of security operations. Without it, alerts are ...