Splunk Search

Chart - show rows only where one field is greater than zero

robertlabrie
Path Finder

Hi,

I'm building a chart of customers and what operating system they're using:

chart count(_raw) by customer,ua_platform | sort ua_platform - "WinXP"

ua_platform can be "WinXP","Win7","MacOSX", etc...

I'm sorting that chart by WinXP descending. I want to limit results to only those customers where the count of WInXP is > 0. Basically I need to report on all our customers using XP, but if they're using other platforms, I need that data too (so I can't just search for ua_platform=WinXP and then where > 0). Any suggestions?

Thanks,
Rob

Tags (1)
1 Solution

somesoni2
Revered Legend

Try this

your base search | chart count(_raw) by customer,ua_platform | fillnull value=0 | sort ua_platform - "WinXP" | where WinXP > 0

View solution in original post

somesoni2
Revered Legend

Try this

your base search | chart count(_raw) by customer,ua_platform | fillnull value=0 | sort ua_platform - "WinXP" | where WinXP > 0

robertlabrie
Path Finder

Worked exactly as described. Thanks!

0 Karma
Get Updates on the Splunk Community!

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 ...

Updated Team Landing Page in Splunk Observability

We’re making some changes to the team landing page in Splunk Observability, based on your feedback. The ...