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!

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