Dashboards & Visualizations

installed software dashboard help

youngsuh
Contributor

 

index="wineventlog" sourcetype="script:installedapps"
| chart values(*) as * count by DisplayName 
| fields DisplayName, DisplayVersion, host, count 
| search DisplayName=* 
| sort host, DisplayName

 

How I can visual this in pie chart?  I would like to show in pie chart with top 10 software and counts.  Allow drill down to each of the software.

Labels (3)
0 Karma

to4kawa
Ultra Champion

sample:

index=_internal 
| top name
| eval host="host".random() % 5
| rename name as DisplayName , percent as DisplayVersion
| sort host, DisplayName
| eval Names=host."_".DisplayName."_".DisplayVersion
| table Names count

youngsuh
Contributor

Thank you for your response.  Sry for the late response.  I'll give a shot and get back to you.

0 Karma
Get Updates on the Splunk Community!

Splunk Mobile: Your Brand-New Home Screen

Meet Your New Mobile Hub  Hello Splunk Community!  Staying connected to your data—no matter where you are—is ...

Introducing Value Insights (Beta): Understand the Business Impact your organization ...

Real progress on your strategic priorities starts with knowing the business outcomes your teams are delivering ...

Enterprise Security (ES) Essentials 8.3 is Now GA — Smarter Detections, Faster ...

As of today, Enterprise Security (ES) Essentials 8.3 is now generally available, helping SOC teams simplify ...