<?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 do I remove a search head that is appearing under the Indexer Clustering page? in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/How-do-I-remove-a-search-head-that-is-appearing-under-the/m-p/223569#M8371</link>
    <description>&lt;P&gt;What does your server.conf file look like on the Cluster Master, Indexers (search peers), and search head look like?&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.3.1511/Indexer/Enableclustersindetail"&gt;http://docs.splunk.com/Documentation/Splunk/6.3.1511/Indexer/Enableclustersindetail&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 12 Jan 2016 18:14:34 GMT</pubDate>
    <dc:creator>jchampagne_splu</dc:creator>
    <dc:date>2016-01-12T18:14:34Z</dc:date>
    <item>
      <title>How do I remove a search head that is appearing under the Indexer Clustering page?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-do-I-remove-a-search-head-that-is-appearing-under-the/m-p/223568#M8370</link>
      <description>&lt;P&gt;Hi, &lt;/P&gt;

&lt;P&gt;I've got problem - I added an additional search head to a Splunk cluster (not search head cluster) and I can see it under Indexer Clustering: Master Node search head bookmarks. I was testing search just to check something and now I want to delete it from the cluster, but no success. I was using &lt;CODE&gt;splunk remove search-server&lt;/CODE&gt; but got&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;In handler 'distsearch-peer': There is no search peer with a URI of xxx.xxx.xxx.xxx. Either the URI you entered is incorrect or the search peer has already been removed.
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;But the url is correct of course and peer still appears in Indexer Clustering page. cluster-peers with guid isn't working too.&lt;/P&gt;

&lt;P&gt;Any ideas how to clean this mess up?&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jan 2016 15:08:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-do-I-remove-a-search-head-that-is-appearing-under-the/m-p/223568#M8370</guid>
      <dc:creator>dawid_schulz</dc:creator>
      <dc:date>2016-01-12T15:08:12Z</dc:date>
    </item>
    <item>
      <title>Re: How do I remove a search head that is appearing under the Indexer Clustering page?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-do-I-remove-a-search-head-that-is-appearing-under-the/m-p/223569#M8371</link>
      <description>&lt;P&gt;What does your server.conf file look like on the Cluster Master, Indexers (search peers), and search head look like?&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.3.1511/Indexer/Enableclustersindetail"&gt;http://docs.splunk.com/Documentation/Splunk/6.3.1511/Indexer/Enableclustersindetail&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jan 2016 18:14:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-do-I-remove-a-search-head-that-is-appearing-under-the/m-p/223569#M8371</guid>
      <dc:creator>jchampagne_splu</dc:creator>
      <dc:date>2016-01-12T18:14:34Z</dc:date>
    </item>
    <item>
      <title>Re: How do I remove a search head that is appearing under the Indexer Clustering page?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-do-I-remove-a-search-head-that-is-appearing-under-the/m-p/223570#M8372</link>
      <description>&lt;P&gt;[general]&lt;BR /&gt;
pass4SymmKey = xxxxxxxxxx&lt;BR /&gt;
serverName = xxxxxxxxxx&lt;BR /&gt;
site = site4&lt;/P&gt;

&lt;P&gt;[clustering]&lt;BR /&gt;
available_sites = site4,site2&lt;BR /&gt;
mode = master&lt;BR /&gt;
multisite = true&lt;BR /&gt;
pass4SymmKey = xxxxxxxxxxxxxx&lt;BR /&gt;
site_replication_factor = origin:1,site2:2,site4:2,total:5&lt;BR /&gt;
site_search_factor = origin:1,site2:2,site4:2,total:5&lt;/P&gt;

&lt;P&gt;INDEXER&lt;/P&gt;

&lt;P&gt;[general]&lt;BR /&gt;
pass4SymmKey = xxxxxx&lt;BR /&gt;
serverName = xxxxxxx&lt;BR /&gt;
site = site4&lt;/P&gt;

&lt;P&gt;[clustering]&lt;BR /&gt;
master_uri = xxxxxxxx&lt;BR /&gt;
mode = slave&lt;BR /&gt;
pass4SymmKey = xxxxxxx&lt;/P&gt;

&lt;P&gt;Search head&lt;/P&gt;

&lt;P&gt;[general]&lt;BR /&gt;
pass4SymmKey = xxxxxxxx&lt;BR /&gt;
serverName = xxxxxxxx&lt;BR /&gt;
site = site4&lt;BR /&gt;
sessionTimeout = 8h&lt;/P&gt;

&lt;P&gt;[clustering]&lt;BR /&gt;
master_uri = xxxxxxx&lt;BR /&gt;
mode = searchhead&lt;BR /&gt;
multisite = true&lt;BR /&gt;
pass4SymmKey = xxxxx&lt;/P&gt;

&lt;P&gt;As you can see - nothing unusual&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 08:22:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-do-I-remove-a-search-head-that-is-appearing-under-the/m-p/223570#M8372</guid>
      <dc:creator>dawid_schulz</dc:creator>
      <dc:date>2020-09-29T08:22:27Z</dc:date>
    </item>
    <item>
      <title>Re: How do I remove a search head that is appearing under the Indexer Clustering page?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-do-I-remove-a-search-head-that-is-appearing-under-the/m-p/223571#M8373</link>
      <description>&lt;P&gt;I had the same issue and a restart of Splunk on the index master cleared it up.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Aug 2019 19:24:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-do-I-remove-a-search-head-that-is-appearing-under-the/m-p/223571#M8373</guid>
      <dc:creator>dkrichards16</dc:creator>
      <dc:date>2019-08-01T19:24:56Z</dc:date>
    </item>
    <item>
      <title>Re: How do I remove a search head that is appearing under the Indexer Clustering page?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-do-I-remove-a-search-head-that-is-appearing-under-the/m-p/223572#M8374</link>
      <description>&lt;P&gt;I also had the same issue (using Splunk version 7.2.7), and a restart of the cluster master did not help.&lt;/P&gt;

&lt;P&gt;First, you need to disable indexer clustering on the search head you want to remove. In Splunk Web, go to Settings --&amp;gt; Indexer Clustering. Then remove the cluster master you do not want to collect data from, which is only working if it is not the only cluster master. If it is the only one, click on Edit --&amp;gt; Disable Indexer Clustering instead.&lt;/P&gt;

&lt;P&gt;Afterwards, the search head will show as "Unavailable" in the monitoring console of the cluster master.&lt;/P&gt;

&lt;P&gt;After some digging through the configuration files of the cluster master (looking for the search head's IP address and host name), I found some leftovers of the removed search head:&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;In the &lt;CODE&gt;[settings]&lt;/CODE&gt; stanza of &lt;CODE&gt;$SPLUNK_HOME$/etc/apps/splunk_monitoring_console/local/splunk_monitoring_console_assets.conf&lt;/CODE&gt; in the &lt;CODE&gt;configuredPeers&lt;/CODE&gt; key&lt;/LI&gt;
&lt;LI&gt;In &lt;CODE&gt;$SPLUNK_HOME$/etc/apps/splunk_monitoring_console/lookups/assets.csv&lt;/CODE&gt;&lt;/LI&gt;
&lt;LI&gt;In &lt;CODE&gt;$SPLUNK_HOME$/etc/apps/splunk_monitoring_console/lookups/dmc_forwarder_assets.csv&lt;/CODE&gt;&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;After removing those leftovers and restarting &lt;CODE&gt;splunkd&lt;/CODE&gt;, the search head had also been removed from the cluster master.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Sep 2019 06:45:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-do-I-remove-a-search-head-that-is-appearing-under-the/m-p/223572#M8374</guid>
      <dc:creator>Martin_Doering</dc:creator>
      <dc:date>2019-09-13T06:45:36Z</dc:date>
    </item>
  </channel>
</rss>

