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!

Get the T-shirt to Prove You Survived Splunk University Bootcamp

As if Splunk University, in Las Vegas, in-person, with three days of bootcamps and labs weren’t enough, now ...

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Wondering How to Build Resiliency in the Cloud?

IT leaders are choosing Splunk Cloud as an ideal cloud transformation platform to drive business resilience,  ...