Splunk Search

Limit result of a search query

pinzer
Path Finder

Hi all, how can i limit this search query to the top 5 rows?

eventtype="searchDC" Type="Audit Success" CategoryString="Logon/Logoff" Message="Logon attempt using explicit credentials*" success User_Name="*" |stats count by Target_User_Name | sort by count desc 

thanks

Tags (1)
0 Karma
1 Solution

parallaxed
Path Finder

parallaxed
Path Finder

Try

| head 5

pinzer
Path Finder

thanks a lot! bye

0 Karma
Get Updates on the Splunk Community!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...