Splunk Search

Using top to get count and percentage by subgroup

mschellhouse
Path Finder

I am using the following code to get a count and percentage breakdown by x and y. I would like the percent returned to be within the subgroup of x rather than percent of the total population.

top limit=0 x y

0 Karma
1 Solution

somesoni2
Revered Legend

Try like this

your base search | stats count by x y | eventstats sum(count) as total by x | eval perc=count*100/total | sort 0 host -count

View solution in original post

somesoni2
Revered Legend

Try like this

your base search | stats count by x y | eventstats sum(count) as total by x | eval perc=count*100/total | sort 0 host -count
Get Updates on the Splunk Community!

Automatic Discovery Part 1: What is Automatic Discovery in Splunk Observability Cloud ...

If you’ve ever deployed a new database cluster, spun up a caching layer, or added a load balancer, you know it ...

Real-Time Fraud Detection: How Splunk Dashboards Protect Financial Institutions

Financial fraud isn't slowing down. If anything, it's getting more sophisticated. Account takeovers, credit ...

Splunk + ThousandEyes: Correlate frontend, app, and network data to troubleshoot ...

 Are you tired of troubleshooting delays caused by siloed frontend, application, and network data? We've got a ...