Splunk Search

Max Response Time

sirishag
New Member

In my application the SystemOut logs from the Websphere logs are sent to Splunk Server.
In these logs i have a log statement "Response time: xxms".

I want to know in a specified time range what is the max response time from the SystemOut.log file.

Apprecaite your help!

Tags (1)
0 Karma

fk319
Builder

look at the rex command:

<you search> | rex field=_raw "Response time: (?<ResponseTime>\d+)ms" | stats max(ResponseTime)
0 Karma
Get Updates on the Splunk Community!

Observability Unlocked: Kubernetes Monitoring with Splunk Observability Cloud

 Ready to master Kubernetes and cloud monitoring like the pros? Join Splunk’s Growth Engineering team for an ...

Update Your SOAR Apps for Python 3.13: What Community Developers Need to Know

To Community SOAR App Developers - we're reaching out with an important update regarding Python 3.9's ...

October Community Champions: A Shoutout to Our Contributors!

As October comes to a close, we want to take a moment to celebrate the people who make the Splunk Community ...