Splunk Search

How to find top 10 URLs with high response time?

Devi13
Path Finder

Hello Team,

I need to have top 10 url's in the order of max average response time taken. Could you please help in that..

My base search:

index= host=  source=" "
| timechart span=1h  avg(response_time) by URL

Can we use limit command to get the top 10 URLs

Labels (1)
Tags (1)
0 Karma
1 Solution

richgalloway
SplunkTrust
SplunkTrust

The timechart command has a limit option.

index= host=  source=" "
| timechart span=1h limit=top 10 avg(response_time) by URL

 

---
If this reply helps you, Karma would be appreciated.

View solution in original post

Devi13
Path Finder

Hii, thank you soo so muchh. Yeah! it worked 

richgalloway
SplunkTrust
SplunkTrust

The timechart command has a limit option.

index= host=  source=" "
| timechart span=1h limit=top 10 avg(response_time) by URL

 

---
If this reply helps you, Karma would be appreciated.
Get Updates on the Splunk Community!

Index This | Why did the turkey cross the road?

November 2025 Edition  Hayyy Splunk Education Enthusiasts and the Eternally Curious!   We’re back with this ...

Enter the Agentic Era with Splunk AI Assistant for SPL 1.4

  🚀 Your data just got a serious AI upgrade — are you ready? Say hello to the Agentic Era with the ...

Feel the Splunk Love: Real Stories from Real Customers

Hello Splunk Community,    What’s the best part of hearing how our customers use Splunk? Easy: the positive ...