Splunk Search

Count total number of male or female in given country

jw44250
New Member

Gender . About Right . Oveight . underweight country
f . 560 163 37 USA
m 295 . 72 . 73 . USA

toal . 855 235 . 110

Tags (3)
0 Karma
1 Solution

niketn
Legend

Provided your base search returns the fields mentioned by you. Following should be your search:

 <Your Base Search>
| stats sum("About Right") as AboutRight sum(Overweight) as Overweight sum(underweight) as Underweight by Gender, country 
| addcoltotals AboutRight Overweight Underweight labelfield=Gender
____________________________________________
| makeresults | eval message= "Happy Splunking!!!"

View solution in original post

0 Karma

niketn
Legend

Provided your base search returns the fields mentioned by you. Following should be your search:

 <Your Base Search>
| stats sum("About Right") as AboutRight sum(Overweight) as Overweight sum(underweight) as Underweight by Gender, country 
| addcoltotals AboutRight Overweight Underweight labelfield=Gender
____________________________________________
| makeresults | eval message= "Happy Splunking!!!"
0 Karma
Get Updates on the Splunk Community!

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!

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

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...