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.
Get Updates on the Splunk Community!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...