Activity Feed
- Posted Re: How to remove an app from a search head cluster and cluster peers? on Deployment Architecture. 07-09-2019 06:07 AM
Topics I've Started
No posts to display.
07-09-2019
06:07 AM
Delete the app from $SPLUNK_HOME/etc/shcluster/apps on the deployer and then run below command to remove the apps from all cluster members.
./splunk apply shcluster-bundle -target uri -force true -auth username:password
WARNING: using force option with an empty shcluster directory will delete all apps previously deployed to the search head cluster; use with extreme caution!
... View more