All Apps and Add-ons

Using Diff for packages or other lists

claidheamh
Engager

We're trying to use the diff command in the UNIX app to monitor changes to a system's installed packages. I need help creating a query / report that would run daily to monitor changes on different systems' package lists.

ftk
Motivator

You could create a simple shell script that runs rpm -qa or dpkg --get-selections or any other preferred way of listing installed packages, and set the script up as a scripted input. Then you can run the | diff command on the data that is indexed to see changes.

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