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
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Community Content Calendar, September edition

Welcome to another insightful post from our Community Content Calendar! We're thrilled to continue bringing ...

Splunkbase Unveils New App Listing Management Public Preview

Splunkbase Unveils New App Listing Management Public PreviewWe're thrilled to announce the public preview of ...

Leveraging Automated Threat Analysis Across the Splunk Ecosystem

Are you leveraging automation to its fullest potential in your threat detection strategy?Our upcoming Security ...