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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...