All Apps and Add-ons

Top 3 values by Application Name

accgarima
New Member

i have multiple Application names and the requirement is that for each application i need to find Top 3 values (which mean I need the top 3 greatest number for that application and NOT the no. of occurences)
something like this;

Say my input is like

Application Value


A 9
A 8
A 1
A 7
A 7
A 6
B 11
B 9
B 7
B 5
B 4
B 4
C 18
C 17
C 17
C 11
C 9
C 15

and I want the oUTPUT to be like this :

Application Value


A 9
A 8
A 7
B 11
B 9
B 7
C 18
C 17
C 15

Please let me know how to proceed with this. I tried with the top and head command which were not giving the expected result.

Tags (1)
0 Karma

cmerriman
Super Champion

try something like:

...|sort 0 Application - Value|streamstats count by Application|search count<=3|fields - count
0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Can’t Make It to Boston? Stream .conf25 and Learn with Haya Husain

Boston may be buzzing this September with Splunk University and .conf25, but you don’t have to pack a bag to ...

Splunk Lantern’s Guide to The Most Popular .conf25 Sessions

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...

Unlock What’s Next: The Splunk Cloud Platform at .conf25

In just a few days, Boston will be buzzing as the Splunk team and thousands of community members come together ...