Splunk Search

How do I write a search to find the top 10 max by field?

SAPrabhakar
Explorer

I am attempting to get a listing of the max top 10 by a field.

I am able to get the the top 10 by doing this:

[search goes here] | top limit=10 message.facets.duration

I can get the max by doing:

[search goes here]  | stats max(message.facets.duration)

I am trying to figure out how to get the max top 10.

0 Karma
1 Solution

somesoni2
Revered Legend

How about this

[search goes here] | sort 10 -message.facets.duration

View solution in original post

somesoni2
Revered Legend

How about this

[search goes here] | sort 10 -message.facets.duration

SAPrabhakar
Explorer

Yea that did the trick. I over thought by quite a bit. Thanks

0 Karma

twinspop
Influencer

top gives you the top occurrences of a field value. So if your duration field had "1" as a value more times than values of "100000", "1" would be the top entry. Probably not what you wanted! 🙂

Get Updates on the Splunk Community!

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...