Deployment Architecture

What is the preferred way to remove a deployed application on a host?

lisaac
Path Finder

I have deployed an application via the deployment server. What is the preferred way to remove an app from a deployment client? It appears that the action can be completed by updating the whitelist or blacklist for the server class.

Tags (1)
0 Karma

Lowell
Super Champion

Chris R has a good approach if you are dealing with custom apps. However, if you are trying to disable built-in apps, such as SplunkForwarder or sample_app, you should consider disabling these apps instead of removing them. The reason being is that next time you install a Splunk upgrade, these apps will get re-installed and will be enabled again if you only removed the app folder.

One approach to wiping out an app is to create an empty app folder with nothing but the local/app.conf file, with the following content:

[install]
state = disabled

ben_leung
Builder

This disables the app? Or does it remove the custom app folder from the deployment clients as well?

0 Karma

Chris_R_
Splunk Employee
Splunk Employee

The app can simply be removed by deleting the contents of $SPLUNK_HOME/apps/< appname > on the client

You will of course have to remove the entry on your deployment server so the app does not get deployed again. Check in your $SPLUNK_HOME/etc/system/local/serverclass.conf which deploys that app to the client.

Look for the hostname or ip, something like

[serverClass:myapp1]
whitelist.0=hostname.*
...other stuff...
[serverClass:myapp1:app:myapp1_inputs]
restartSplunkd = true

0 Karma
Get Updates on the Splunk Community!

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...