Splunk Search

How do I found max value of rex field?

user9025
Path Finder

I have a splunk event as follow:

request-id=123  STOP method TYPE=ABC, ID=[678] --- TIME_TAKEN=1281ms

I have lot of events like this and I want to find the max time taken.

I have query as :

****QUERY**** || rex field=_raw "TIME_TAKEN=(?<TIME_TAKEN>\d+)ms" | table TIME_TAKEN

Now I am able to get all Time value in table. But I dont want them in table but I just want the max entry out of this.How can i replace last operation so that I can max value from TIME_TAKEN in output.I dont need anything else

Labels (4)
0 Karma
1 Solution

ITWhisperer
SplunkTrust
SplunkTrust
| stats max(TIME_TAKEN)

View solution in original post

ITWhisperer
SplunkTrust
SplunkTrust
| stats max(TIME_TAKEN)
Get Updates on the Splunk Community!

Observability | How to Think About Instrumentation Overhead (White Paper)

Novice observability practitioners are often overly obsessed with performance. They might approach ...

Cloud Platform | Get Resiliency in the Cloud Event (Register Now!)

IDC Report: Enterprises Gain Higher Efficiency and Resiliency With Migration to Cloud  Today many enterprises ...

The Great Resilience Quest: 10th Leaderboard Update

The tenth leaderboard update (11.23-12.05) for The Great Resilience Quest is out &gt;&gt; As our brave ...