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!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

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