<?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 enable clustering ? in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-enable-clustering/m-p/754465#M29720</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;+++++++++++++&lt;BR /&gt;Indexer Cluster +&lt;BR /&gt;+++++++++++++&lt;/P&gt;&lt;P&gt;Via GUI&lt;BR /&gt;========&lt;/P&gt;&lt;P&gt;cluster-manager&lt;BR /&gt;--------------&lt;/P&gt;&lt;P&gt;Settings -&amp;gt; Indexer Clustering -&amp;gt; Enable indexer clustering -&amp;gt; Manager node -&amp;gt;&lt;/P&gt;&lt;P&gt;Replication Factor : 2&lt;BR /&gt;Search Factor : 2&lt;BR /&gt;Security Key :passkey123&lt;BR /&gt;Cluster Label : Cluster1&lt;/P&gt;&lt;P&gt;Click -&amp;gt; Enable Manger Node&lt;/P&gt;&lt;P&gt;Peer Node&lt;BR /&gt;----------&lt;/P&gt;&lt;P&gt;Settings -&amp;gt; Indexer Clustering -&amp;gt; Enable indexer clustering -&amp;gt; Peer node&lt;/P&gt;&lt;P&gt;Manager URI : &lt;A href="https://managerip:8089" target="_blank" rel="noopener"&gt;https://managerip:8089&lt;/A&gt; [Cluster manager]&lt;BR /&gt;Peer replication port : 8080&lt;BR /&gt;Security key : passkey123&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Click -&amp;gt; Enable Peer Node&lt;/P&gt;&lt;P&gt;Search head node&lt;BR /&gt;----------------&lt;BR /&gt;Settings -&amp;gt; Indexer Clustering -&amp;gt; Enable indexer clustering -&amp;gt; Search head node&lt;/P&gt;&lt;P&gt;Manager URI : &lt;A href="https://managerip:8089" target="_blank" rel="noopener"&gt;https://managerip:8089&lt;/A&gt;&lt;BR /&gt;Security key : passkey123&lt;/P&gt;&lt;P&gt;Click -&amp;gt; Enable Search head Node&lt;/P&gt;&lt;P&gt;Via Config File:&lt;BR /&gt;========&lt;/P&gt;&lt;P&gt;Manager:&lt;BR /&gt;--------&lt;/P&gt;&lt;P&gt;server.conf&lt;/P&gt;&lt;P&gt;[clustering]&lt;BR /&gt;mode = manager&lt;BR /&gt;replication_factor = 2&lt;BR /&gt;search_factor = 2&lt;BR /&gt;pass4SymmKey = passkey123&lt;BR /&gt;cluster_label = cluster1&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Peer Node:&lt;BR /&gt;----------&lt;/P&gt;&lt;P&gt;server.conf&lt;/P&gt;&lt;P&gt;[replication_port://8080]&lt;/P&gt;&lt;P&gt;[clustering]&lt;BR /&gt;manager_uri = &lt;A href="https://managerip:8089" target="_blank" rel="noopener"&gt;https://managerip:8089&lt;/A&gt;&lt;BR /&gt;mode = peer&lt;BR /&gt;pass4SymmKey = passkey123&lt;/P&gt;&lt;P&gt;Search Head:&lt;BR /&gt;------------&lt;/P&gt;&lt;P&gt;[clustering]&lt;BR /&gt;manager_uri = &lt;A href="https://managerip:8089" target="_blank" rel="noopener"&gt;https://managerip:8089&lt;/A&gt;&lt;BR /&gt;mode = searchhead&lt;BR /&gt;pass4SymmKey = passkey123&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Via Cli&lt;BR /&gt;=======&lt;/P&gt;&lt;P&gt;Manager Node:&lt;BR /&gt;--------------&lt;BR /&gt;./splunk edit cluster-config -mode manager -replication_factor 2 -search_factor 2 -secret passkey123 -cluster_label cluster1&lt;/P&gt;&lt;P&gt;./splunk restart&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Peer Node:&lt;BR /&gt;----------&lt;/P&gt;&lt;P&gt;./splunk edit cluster-config -mode peer -manager_uri &lt;A href="https://managerip:8089" target="_blank" rel="noopener"&gt;https://managerip:8089&lt;/A&gt; -replication_port 8080 -secret passkey123&lt;/P&gt;&lt;P&gt;./splunk restart&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Search Head:&lt;BR /&gt;------------&lt;/P&gt;&lt;P&gt;./splunk edit cluster-config -mode searchhead -manager_uri &lt;A href="https://managerip:8089" target="_blank" rel="noopener"&gt;https://managerip:8089&lt;/A&gt; -secret passkey123&lt;/P&gt;&lt;P&gt;./splunk restart&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;./splunk show cluster-status&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;+++++++++++++++++++++++++++++++++++++++++&lt;/P&gt;&lt;P&gt;++++++++++++++++++&lt;BR /&gt;Searh Head Cluster&lt;BR /&gt;++++++++++++++++++&lt;/P&gt;&lt;P&gt;Deployer&lt;BR /&gt;------------&lt;/P&gt;&lt;P&gt;server.conf&lt;/P&gt;&lt;P&gt;[shclustering]&lt;BR /&gt;pass4SymmKey = yoursecuritykey&lt;BR /&gt;shcluster_label = shcluster1&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;SH&lt;BR /&gt;---&lt;/P&gt;&lt;P&gt;/opt/splunk/bin/splunk init shcluster-config -auth admin:changed -mgmt_uri &lt;A href="https://sh1.example.com:8089" target="_blank" rel="noopener"&gt;https://sh1.example.com:8089&lt;/A&gt; -replication_port 8887 -replication_factor 2 -conf_deploy_fetch_url &lt;A href="https://10.160.31.200:8089" target="_blank" rel="noopener"&gt;https://deployerip:8089&lt;/A&gt; -secret yoursecuritykey -shcluster_label shcluster1&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;[Repeat On all SH only by changing mgmt_uri]&lt;/P&gt;&lt;P&gt;Once done in All SH. Choose captain.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;/opt/splunk/bin/splunk bootstrap shcluster-captain -servers_list "&lt;A href="https://sh1.example.com:8089,https://sh2.example.com:8089,https://sh3.example.com:8089,https://sh4.example.com:8089" target="_blank" rel="noopener"&gt;https://sh1.example.com:8089,https://sh2.example.com:8089,https://sh3.example.com:8089,https://sh4.example.com:8089&lt;/A&gt;" -auth admin:changed&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Check Status&lt;/P&gt;&lt;P&gt;/opt/splunk/bin/splunk show shcluster-status&lt;BR /&gt;&lt;BR /&gt;Thank You!&lt;/P&gt;</description>
    <pubDate>Sun, 19 Oct 2025 19:06:08 GMT</pubDate>
    <dc:creator>vjdev</dc:creator>
    <dc:date>2025-10-19T19:06:08Z</dc:date>
    <item>
      <title>How to enable clustering ?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-enable-clustering/m-p/754341#M29715</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please guide me&amp;nbsp;how&amp;nbsp; to enable clustering (splunk enable cluster-master, splunk edit cluster-config) for one&amp;nbsp;instance as Cluster Master,&amp;nbsp;3 instances as Indexers,&amp;nbsp;3 instances as Search Heads.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 15 Oct 2025 11:17:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-enable-clustering/m-p/754341#M29715</guid>
      <dc:creator>_Raj</dc:creator>
      <dc:date>2025-10-15T11:17:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable clustering ?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-enable-clustering/m-p/754343#M29716</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/249545"&gt;@_Raj&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;see these:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=ZiNCRsUE7LQ" target="_blank"&gt;https://www.youtube.com/watch?v=ZiNCRsUE7LQ&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.splunk.com/en/splunk-enterprise/administer/manage-indexers-and-indexer-clusters/10.0/overview-of-indexer-clusters-and-index-replication/about-indexer-clusters-and-index-replication" target="_blank"&gt;https://help.splunk.com/en/splunk-enterprise/administer/manage-indexers-and-indexer-clusters/10.0/overview-of-indexer-clusters-and-index-replication/about-indexer-clusters-and-index-replication&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/9.3.1/Indexer/Clusterdeploymentoverview" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/9.3.1/Indexer/Clusterdeploymentoverview&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.splunk.com/en/splunk-enterprise/administer/distributed-search/9.4/overview-of-search-head-clustering/about-search-head-clustering" target="_blank"&gt;https://help.splunk.com/en/splunk-enterprise/administer/distributed-search/9.4/overview-of-search-head-clustering/about-search-head-clustering&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=VPa3EjqD8Q4" target="_blank"&gt;https://www.youtube.com/watch?v=VPa3EjqD8Q4&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=3JjLtoRDXOE" target="_blank"&gt;https://www.youtube.com/watch?v=3JjLtoRDXOE&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 15 Oct 2025 11:24:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-enable-clustering/m-p/754343#M29716</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2025-10-15T11:24:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable clustering ?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-enable-clustering/m-p/754344#M29717</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/249545"&gt;@_Raj&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;you can refer the below steps to enable the clustering part&lt;/P&gt;&lt;P&gt;Pre-requisites&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;-&amp;gt; Ensure all Splunk instances have compatible versions.&lt;BR /&gt;-&amp;gt; Network connectivity and required firewall ports between all instances must be open.&lt;BR /&gt;-&amp;gt; Have a look on the License part as well&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Configure Cluster Manager (Master Node)&lt;/P&gt;&lt;P&gt;1. On the instance to be Cluster Master, run these commands under $SPLUNKHOME path usually /opt/splunk/bin&lt;/P&gt;&lt;P&gt;splunk edit cluster-config -mode master -replication_factor &amp;lt;number&amp;gt; -search_factor &amp;lt;number&amp;gt; -secret &amp;lt;your_security_key&amp;gt; -cluster_label &amp;lt;your_cluster_name&amp;gt;&lt;/P&gt;&lt;P&gt;2. Restart the Splunk&lt;/P&gt;&lt;P&gt;Configure Indexer Cluster Members (3 Indexers)&lt;/P&gt;&lt;P&gt;1.Enable indexer clustering and set the master URI and secret:&lt;/P&gt;&lt;P&gt;splunk edit cluster-config -mode peer -master_uri &amp;lt;uri_of_cluster_master&amp;gt;:&amp;lt;management_port&amp;gt; -replication_port &amp;lt;replication_port&amp;gt; -secret &amp;lt;security_key&amp;gt;&lt;/P&gt;&lt;P&gt;2. Then Splunk restart and validate the Splunkd logs&lt;/P&gt;&lt;P&gt;ref: &lt;A href="https://help.splunk.com/en/splunk-enterprise/administer/manage-indexers-and-indexer-clusters/9.4/configure-the-peers/configure-peer-nodes-with-the-cli#id_0df861c8_c6f3_4a89_850e_1a2d82f7bac8__Configure_peer_nodes_with_the_CLI" target="_blank"&gt;https://help.splunk.com/en/splunk-enterprise/administer/manage-indexers-and-indexer-clusters/9.4/configure-the-peers/configure-peer-nodes-with-the-cli#id_0df861c8_c6f3_4a89_850e_1a2d82f7bac8__Configure_peer_nodes_with_the_CLI&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Configure Search Head Cluster (3 Search Heads)&lt;/P&gt;&lt;P&gt;-&amp;gt; On one Search Head, enable search head clustering and bootstrap the cluster, execute the below command on the Splunk bin path&lt;/P&gt;&lt;P&gt;splunk init shcluster-config -auth &amp;lt;username&amp;gt;:&amp;lt;password&amp;gt; -mgmt_uri &amp;lt;URI&amp;gt;:&amp;lt;management_port&amp;gt; -replication_port &amp;lt;replication_port&amp;gt; -replication_factor &amp;lt;n&amp;gt; -conf_deploy_fetch_url &amp;lt;URL&amp;gt;:&amp;lt;management_port&amp;gt; -secret &amp;lt;security_key&amp;gt; -shcluster_label &amp;lt;label&amp;gt;&lt;/P&gt;&lt;P&gt;repeat for the other two nodes&lt;/P&gt;&lt;P&gt;splunk restart&lt;/P&gt;&lt;P&gt;Run the splunk bootstrap shcluster-captain command on the selected instance:&lt;/P&gt;&lt;P&gt;splunk bootstrap shcluster-captain -servers_list "&amp;lt;URI&amp;gt;:&amp;lt;management_port&amp;gt;,&amp;lt;URI&amp;gt;:&amp;lt;management_port&amp;gt;,..." -auth &amp;lt;username&amp;gt;:&amp;lt;password&amp;gt;&lt;/P&gt;&lt;P&gt;Ref: &lt;A href="https://help.splunk.com/en/splunk-enterprise/administer/distributed-search/9.4/deploy-search-head-clustering/deploy-a-search-head-cluster#id_1d3fdf18_058b_4743_9eba_b33686542953__Deploy_a_search_head_cluster" target="_blank"&gt;https://help.splunk.com/en/splunk-enterprise/administer/distributed-search/9.4/deploy-search-head-clustering/deploy-a-search-head-cluster#id_1d3fdf18_058b_4743_9eba_b33686542953__Deploy_a_search_head_cluster&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Oct 2025 11:59:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-enable-clustering/m-p/754344#M29717</guid>
      <dc:creator>thahir</dc:creator>
      <dc:date>2025-10-15T11:59:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable clustering ?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-enable-clustering/m-p/754348#M29718</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/154431"&gt;@thahir&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to do this in UI mode is there option ?&lt;/P&gt;</description>
      <pubDate>Wed, 15 Oct 2025 15:03:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-enable-clustering/m-p/754348#M29718</guid>
      <dc:creator>_Raj</dc:creator>
      <dc:date>2025-10-15T15:03:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable clustering ?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-enable-clustering/m-p/754350#M29719</link>
      <description>&lt;P&gt;There is no GUI for setting up Splunk clusters.&amp;nbsp; You must use the CLI.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Oct 2025 15:15:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-enable-clustering/m-p/754350#M29719</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2025-10-15T15:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable clustering ?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-enable-clustering/m-p/754465#M29720</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;+++++++++++++&lt;BR /&gt;Indexer Cluster +&lt;BR /&gt;+++++++++++++&lt;/P&gt;&lt;P&gt;Via GUI&lt;BR /&gt;========&lt;/P&gt;&lt;P&gt;cluster-manager&lt;BR /&gt;--------------&lt;/P&gt;&lt;P&gt;Settings -&amp;gt; Indexer Clustering -&amp;gt; Enable indexer clustering -&amp;gt; Manager node -&amp;gt;&lt;/P&gt;&lt;P&gt;Replication Factor : 2&lt;BR /&gt;Search Factor : 2&lt;BR /&gt;Security Key :passkey123&lt;BR /&gt;Cluster Label : Cluster1&lt;/P&gt;&lt;P&gt;Click -&amp;gt; Enable Manger Node&lt;/P&gt;&lt;P&gt;Peer Node&lt;BR /&gt;----------&lt;/P&gt;&lt;P&gt;Settings -&amp;gt; Indexer Clustering -&amp;gt; Enable indexer clustering -&amp;gt; Peer node&lt;/P&gt;&lt;P&gt;Manager URI : &lt;A href="https://managerip:8089" target="_blank" rel="noopener"&gt;https://managerip:8089&lt;/A&gt; [Cluster manager]&lt;BR /&gt;Peer replication port : 8080&lt;BR /&gt;Security key : passkey123&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Click -&amp;gt; Enable Peer Node&lt;/P&gt;&lt;P&gt;Search head node&lt;BR /&gt;----------------&lt;BR /&gt;Settings -&amp;gt; Indexer Clustering -&amp;gt; Enable indexer clustering -&amp;gt; Search head node&lt;/P&gt;&lt;P&gt;Manager URI : &lt;A href="https://managerip:8089" target="_blank" rel="noopener"&gt;https://managerip:8089&lt;/A&gt;&lt;BR /&gt;Security key : passkey123&lt;/P&gt;&lt;P&gt;Click -&amp;gt; Enable Search head Node&lt;/P&gt;&lt;P&gt;Via Config File:&lt;BR /&gt;========&lt;/P&gt;&lt;P&gt;Manager:&lt;BR /&gt;--------&lt;/P&gt;&lt;P&gt;server.conf&lt;/P&gt;&lt;P&gt;[clustering]&lt;BR /&gt;mode = manager&lt;BR /&gt;replication_factor = 2&lt;BR /&gt;search_factor = 2&lt;BR /&gt;pass4SymmKey = passkey123&lt;BR /&gt;cluster_label = cluster1&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Peer Node:&lt;BR /&gt;----------&lt;/P&gt;&lt;P&gt;server.conf&lt;/P&gt;&lt;P&gt;[replication_port://8080]&lt;/P&gt;&lt;P&gt;[clustering]&lt;BR /&gt;manager_uri = &lt;A href="https://managerip:8089" target="_blank" rel="noopener"&gt;https://managerip:8089&lt;/A&gt;&lt;BR /&gt;mode = peer&lt;BR /&gt;pass4SymmKey = passkey123&lt;/P&gt;&lt;P&gt;Search Head:&lt;BR /&gt;------------&lt;/P&gt;&lt;P&gt;[clustering]&lt;BR /&gt;manager_uri = &lt;A href="https://managerip:8089" target="_blank" rel="noopener"&gt;https://managerip:8089&lt;/A&gt;&lt;BR /&gt;mode = searchhead&lt;BR /&gt;pass4SymmKey = passkey123&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Via Cli&lt;BR /&gt;=======&lt;/P&gt;&lt;P&gt;Manager Node:&lt;BR /&gt;--------------&lt;BR /&gt;./splunk edit cluster-config -mode manager -replication_factor 2 -search_factor 2 -secret passkey123 -cluster_label cluster1&lt;/P&gt;&lt;P&gt;./splunk restart&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Peer Node:&lt;BR /&gt;----------&lt;/P&gt;&lt;P&gt;./splunk edit cluster-config -mode peer -manager_uri &lt;A href="https://managerip:8089" target="_blank" rel="noopener"&gt;https://managerip:8089&lt;/A&gt; -replication_port 8080 -secret passkey123&lt;/P&gt;&lt;P&gt;./splunk restart&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Search Head:&lt;BR /&gt;------------&lt;/P&gt;&lt;P&gt;./splunk edit cluster-config -mode searchhead -manager_uri &lt;A href="https://managerip:8089" target="_blank" rel="noopener"&gt;https://managerip:8089&lt;/A&gt; -secret passkey123&lt;/P&gt;&lt;P&gt;./splunk restart&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;./splunk show cluster-status&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;+++++++++++++++++++++++++++++++++++++++++&lt;/P&gt;&lt;P&gt;++++++++++++++++++&lt;BR /&gt;Searh Head Cluster&lt;BR /&gt;++++++++++++++++++&lt;/P&gt;&lt;P&gt;Deployer&lt;BR /&gt;------------&lt;/P&gt;&lt;P&gt;server.conf&lt;/P&gt;&lt;P&gt;[shclustering]&lt;BR /&gt;pass4SymmKey = yoursecuritykey&lt;BR /&gt;shcluster_label = shcluster1&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;SH&lt;BR /&gt;---&lt;/P&gt;&lt;P&gt;/opt/splunk/bin/splunk init shcluster-config -auth admin:changed -mgmt_uri &lt;A href="https://sh1.example.com:8089" target="_blank" rel="noopener"&gt;https://sh1.example.com:8089&lt;/A&gt; -replication_port 8887 -replication_factor 2 -conf_deploy_fetch_url &lt;A href="https://10.160.31.200:8089" target="_blank" rel="noopener"&gt;https://deployerip:8089&lt;/A&gt; -secret yoursecuritykey -shcluster_label shcluster1&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;[Repeat On all SH only by changing mgmt_uri]&lt;/P&gt;&lt;P&gt;Once done in All SH. Choose captain.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;/opt/splunk/bin/splunk bootstrap shcluster-captain -servers_list "&lt;A href="https://sh1.example.com:8089,https://sh2.example.com:8089,https://sh3.example.com:8089,https://sh4.example.com:8089" target="_blank" rel="noopener"&gt;https://sh1.example.com:8089,https://sh2.example.com:8089,https://sh3.example.com:8089,https://sh4.example.com:8089&lt;/A&gt;" -auth admin:changed&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Check Status&lt;/P&gt;&lt;P&gt;/opt/splunk/bin/splunk show shcluster-status&lt;BR /&gt;&lt;BR /&gt;Thank You!&lt;/P&gt;</description>
      <pubDate>Sun, 19 Oct 2025 19:06:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-enable-clustering/m-p/754465#M29720</guid>
      <dc:creator>vjdev</dc:creator>
      <dc:date>2025-10-19T19:06:08Z</dc:date>
    </item>
  </channel>
</rss>

