Splunk Search

Search for InstalledApps and their versions. Display results as AppName, AppVersion, and count of systems that has that AppVersion.

swong
New Member

I want to search for the installed apps and their versions for OSX platform. Want to display results in table form showing AppName, AppVersion, and count of systems with that AppVersion. From this result table, when I click on the count of systems with that AppVersion, I want it to display in table form the list of systems that has this version removing all system name duplicates. Also need to do the same search criteria for the Windows platform as well.

Tags (4)
0 Karma

yannK
Splunk Employee
Splunk Employee

Do you know which logs contains this information ?

The method could be, create a search to find those events and extract the field: app, version
then format the result with | stats latest(version) AS version by app host

0 Karma
Get Updates on the Splunk Community!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...