Getting Data In

How do I suppress web page pop-up when I uninstall Splunk?

hacktastic
Path Finder

Hi,

I'm building a hands-off LWF installer to be pushed out to Windows servers that removes older versions of Splunk and re-installs a fresh version. I've found that 4.1.x launches a web page at the end of an uninstall. Is there a switch I can use to suppress it during command line uninstall?

Thanks!

Ed
Splunk Employee
Splunk Employee

There is a Windows Installer property (aka Installer Flag) that you can pass to disable the uninstall survey: SUPPRESS_SURVEY=1.

For example:

msiexec /x splunk.msi SUPPRESS_SURVEY=1

bandit
Motivator

This option should be part of the official documentation rather than searching for it on Splunk Answers as there are many cases where the install and uninstall of Splunk or Splunk Heavy Forwarder may be automated in an enterprise environment.

nurtdi
Path Finder

did you find an answer? I need to uninstall on 150 servers and I need to disable this...

0 Karma

nurtdi
Path Finder

Did you find an answer? I need to do the same... 150 servers to uninstall. Thanks.

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

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

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...