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!

Splunk Mobile: Your Brand-New Home Screen

Meet Your New Mobile Hub  Hello Splunk Community!  Staying connected to your data—no matter where you are—is ...

Introducing Value Insights (Beta): Understand the Business Impact your organization ...

Real progress on your strategic priorities starts with knowing the business outcomes your teams are delivering ...

Enterprise Security (ES) Essentials 8.3 is Now GA — Smarter Detections, Faster ...

As of today, Enterprise Security (ES) Essentials 8.3 is now generally available, helping SOC teams simplify ...