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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...