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!

Building Reliable Asset and Identity Frameworks in Splunk ES

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

Cloud Monitoring Console - Unlocking Greater Visibility in SVC Usage Reporting

For Splunk Cloud customers, understanding and optimizing Splunk Virtual Compute (SVC) usage and resource ...

Automatic Discovery Part 3: Practical Use Cases

If you’ve enabled Automatic Discovery in your install of the Splunk Distribution of the OpenTelemetry ...