Alerting

alert when uninstalling a software

sabdulkader
New Member

How can i get a alert if there is an uninstall of a software.what is the specific search command for that

Tags (1)
0 Karma

pramit46
Contributor

@sabdulkader,

As far as I know, there is no direct command in splunk to achieve this. However, if you can onboard the application log into splunk then you should be able to search for specific event ids.

for example: I know that in windows application log, event id: 11707 (or 1033) would show the details about the software installed. Similarly, 11724 (or 1034) will also show the software uninstalled.

I am not sure about any such direct way in Unix. Maybe you can create a shell script that will pull the user's history and stream into splunk. Then all you will have to do is to search certain keywords like install, uninstall, remove etc..

Does it help?

0 Karma

iamarkaprabha
Contributor

Hi ,

Are you referring to app uninstall ?

0 Karma

sabdulkader
New Member

Hi,

Any app or software on the server

0 Karma
Get Updates on the Splunk Community!

Shape the Future of Splunk: Join the Product Research Lab!

Join the Splunk Product Research Lab and connect with us in the Slack channel #product-research-lab to get ...

Auto-Injector for Everything Else: Making OpenTelemetry Truly Universal

You might have seen Splunk’s recent announcement about donating the OpenTelemetry Injector to the ...

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...