Splunk Search

How to exclude last 3 values in the search results.

vkumar6
Explorer

Hi ,

I need exclude the values last 3 three values from the search results. Can someone please help me on this.

index=main source=blr*| stats count by ENGINE

ENGINE count
9.850.1008 2
9.860.1008 2
9.870.1008 3
9.880.1008 4
9.900.1008 5

When i runs query it should exclude the last 3 values and should give the count.

Thanks,
Vijay

Tags (1)
0 Karma
1 Solution

adonio
Ultra Champion

Hello Vijay,
you can use the sort command.
example: index="_internal" | stats count by sourcetype | sort 3 -count
try on your search.
more on the command here:
http://docs.splunk.com/Documentation/Splunk/latest/SearchReference/sort

hope it helps

View solution in original post

0 Karma

adonio
Ultra Champion

Hello Vijay,
you can use the sort command.
example: index="_internal" | stats count by sourcetype | sort 3 -count
try on your search.
more on the command here:
http://docs.splunk.com/Documentation/Splunk/latest/SearchReference/sort

hope it helps

0 Karma
Get Updates on the Splunk Community!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...