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!

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...