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
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Data Persistence in the OpenTelemetry Collector

This blog post is part of an ongoing series on OpenTelemetry. What happens if the OpenTelemetry collector ...

Introducing Splunk 10.0: Smarter, Faster, and More Powerful Than Ever

Now On Demand Whether you're managing complex deployments or looking to future-proof your data ...

Community Content Calendar, September edition

Welcome to another insightful post from our Community Content Calendar! We're thrilled to continue bringing ...