Splunk Search

How to get top 10 stats with pivot command without using sort?

Simon
Contributor

Hi all,

How can I get a top 10 statistic with pivot? Currently I'm doing something like

| pivot MyModel MyObject count(MyObject) AS count SPLITROW myseries | sort 10 - count 

I'd like to avoid the sort somehow.

Thanks,
Simon

Tags (2)

dfigurello
Communicator

Hi Simon,

Try this search:

| pivot MyModel MyObject count(MyObject) AS count SPLITROW myseries | sort - count | head 10

tks!

bhawkins1
Communicator

I downvoted this post because doesn't answer the question at all.

0 Karma

Simon
Contributor

This is the same as my search does.
I asked if there's a way to get the top10 statistics directly with the pivot command.

0 Karma

spammenot66
Contributor

@simon what in the world are you trying to get at? Both solution seems to work when handling pivot

0 Karma
Get Updates on the Splunk Community!

More Ways To Control Your Costs With Archived Metrics | Register for Tech Talk

Tuesday, May 14, 2024  |  11AM PT / 2PM ET Register to Attend Join us for this Tech Talk and learn how to ...

.conf24 | Personalize your .conf experience with Learning Paths!

Personalize your .conf24 Experience Learning paths allow you to level up your skill sets and dive deeper ...

Threat Hunting Unlocked: How to Uplevel Your Threat Hunting With the PEAK Framework ...

WATCH NOWAs AI starts tackling low level alerts, it's more critical than ever to uplevel your threat hunting ...