<?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 configure a different replication port for each splunk instance on same unix instance? in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-configure-a-different-replication-port-for-each-splunk/m-p/295355#M11175</link>
    <description>&lt;P&gt;Yes, purely to test. Luckily Splunk + Linux is the best way to play around.&lt;/P&gt;</description>
    <pubDate>Mon, 21 Aug 2017 23:51:45 GMT</pubDate>
    <dc:creator>thirumalreddyb</dc:creator>
    <dc:date>2017-08-21T23:51:45Z</dc:date>
    <item>
      <title>How to configure a different replication port for each splunk instance on same unix instance?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-configure-a-different-replication-port-for-each-splunk/m-p/295348#M11168</link>
      <description>&lt;P&gt;I have an uncommon situation. &lt;/P&gt;

&lt;P&gt;We have multiple Splunk instances on a single unix instance; two search heads, one deployer, and two indexers. The problem now is to setup a search head cluster.&lt;/P&gt;

&lt;P&gt;Would someone please help with the configurations?&lt;/P&gt;

&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Sun, 20 Aug 2017 15:53:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-configure-a-different-replication-port-for-each-splunk/m-p/295348#M11168</guid>
      <dc:creator>thirumalreddyb</dc:creator>
      <dc:date>2017-08-20T15:53:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure a different replication port for each splunk instance on same unix instance?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-configure-a-different-replication-port-for-each-splunk/m-p/295349#M11169</link>
      <description>&lt;P&gt;You need at least three search heads for a SH cluster.&lt;/P&gt;</description>
      <pubDate>Sun, 20 Aug 2017 21:01:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-configure-a-different-replication-port-for-each-splunk/m-p/295349#M11169</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2017-08-20T21:01:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure a different replication port for each splunk instance on same unix instance?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-configure-a-different-replication-port-for-each-splunk/m-p/295350#M11170</link>
      <description>&lt;P&gt;Ok., increased to three.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Aug 2017 01:56:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-configure-a-different-replication-port-for-each-splunk/m-p/295350#M11170</guid>
      <dc:creator>thirumalreddyb</dc:creator>
      <dc:date>2017-08-21T01:56:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure a different replication port for each splunk instance on same unix instance?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-configure-a-different-replication-port-for-each-splunk/m-p/295351#M11171</link>
      <description>&lt;P&gt;We have a similar setup for our test environment. With three instances for the search heads you can configure each one's server.conf separately. There is a stanza in server.conf that applies when search head clustering is enabled. By default it is [replication_port://] with the port being 9000 I believe. You can change these to be different on each instance. Something like:&lt;/P&gt;

&lt;P&gt;Instance 1:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[replication_port://9000] 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Instance 2:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[replication_port://9100] 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Instance 3:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[replication_port://9200] 
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 21 Aug 2017 13:31:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-configure-a-different-replication-port-for-each-splunk/m-p/295351#M11171</guid>
      <dc:creator>mdsnmss</dc:creator>
      <dc:date>2017-08-21T13:31:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure a different replication port for each splunk instance on same unix instance?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-configure-a-different-replication-port-for-each-splunk/m-p/295352#M11172</link>
      <description>&lt;P&gt;@mdsnmss - I'm SO glad you said that.  I was kind of going crosseyed at the OP's setup until you said, "test instance"...&lt;/P&gt;</description>
      <pubDate>Mon, 21 Aug 2017 13:37:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-configure-a-different-replication-port-for-each-splunk/m-p/295352#M11172</guid>
      <dc:creator>DalJeanis</dc:creator>
      <dc:date>2017-08-21T13:37:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure a different replication port for each splunk instance on same unix instance?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-configure-a-different-replication-port-for-each-splunk/m-p/295353#M11173</link>
      <description>&lt;P&gt;When setting up your search head cluster you can specify ports during configuration as well:&lt;/P&gt;

&lt;P&gt;./splunk init shcluster-config -mgmt_uri https://:8x89 -replication_port 9x00 -secret shcluster&lt;/P&gt;

&lt;P&gt;You'll want a different management port for each one as well.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 15:28:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-configure-a-different-replication-port-for-each-splunk/m-p/295353#M11173</guid>
      <dc:creator>mdsnmss</dc:creator>
      <dc:date>2020-09-29T15:28:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure a different replication port for each splunk instance on same unix instance?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-configure-a-different-replication-port-for-each-splunk/m-p/295354#M11174</link>
      <description>&lt;P&gt;Yep, purely to test configurations. We have run into some issues while testing SSL from forwarder to indexer doing this however.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Aug 2017 13:43:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-configure-a-different-replication-port-for-each-splunk/m-p/295354#M11174</guid>
      <dc:creator>mdsnmss</dc:creator>
      <dc:date>2017-08-21T13:43:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure a different replication port for each splunk instance on same unix instance?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-configure-a-different-replication-port-for-each-splunk/m-p/295355#M11175</link>
      <description>&lt;P&gt;Yes, purely to test. Luckily Splunk + Linux is the best way to play around.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Aug 2017 23:51:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-configure-a-different-replication-port-for-each-splunk/m-p/295355#M11175</guid>
      <dc:creator>thirumalreddyb</dc:creator>
      <dc:date>2017-08-21T23:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure a different replication port for each splunk instance on same unix instance?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-configure-a-different-replication-port-for-each-splunk/m-p/524478#M18070</link>
      <description>&lt;P&gt;Q: if there are more than 3 members, does the number of replication ports also increase - e.g. 4 members = 4 replication ports?&amp;nbsp; What happens if you decide to just use the same port for all members?&lt;/P&gt;</description>
      <pubDate>Tue, 13 Oct 2020 19:17:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-configure-a-different-replication-port-for-each-splunk/m-p/524478#M18070</guid>
      <dc:creator>arimaldo</dc:creator>
      <dc:date>2020-10-13T19:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure a different replication port for each splunk instance on same unix instance?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-configure-a-different-replication-port-for-each-splunk/m-p/602540#M25746</link>
      <description>&lt;P&gt;As i tried this 9000 port in the peer side in the indexer, my indexer UI stuck please suggest.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jun 2022 06:46:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-configure-a-different-replication-port-for-each-splunk/m-p/602540#M25746</guid>
      <dc:creator>basant19</dc:creator>
      <dc:date>2022-06-21T06:46:02Z</dc:date>
    </item>
  </channel>
</rss>

