<?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: Timeout on configuring Distributed Search in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/Timeout-on-configuring-Distributed-Search/m-p/108588#M4106</link>
    <description>&lt;P&gt;I noticed on mine that the new search head was listening on 8089 but the older indexer was listening on 8090  (just FYI)&lt;/P&gt;</description>
    <pubDate>Mon, 17 Feb 2014 17:27:35 GMT</pubDate>
    <dc:creator>ldgrube</dc:creator>
    <dc:date>2014-02-17T17:27:35Z</dc:date>
    <item>
      <title>Timeout on configuring Distributed Search</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Timeout-on-configuring-Distributed-Search/m-p/108585#M4103</link>
      <description>&lt;P&gt;I am setting up Distributed Search for the first time.  When I enter the Peer and Authentication information, I get the red error msg;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Encountered the following error while trying to save: In handler 'distsearch-peer': Error while sending public key to search peer &lt;A href="https://splunk11:8089:" target="test_blank"&gt;https://splunk11:8089:&lt;/A&gt; Connect timed out.
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Splunk is running on the peer, but when I try to manually telnet to 8089, the connection is immediately refused.  When I do a netstat -an on the box, it is not showing anything listening on 8089.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jul 2012 22:31:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Timeout-on-configuring-Distributed-Search/m-p/108585#M4103</guid>
      <dc:creator>robtheorg</dc:creator>
      <dc:date>2012-07-25T22:31:14Z</dc:date>
    </item>
    <item>
      <title>Re: Timeout on configuring Distributed Search</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Timeout-on-configuring-Distributed-Search/m-p/108586#M4104</link>
      <description>&lt;P&gt;remote peer not listening on 8089? sounds wired, restart it and check if splunkd 8089 is opened &lt;/P&gt;</description>
      <pubDate>Thu, 26 Jul 2012 03:26:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Timeout-on-configuring-Distributed-Search/m-p/108586#M4104</guid>
      <dc:creator>hjwang</dc:creator>
      <dc:date>2012-07-26T03:26:27Z</dc:date>
    </item>
    <item>
      <title>Re: Timeout on configuring Distributed Search</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Timeout-on-configuring-Distributed-Search/m-p/108587#M4105</link>
      <description>&lt;P&gt;Splunk was configured to listen on a different/non-standard port.  Once I solved that, I was able to get the Instances talking to each other.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jul 2012 19:18:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Timeout-on-configuring-Distributed-Search/m-p/108587#M4105</guid>
      <dc:creator>robtheorg</dc:creator>
      <dc:date>2012-07-26T19:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: Timeout on configuring Distributed Search</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Timeout-on-configuring-Distributed-Search/m-p/108588#M4106</link>
      <description>&lt;P&gt;I noticed on mine that the new search head was listening on 8089 but the older indexer was listening on 8090  (just FYI)&lt;/P&gt;</description>
      <pubDate>Mon, 17 Feb 2014 17:27:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Timeout-on-configuring-Distributed-Search/m-p/108588#M4106</guid>
      <dc:creator>ldgrube</dc:creator>
      <dc:date>2014-02-17T17:27:35Z</dc:date>
    </item>
    <item>
      <title>Re: Timeout on configuring Distributed Search</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Timeout-on-configuring-Distributed-Search/m-p/108589#M4107</link>
      <description>&lt;P&gt;Troubleshooting Steps:&lt;/P&gt;

&lt;P&gt;1.Login to &lt;CODE&gt;Splunk indexer&lt;/CODE&gt; &amp;amp; &lt;CODE&gt;Splunk search head&lt;/CODE&gt; (ssh)&lt;BR /&gt;
2.From indexer : Check splunk service is running : $SPLUNK_HOME/bin/splunk &lt;CODE&gt;status&lt;/CODE&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Possible Error:
splunkd xxxx was not running.
Stopping splunk helpers...
couldn't send SIGTERM to pid xxxx: Operation not permitted
Couldn't send SIGTERM to some splunk helpers.              [FAILED]
Error: Unable to stop splunk helpers.
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;OL&gt;
&lt;LI&gt;&lt;P&gt;From indexer : Goto &amp;gt;&amp;gt; $SPLUNK_HOME/var/run/splunk/&lt;/P&gt;

&lt;P&gt;rm &lt;CODE&gt;splunkd.pid&lt;/CODE&gt;&lt;BR /&gt;
 $SPLUNK_HOME/bin/splunk status&lt;BR /&gt;
 $SPLUNK_HOME/bin/splunk start&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;It should work.&lt;/P&gt;&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;OR &lt;BR /&gt;
Possibly Firewall issues:&lt;/P&gt;

&lt;P&gt;From indexer :&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;telnet localhost 8089
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Check 8089 port is listening&lt;/P&gt;

&lt;P&gt;From search head:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;telnet splunk-indexer 8089
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;check u can able to reach 8089 port of indexer&lt;BR /&gt;
You should have allowed in firewall rules.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 08:04:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Timeout-on-configuring-Distributed-Search/m-p/108589#M4107</guid>
      <dc:creator>splunker12er</dc:creator>
      <dc:date>2020-09-29T08:04:28Z</dc:date>
    </item>
  </channel>
</rss>

