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!

Automatic Discovery Part 1: What is Automatic Discovery in Splunk Observability Cloud ...

If you’ve ever deployed a new database cluster, spun up a caching layer, or added a load balancer, you know it ...

Real-Time Fraud Detection: How Splunk Dashboards Protect Financial Institutions

Financial fraud isn't slowing down. If anything, it's getting more sophisticated. Account takeovers, credit ...

Splunk + ThousandEyes: Correlate frontend, app, and network data to troubleshoot ...

 Are you tired of troubleshooting delays caused by siloed frontend, application, and network data? We've got a ...