<?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 Help setting up a search head cluster? in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/Help-setting-up-a-search-head-cluster/m-p/316376#M11948</link>
    <description>&lt;P&gt;New to Splunk, can anyone help me build a SH Cluster? Any videos would be great, I tried reading the tutorials on Splunk but i'm still confused. I already have a practice environment setup.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.6.3/DistSearch/SHCdeploymentoverview"&gt;http://docs.splunk.com/Documentation/Splunk/6.6.3/DistSearch/SHCdeploymentoverview&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 02 Sep 2017 01:06:03 GMT</pubDate>
    <dc:creator>bofa123</dc:creator>
    <dc:date>2017-09-02T01:06:03Z</dc:date>
    <item>
      <title>Help setting up a search head cluster?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Help-setting-up-a-search-head-cluster/m-p/316376#M11948</link>
      <description>&lt;P&gt;New to Splunk, can anyone help me build a SH Cluster? Any videos would be great, I tried reading the tutorials on Splunk but i'm still confused. I already have a practice environment setup.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.6.3/DistSearch/SHCdeploymentoverview"&gt;http://docs.splunk.com/Documentation/Splunk/6.6.3/DistSearch/SHCdeploymentoverview&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 02 Sep 2017 01:06:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Help-setting-up-a-search-head-cluster/m-p/316376#M11948</guid>
      <dc:creator>bofa123</dc:creator>
      <dc:date>2017-09-02T01:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: Help setting up a search head cluster?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Help-setting-up-a-search-head-cluster/m-p/316377#M11949</link>
      <description>&lt;P&gt;Hi bofa123,&lt;BR /&gt;
I deployed a search Head Cluster following instructions on documentation at &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.6.3/DistSearch/AboutSHC" target="_blank"&gt;http://docs.splunk.com/Documentation/Splunk/6.6.3/DistSearch/AboutSHC&lt;/A&gt;&lt;BR /&gt;
I found only a problem (not documented in docs but in answers), described above &lt;/P&gt;

&lt;P&gt;Shortly:&lt;/P&gt;

&lt;P&gt;Deployer Configuration&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;Search Head Cluster Label Configuration:

&lt;UL&gt;
&lt;LI&gt;in etc/system/local/server.conf file insert [shclustering] stanza&lt;/LI&gt;
&lt;LI&gt;In that stanza insert row shcluster_label = my_cluster_label&lt;/LI&gt;
&lt;/UL&gt;&lt;/LI&gt;
&lt;LI&gt;Deployer's security key configuration: 

&lt;UL&gt;
&lt;LI&gt;In etc/system/local/server.conf file, insert own password (not encrypted) in row “pass4SymmKey” of [general] or [shclustering] stanza, at first restart Splunk will encrypt it&lt;/LI&gt;
&lt;/UL&gt;&lt;/LI&gt;
&lt;LI&gt;Restart Splunk&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;Cluster Members Configuration &lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;run command

&lt;UL&gt;
&lt;LI&gt;splunk init shcluster-config -auth ‘admin:password’ -mgmt_uri &lt;A href="https://server_address:8089" target="_blank"&gt;https://server_address:8089&lt;/A&gt; -replication_port 8079 -replication_factor 3 -conf_deploy_fetch_url &lt;A href="https://deployer_address:8089" target="_blank"&gt;https://deployer_address:8089&lt;/A&gt; -shcluster_label shcluster1&lt;/LI&gt;
&lt;LI&gt;BEWARE: don't set  –secret=password parameter (it's described in documentation!) because don't run!&lt;/LI&gt;
&lt;/UL&gt;&lt;/LI&gt;
&lt;LI&gt;splunk restart&lt;/LI&gt;
&lt;LI&gt;modify in /opt/splunk/etc/system/local/server.conf file row pass4SymmKey inserting  secret password in clear&lt;/LI&gt;
&lt;LI&gt;splunk restart&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;Captain Configuration&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;Choose Captain&lt;/LI&gt;
&lt;LI&gt;go on Captain&lt;/LI&gt;
&lt;LI&gt;run command

&lt;UL&gt;
&lt;LI&gt;splunk bootstrap shcluster-captain -servers_list "&lt;A href="https://Server1_IP:8089" target="_blank"&gt;https://Server1_IP:8089&lt;/A&gt;, &lt;A href="https://Server2_IP:8089" target="_blank"&gt;https://Server2_IP:8089&lt;/A&gt;" -auth admin:password&lt;/LI&gt;
&lt;/UL&gt;&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;Adding Search Peers&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;Distributed Search Configuration&lt;/LI&gt;
&lt;LI&gt;Add Peer 1&lt;/LI&gt;
&lt;LI&gt;URI peer  &lt;A href="https://Indexer_1_IP:8089" target="_blank"&gt;https://Indexer_1_IP:8089&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;Remote User   Service_User_On_Indexer_1&lt;/LI&gt;
&lt;LI&gt;Remore Password Service_User_On_Indexer_1 password&lt;/LI&gt;
&lt;LI&gt;Confirm Password
on so on&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;Thn copy your Apps on Deployer and deploy them using Deployer.&lt;BR /&gt;
All following updates will be automatically deployed by Cluster.&lt;/P&gt;

&lt;P&gt;Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 15:34:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Help-setting-up-a-search-head-cluster/m-p/316377#M11949</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2020-09-29T15:34:56Z</dc:date>
    </item>
  </channel>
</rss>

