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!

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