<?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: Make the master node return the FQDN of peers instead of IP Address in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/Make-the-master-node-return-the-FQDN-of-peers-instead-of-IP/m-p/651438#M27309</link>
    <description>Good to know. There are some other settings too which are not working on apps, those must put on etc/system/local/xyz.conf files too. I really hope that Splunk will document those separately on some day.</description>
    <pubDate>Fri, 21 Jul 2023 09:44:28 GMT</pubDate>
    <dc:creator>isoutamo</dc:creator>
    <dc:date>2023-07-21T09:44:28Z</dc:date>
    <item>
      <title>Make the master node return the FQDN of peers instead of IP Address</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Make-the-master-node-return-the-FQDN-of-peers-instead-of-IP/m-p/650681#M27295</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, we ran into (yet) another issue with Splunk...&lt;/P&gt;&lt;P&gt;We have provisioned:&lt;/P&gt;&lt;P&gt;- 1 Cluster Manager/ Deployer&lt;/P&gt;&lt;P&gt;- 2 indexer peer&lt;/P&gt;&lt;P&gt;- 2 search heads&lt;/P&gt;&lt;P&gt;There is another search head (single, not in our cluster), that wants to reach our indexers over Internet.&lt;/P&gt;&lt;P&gt;However, our indexers and cluster manager are behind a NAT. So, we did expose and make according translation to reach our Cluster Manager (the way it should be done).&lt;/P&gt;&lt;P&gt;We also added the option in the &lt;EM&gt;server.conf&amp;nbsp;&lt;/EM&gt;called&amp;nbsp;&lt;EM&gt;register_search_address&lt;/EM&gt; under the&amp;nbsp;&lt;EM&gt;[clustering]&lt;/EM&gt; stanza, and put the FQDN (so the NAT can translate to each of the indexers).&lt;/P&gt;&lt;P&gt;But what is this genious Splunk Manager Node doing instead : send the IP address of course! Internal one, so to make sure the Search Head will never be able to reach any peers. So we get this errors :&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;ERROR DistributedPeerManagerHeartbeat [1665 DistributedPeerMonitorThread] - Status 502 while sending public key to cluster search peer &lt;A href="https://10.X.X.X:8089" target="_blank" rel="noopener"&gt;https://10.X.X.X:8089&lt;/A&gt;:&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;ERROR DistributedPeerManagerHeartbeat [1665 DistributedPeerMonitorThread] - Send failure while pushing public key to search peer = &lt;A href="https://10.X.X.X:8089" target="_blank" rel="noopener"&gt;https://10.X.X.X:8089&lt;/A&gt; , Connect Timeout&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;ERROR DistributedPeerManagerHeartbeat [1665 DistributedPeerMonitorThread] - Unable to establish a connection to peer 10.X.X.X. Send failure while pushing public key to search peer = 10.X.X.X.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;For reference, configuration done on each peers&amp;nbsp; indexer :&lt;/P&gt;&lt;P&gt;&lt;EM&gt;[clustering]&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;manager_uri = &lt;A href="https://fqdn-of-managernode:8089" target="_blank" rel="noopener"&gt;https://fqdn-of-managernode:8089&lt;/A&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;mode = peer&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;pass4SymmKey = blablabla&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;register_search_address = &lt;A href="https://fqdn-of-current-indexer-node" target="_blank" rel="noopener"&gt;https://fqdn-of-current-indexer-node&lt;/A&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Shall we file a bug?&lt;/P&gt;&lt;P&gt;Thank you in advance for your answer!&lt;/P&gt;</description>
      <pubDate>Sat, 15 Jul 2023 10:35:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Make-the-master-node-return-the-FQDN-of-peers-instead-of-IP/m-p/650681#M27295</guid>
      <dc:creator>jessyreg</dc:creator>
      <dc:date>2023-07-15T10:35:43Z</dc:date>
    </item>
    <item>
      <title>Re: Make the master node return the FQDN of peers instead of IP Address</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Make-the-master-node-return-the-FQDN-of-peers-instead-of-IP/m-p/650690#M27296</link>
      <description>&lt;P&gt;First things first:&lt;/P&gt;&lt;P&gt;1) After you added this setting did you restart the indexer?&lt;/P&gt;&lt;P&gt;2) Did you check your config with btool?&lt;/P&gt;</description>
      <pubDate>Sat, 15 Jul 2023 12:48:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Make-the-master-node-return-the-FQDN-of-peers-instead-of-IP/m-p/650690#M27296</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2023-07-15T12:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: Make the master node return the FQDN of peers instead of IP Address</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Make-the-master-node-return-the-FQDN-of-peers-instead-of-IP/m-p/650737#M27297</link>
      <description>&lt;P&gt;Yes, did that.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Btool reported the value of registered_search_address as I set it up.&lt;/P&gt;&lt;P&gt;And before that the service was restarted through systemctl&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jul 2023 06:19:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Make-the-master-node-return-the-FQDN-of-peers-instead-of-IP/m-p/650737#M27297</guid>
      <dc:creator>jessyreg</dc:creator>
      <dc:date>2023-07-17T06:19:10Z</dc:date>
    </item>
    <item>
      <title>Re: Make the master node return the FQDN of peers instead of IP Address</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Make-the-master-node-return-the-FQDN-of-peers-instead-of-IP/m-p/650752#M27298</link>
      <description>&lt;P&gt;As I have never used this feature myself I can only have my suspicions and someone else would need to confirm that but I'm afraid it could be working only if you set it before joining the cluster. If you set it afterwards, the CM might remember the old settings. Maybe CM restart could help. Or maybe not.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jul 2023 07:30:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Make-the-master-node-return-the-FQDN-of-peers-instead-of-IP/m-p/650752#M27298</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2023-07-17T07:30:38Z</dc:date>
    </item>
    <item>
      <title>Re: Make the master node return the FQDN of peers instead of IP Address</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Make-the-master-node-return-the-FQDN-of-peers-instead-of-IP/m-p/650756#M27299</link>
      <description>&lt;P&gt;So, I had same suspicion about the CM restart, so already did that, and nothing better.&lt;/P&gt;&lt;P&gt;But to have to setup such feature beforehand makes no sense (although with Splunk nothing would surprise me anymore...), but for me this is clearly a bug. At least in 9.0.5.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jul 2023 07:41:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Make-the-master-node-return-the-FQDN-of-peers-instead-of-IP/m-p/650756#M27299</guid>
      <dc:creator>jessyreg</dc:creator>
      <dc:date>2023-07-17T07:41:04Z</dc:date>
    </item>
    <item>
      <title>Re: Make the master node return the FQDN of peers instead of IP Address</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Make-the-master-node-return-the-FQDN-of-peers-instead-of-IP/m-p/651417#M27308</link>
      <description>&lt;P&gt;So, at the end it was resolved : Putting this information inside an app, even if Btool shows that the parameter is well read and taken, don't believe.&lt;/P&gt;&lt;P&gt;Instead, I put this inside the system/local/server.conf file of each peers, did a rolling restart, and it worked.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2023 07:15:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Make-the-master-node-return-the-FQDN-of-peers-instead-of-IP/m-p/651417#M27308</guid>
      <dc:creator>jessyreg</dc:creator>
      <dc:date>2023-07-21T07:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: Make the master node return the FQDN of peers instead of IP Address</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Make-the-master-node-return-the-FQDN-of-peers-instead-of-IP/m-p/651438#M27309</link>
      <description>Good to know. There are some other settings too which are not working on apps, those must put on etc/system/local/xyz.conf files too. I really hope that Splunk will document those separately on some day.</description>
      <pubDate>Fri, 21 Jul 2023 09:44:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Make-the-master-node-return-the-FQDN-of-peers-instead-of-IP/m-p/651438#M27309</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2023-07-21T09:44:28Z</dc:date>
    </item>
  </channel>
</rss>

