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!

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 ...