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!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...