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!

Building Reliable Asset and Identity Frameworks in Splunk ES

 Accurate asset and identity resolution is the backbone of security operations. Without it, alerts are ...

Cloud Monitoring Console - Unlocking Greater Visibility in SVC Usage Reporting

For Splunk Cloud customers, understanding and optimizing Splunk Virtual Compute (SVC) usage and resource ...

Automatic Discovery Part 3: Practical Use Cases

If you’ve enabled Automatic Discovery in your install of the Splunk Distribution of the OpenTelemetry ...