Splunk Enterprise Security

Upgrading Splunk Enterprise Security fails on enabling / disabling add-ons - Solution

domenico_perre
Path Finder

Hi All,

I am just posting a solution to an issue I have had with two upgrades for Splunk Enterprise Security. First issue was when upgrading From 3.3 -> 4.0 and now 4.0 -> 4.1.

Linux Example:

  1. Copy your install (can be left as tgz file) to an accessible location. /tmp/esinstall/splunk-enterprise-security_410.tgz
  2. Open up a terminal console and change to your $SPLUNKHOME\bin directory.
  3. Issue the following command ./splunk install app /tmp/einstall/splunk-enterprise-security_410.tgz -update 1

Windows Example:

  1. Copy your install (can be left as tgz file) to an accessible location. C:\SplunkUpgrade\splunk-enterprise-security_410.tgz
  2. Open a powershell prompt and change to your $SPLUNKHOME\bin directory.
  3. Issue the following command .\splunk.exe install app C:\SplunkUpgrade\splunk-enterprise-security_410.tgz -update 1

Then open your ES install and follow the prompts and it will work :).

0 Karma
1 Solution

domenico_perre
Path Finder

domenico_perre
Path Finder

Answer above.

Get Updates on the Splunk Community!

Troubleshooting the OpenTelemetry Collector

  In this tech talk, you’ll learn how to troubleshoot the OpenTelemetry collector - from checking the ...

Adoption of Infrastructure Monitoring at Splunk

  Splunk's Growth Engineering team showcases one of their first Splunk product adoption-Splunk Infrastructure ...

Modern way of developing distributed application using OTel

Recently, I had the opportunity to work on a complex microservice using Spring boot and Quarkus to develop a ...