<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to remove an app from a search head cluster and cluster peers? in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-remove-an-app-from-a-search-head-cluster-and-cluster/m-p/258685#M9837</link>
    <description>&lt;P&gt;Thanks! How about the associated indexes? Do I need to delete those one by one on each indexer?&lt;/P&gt;</description>
    <pubDate>Thu, 08 Oct 2015 09:12:19 GMT</pubDate>
    <dc:creator>ishaanshekhar</dc:creator>
    <dc:date>2015-10-08T09:12:19Z</dc:date>
    <item>
      <title>How to remove an app from a search head cluster and cluster peers?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-remove-an-app-from-a-search-head-cluster-and-cluster/m-p/258681#M9833</link>
      <description>&lt;P&gt;I wish to uninstall an app from my Search Head cluster and cluster peers. Is this the following the way to go about it?&lt;/P&gt;

&lt;P&gt;On each Search Head and peer cluster member:&lt;/P&gt;

&lt;P&gt;1.Run the following command in CLI&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;./splunk remove app [appname] -auth &amp;lt;username&amp;gt;:&amp;lt;password&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;2.Remove user-specific directories created for your app or add-on by deleting the files found here:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;   $SPLUNK_HOME/splunk/etc/users/*/&amp;lt;appname&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;And, If the instance is a search peer, also delete the relevant index&lt;/P&gt;

&lt;P&gt;4.Restart Splunk&lt;/P&gt;

&lt;P&gt;Then,&lt;BR /&gt;
Delete directory from $SPLUNK_HOME/etc/master-apps in Master Node&lt;BR /&gt;
Delete directory from $SPLUNK_HOME/etc/shcluster/apps in Deployer&lt;/P&gt;

&lt;P&gt;=====&lt;/P&gt;

&lt;P&gt;Or, is there a central way to do this from the Deployer/Master?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 07:28:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-remove-an-app-from-a-search-head-cluster-and-cluster/m-p/258681#M9833</guid>
      <dc:creator>ishaanshekhar</dc:creator>
      <dc:date>2020-09-29T07:28:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove an app from a search head cluster and cluster peers?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-remove-an-app-from-a-search-head-cluster-and-cluster/m-p/258682#M9834</link>
      <description>&lt;P&gt;All you need to do is to delete the app from $SPLUNK_HOME/etc/shcluster/apps on the deployer and then run "splunk apply shcluster-bundle".  This will remove it from all cluster members.&lt;/P&gt;

&lt;P&gt;This is documented in &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.3.0/DistSearch/PropagateSHCconfigurationchanges"&gt;http://docs.splunk.com/Documentation/Splunk/6.3.0/DistSearch/PropagateSHCconfigurationchanges&lt;/A&gt; . &lt;/P&gt;</description>
      <pubDate>Mon, 05 Oct 2015 19:23:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-remove-an-app-from-a-search-head-cluster-and-cluster/m-p/258682#M9834</guid>
      <dc:creator>Steve_G_</dc:creator>
      <dc:date>2015-10-05T19:23:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove an app from a search head cluster and cluster peers?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-remove-an-app-from-a-search-head-cluster-and-cluster/m-p/258683#M9835</link>
      <description>&lt;P&gt;Thank you! How about for the Indexer cluster app?&lt;/P&gt;</description>
      <pubDate>Tue, 06 Oct 2015 05:52:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-remove-an-app-from-a-search-head-cluster-and-cluster/m-p/258683#M9835</guid>
      <dc:creator>ishaanshekhar</dc:creator>
      <dc:date>2015-10-06T05:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove an app from a search head cluster and cluster peers?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-remove-an-app-from-a-search-head-cluster-and-cluster/m-p/258684#M9836</link>
      <description>&lt;P&gt;Yes, the same method works to remove an app from the peers on an indexer cluster.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Oct 2015 22:51:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-remove-an-app-from-a-search-head-cluster-and-cluster/m-p/258684#M9836</guid>
      <dc:creator>Steve_G_</dc:creator>
      <dc:date>2015-10-06T22:51:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove an app from a search head cluster and cluster peers?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-remove-an-app-from-a-search-head-cluster-and-cluster/m-p/258685#M9837</link>
      <description>&lt;P&gt;Thanks! How about the associated indexes? Do I need to delete those one by one on each indexer?&lt;/P&gt;</description>
      <pubDate>Thu, 08 Oct 2015 09:12:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-remove-an-app-from-a-search-head-cluster-and-cluster/m-p/258685#M9837</guid>
      <dc:creator>ishaanshekhar</dc:creator>
      <dc:date>2015-10-08T09:12:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove an app from a search head cluster and cluster peers?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-remove-an-app-from-a-search-head-cluster-and-cluster/m-p/258686#M9838</link>
      <description>&lt;P&gt;What if the app to be removed was the only app deployed? When I issued the "splunk apply shcluster-bundle" command, it came back saying there should be atleast one app to push the configuration. How do I delete my only app using deployer ?&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2016 14:42:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-remove-an-app-from-a-search-head-cluster-and-cluster/m-p/258686#M9838</guid>
      <dc:creator>adevi</dc:creator>
      <dc:date>2016-10-20T14:42:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove an app from a search head cluster and cluster peers?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-remove-an-app-from-a-search-head-cluster-and-cluster/m-p/258687#M9839</link>
      <description>&lt;P&gt;you can create a sample app(a folder in shcluster/apps directory) with zero or uneffecting configs like app.conf and push the bundle &lt;/P&gt;</description>
      <pubDate>Thu, 17 Jan 2019 20:55:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-remove-an-app-from-a-search-head-cluster-and-cluster/m-p/258687#M9839</guid>
      <dc:creator>nawazns5038</dc:creator>
      <dc:date>2019-01-17T20:55:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove an app from a search head cluster and cluster peers?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-remove-an-app-from-a-search-head-cluster-and-cluster/m-p/258688#M9840</link>
      <description>&lt;P&gt;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. &lt;/P&gt;

&lt;P&gt;./splunk apply shcluster-bundle -target uri -force true  -auth username:password&lt;/P&gt;

&lt;P&gt;WARNING: using force option with an empty shcluster directory will delete all apps previously deployed to the search head cluster; use with extreme caution!&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2019 13:07:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-remove-an-app-from-a-search-head-cluster-and-cluster/m-p/258688#M9840</guid>
      <dc:creator>Pagadala1995</dc:creator>
      <dc:date>2019-07-09T13:07:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove an app from a search head cluster and cluster peers?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-remove-an-app-from-a-search-head-cluster-and-cluster/m-p/258689#M9841</link>
      <description>&lt;P&gt;To push an empty bundle, use the '-force true' flag, syntax would be:&lt;BR /&gt;
splunk apply shcluster-bundle --answer-yes -force true -target : -auth :&lt;/P&gt;</description>
      <pubDate>Thu, 17 Oct 2019 16:35:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-remove-an-app-from-a-search-head-cluster-and-cluster/m-p/258689#M9841</guid>
      <dc:creator>moliminous</dc:creator>
      <dc:date>2019-10-17T16:35:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove an app from a search head cluster and cluster peers?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-remove-an-app-from-a-search-head-cluster-and-cluster/m-p/258690#M9842</link>
      <description>&lt;P&gt;Not quite the same, the caveat being that a SHC Deployer can overwrite /opt/splunk/etc/apps/ on the SHC members, but a Cluster Master will only control what is contained in /opt/splunk/etc/slave-apps/ on the Indexers. For Indexers, you would still need to manually clean up /opt/splunk/etc/apps/ regardless if they are a member of a cluster or not.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Oct 2019 16:37:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-remove-an-app-from-a-search-head-cluster-and-cluster/m-p/258690#M9842</guid>
      <dc:creator>moliminous</dc:creator>
      <dc:date>2019-10-17T16:37:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove an app from a search head cluster and cluster peers?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-remove-an-app-from-a-search-head-cluster-and-cluster/m-p/629253#M26637</link>
      <description>&lt;P&gt;&lt;SPAN&gt;All peer nodes share a common configuration that's managed by the manager node. So index configuration can be controlled from the manager node.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/9.0.3/Indexer/Updatepeerconfigurations" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/9.0.3/Indexer/Updatepeerconfigurations&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Feb 2023 23:27:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-remove-an-app-from-a-search-head-cluster-and-cluster/m-p/629253#M26637</guid>
      <dc:creator>mustapha_arakji</dc:creator>
      <dc:date>2023-02-01T23:27:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove an app from a search head cluster and cluster peers?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-remove-an-app-from-a-search-head-cluster-and-cluster/m-p/629375#M26644</link>
      <description>&lt;P&gt;If you are removing index definition from CM’s indexes.conf it just removes that definition from peers’ configuration, BUT it don’t remove actual index directories/events from disk. Those you must remove manually from every nodes.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Feb 2023 17:10:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-remove-an-app-from-a-search-head-cluster-and-cluster/m-p/629375#M26644</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2023-02-02T17:10:01Z</dc:date>
    </item>
  </channel>
</rss>

