I wish to uninstall an app from my Search Head cluster and cluster peers. Is this the following the way to go about it?
On each Search Head and peer cluster member:
1.Run the following command in CLI
./splunk remove app [appname] -auth :
2.Remove user-specific directories created for your app or add-on by deleting the files found here:
$SPLUNK_HOME/splunk/etc/users/*/
And, If the instance is a search peer, also delete the relevant index
4.Restart Splunk
Then,
Delete directory from $SPLUNK_HOME/etc/master-apps in Master Node
Delete directory from $SPLUNK_HOME/etc/shcluster/apps in Deployer
=====
Or, is there a central way to do this from the Deployer/Master?
↧