Splunk Search

How to extract response time

bryceweb22
Path Finder

I am trying to create a graph with the top 10 longest response times by host.

An example is:
200 0 0 78 Where the last set of numbers represents the time taken in milliseconds-
which is what I'm trying to extract to make my graph.

0 Karma

evania
Splunk Employee
Splunk Employee

Hi @bryceweb22 ,

Did you have a chance to check out any answers? If it worked, please resolve this post by approving it! If your problem is still not solved, keep us updated so that someone else can help you.

Thanks for posting!

0 Karma

woodcock
Esteemed Legend

Splunk's timechart automatically does this;

index="foo" sourcetype="bar" | timechart limit=10 max(response) BY host
Get Updates on the Splunk Community!

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...

September Community Champions: A Shoutout to Our Contributors!

As we close the books on another fantastic month, we want to take a moment to celebrate the people who are the ...

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...