<?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: Indexer cluster + Search Head Cluster question in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/Indexer-cluster-Search-Head-Cluster-question/m-p/288224#M10950</link>
    <description>&lt;P&gt;This is expected behavior. As per &lt;A href="http://docs.splunk.com/Documentation/Splunk/7.0.1/Indexer/Howtomonitoracluster#Search_heads_tab"&gt;this documentation&lt;/A&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;The list includes the master node as one of the search heads. Although the master has search head capabilities, you should only use those capabilities for debugging purposes. The resources of the master must be dedicated to fulfilling its critical role of coordinating cluster activities. Under no circumstances should the master be employed as a production search head. Also, unlike a dedicated search head, the search head on the master cannot be configured for multi-cluster search; it can only search its own cluster.
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 04 Jan 2018 23:53:10 GMT</pubDate>
    <dc:creator>somesoni2</dc:creator>
    <dc:date>2018-01-04T23:53:10Z</dc:date>
    <item>
      <title>Indexer cluster + Search Head Cluster question</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Indexer-cluster-Search-Head-Cluster-question/m-p/288223#M10949</link>
      <description>&lt;P&gt;Hello, I setup 1 Indexer Cluster (3 indexers + 1 Master) and 1 SH cluster (3 search heads + 1 non-clustered Deployer&lt;/P&gt;

&lt;P&gt;I am using this Ansible playbook to do all this, and I got it to work pretty well, &lt;/P&gt;

&lt;P&gt;&lt;A href="https://github.com/perfecto25/splunk_spaceballs"&gt;https://github.com/perfecto25/splunk_spaceballs&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;When I log into the Master server, and I goto Settings &amp;gt; Index Clustering, I can see all 3 of my indexers listed as Indexing peers,&lt;BR /&gt;
&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/4098i00648A07289F960C/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;for some reason my Master is listed as one of the search heads,&lt;BR /&gt;
&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/4099i2BA1B9B58AD33DFA/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;My Master's server.conf lists it as a Cluster Master,&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[general]
serverName = mrxsplunkmas
pass4SymmKey = $1$Ss/uc3zMcGHp

[sslConfig]
sslPassword = $1$HYO6LzmKOzPp

[lmpool:auto_generated_pool_download-trial]
description = auto_generated_pool_download-trial
quota = MAX
slaves = *
stack_id = download-trial

[lmpool:auto_generated_pool_forwarder]
description = auto_generated_pool_forwarder
quota = MAX
slaves = *
stack_id = forwarder

[lmpool:auto_generated_pool_free]
description = auto_generated_pool_free
quota = MAX
slaves = *
stack_id = free

[clustering]
cluster_label = idxcluster
**mode = master**
pass4SymmKey = $1$etfufn7+dGrGtM8iFFpb
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Is this an expected outcome? Does Master become a default search head for its own indexer cluster?&lt;/P&gt;

&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jan 2018 20:14:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Indexer-cluster-Search-Head-Cluster-question/m-p/288223#M10949</guid>
      <dc:creator>perfecto25</dc:creator>
      <dc:date>2018-01-04T20:14:47Z</dc:date>
    </item>
    <item>
      <title>Re: Indexer cluster + Search Head Cluster question</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Indexer-cluster-Search-Head-Cluster-question/m-p/288224#M10950</link>
      <description>&lt;P&gt;This is expected behavior. As per &lt;A href="http://docs.splunk.com/Documentation/Splunk/7.0.1/Indexer/Howtomonitoracluster#Search_heads_tab"&gt;this documentation&lt;/A&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;The list includes the master node as one of the search heads. Although the master has search head capabilities, you should only use those capabilities for debugging purposes. The resources of the master must be dedicated to fulfilling its critical role of coordinating cluster activities. Under no circumstances should the master be employed as a production search head. Also, unlike a dedicated search head, the search head on the master cannot be configured for multi-cluster search; it can only search its own cluster.
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 04 Jan 2018 23:53:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Indexer-cluster-Search-Head-Cluster-question/m-p/288224#M10950</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2018-01-04T23:53:10Z</dc:date>
    </item>
    <item>
      <title>Re: Indexer cluster + Search Head Cluster question</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Indexer-cluster-Search-Head-Cluster-question/m-p/288225#M10951</link>
      <description>&lt;P&gt;Hi @perfecto25,&lt;BR /&gt;
Yes this is expected outcome.&lt;BR /&gt;
But if you login to your deployment server and go to setting -&amp;gt;monitoring console, there you can see overview of your cluster.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jan 2018 07:41:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Indexer-cluster-Search-Head-Cluster-question/m-p/288225#M10951</guid>
      <dc:creator>nikita_p</dc:creator>
      <dc:date>2018-01-05T07:41:37Z</dc:date>
    </item>
  </channel>
</rss>

