Security

How to edit my search to get the top 20 browsers by distinct user in descending order?

ON34C02151009
Explorer

I've managed to get the search to work a couple ways, but most of what I've seen suggests I need something similar to this. All I can't get to work is the descending order, which seems like it should be simple. Thoughts?

0 Karma
1 Solution

javiergn
Super Champion

Try the following instead:

| stats dc(UID) as count by browser 
| sort 20 -num(count)

View solution in original post

javiergn
Super Champion

Try the following instead:

| stats dc(UID) as count by browser 
| sort 20 -num(count)

ON34C02151009
Explorer

This works. Thank you!

0 Karma
Get Updates on the Splunk Community!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Built-in Service Level Objectives Management to Bridge the Gap Between Service & ...

Wednesday, May 29, 2024  |  11AM PST / 2PM ESTRegister now and join us to learn more about how you can ...

Get Your Exclusive Splunk Certified Cybersecurity Defense Engineer Certification at ...

We’re excited to announce a new Splunk certification exam being released at .conf24! If you’re headed to Vegas ...