<?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 resolve &amp;quot;err=not_connected&amp;quot; error in Deployment Server configurations? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-resolve-quot-err-not-connected-quot-error-in-Deployment/m-p/229245#M44602</link>
    <description>&lt;P&gt;Hi.&lt;/P&gt;

&lt;P&gt;Thanks for the response! Yes I did that too. Incredible thing just happened, I brought my pc home and connected to the network using the vpn.... suddenly th Client appeared!&lt;/P&gt;

&lt;P&gt;Weird:&lt;/P&gt;

&lt;P&gt;Thanks anyway!&lt;/P&gt;</description>
    <pubDate>Fri, 13 Jan 2017 19:36:14 GMT</pubDate>
    <dc:creator>TiagoTLD1</dc:creator>
    <dc:date>2017-01-13T19:36:14Z</dc:date>
    <item>
      <title>How to resolve "err=not_connected" error in Deployment Server configurations?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-resolve-quot-err-not-connected-quot-error-in-Deployment/m-p/229243#M44600</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;

&lt;P&gt;In the Deployment Server (DS):&lt;BR /&gt;
 - I copied an app to the /opt/splunk/etc/deployment-apps/&lt;/P&gt;

&lt;P&gt;In the Universal Forwarder (UF), I configured it as a Deployment Client:&lt;BR /&gt;
 - splunk set deploy-poll 10.10.10.117:8089&lt;/P&gt;

&lt;P&gt;Telnet from the UF to DS in 8089 works fine.&lt;/P&gt;

&lt;P&gt;In the DS, I get the errors &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;"DC:DeploymentClient - channel=tenantService/handshake Will retry sending handshake message to DS; err=not_connected"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Any ideas?&lt;/P&gt;

&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jan 2017 18:54:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-resolve-quot-err-not-connected-quot-error-in-Deployment/m-p/229243#M44600</guid>
      <dc:creator>TiagoTLD1</dc:creator>
      <dc:date>2017-01-13T18:54:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve "err=not_connected" error in Deployment Server configurations?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-resolve-quot-err-not-connected-quot-error-in-Deployment/m-p/229244#M44601</link>
      <description>&lt;P&gt;Did you setup a serverclass.conf?  Or use the UI to create your serverclasses?&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jan 2017 19:16:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-resolve-quot-err-not-connected-quot-error-in-Deployment/m-p/229244#M44601</guid>
      <dc:creator>jwelch_splunk</dc:creator>
      <dc:date>2017-01-13T19:16:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve "err=not_connected" error in Deployment Server configurations?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-resolve-quot-err-not-connected-quot-error-in-Deployment/m-p/229245#M44602</link>
      <description>&lt;P&gt;Hi.&lt;/P&gt;

&lt;P&gt;Thanks for the response! Yes I did that too. Incredible thing just happened, I brought my pc home and connected to the network using the vpn.... suddenly th Client appeared!&lt;/P&gt;

&lt;P&gt;Weird:&lt;/P&gt;

&lt;P&gt;Thanks anyway!&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jan 2017 19:36:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-resolve-quot-err-not-connected-quot-error-in-Deployment/m-p/229245#M44602</guid>
      <dc:creator>TiagoTLD1</dc:creator>
      <dc:date>2017-01-13T19:36:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve "err=not_connected" error in Deployment Server configurations?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-resolve-quot-err-not-connected-quot-error-in-Deployment/m-p/229246#M44603</link>
      <description>&lt;P&gt;Although this log is &lt;CODE&gt;INFO&lt;/CODE&gt; severity in &lt;CODE&gt;splunkd&lt;/CODE&gt; log, it is actually an &lt;CODE&gt;ERROR&lt;/CODE&gt;.  This log is saying that the &lt;CODE&gt;deploymentclient.conf&lt;/CODE&gt; configuration for the Deployment Server is unreachable from your host.  First, figure out which &lt;CODE&gt;deploymentclient.conf&lt;/CODE&gt; file is in control (you can use &lt;CODE&gt;btool&lt;/CODE&gt; for this); it is probably in &lt;CODE&gt;$SPLUNK_HOME/etc/system/local/&lt;/CODE&gt; (this is not where it &lt;EM&gt;should&lt;/EM&gt; be, but it is usually where people start out).  If ICMP is allowed, you can start by trying to &lt;CODE&gt;ping&lt;/CODE&gt; the IP address for the Deployment Server found in that file.  In any case, from there it is a networking exercise.  Maybe you don't have a route defined.  Maybe you have a firewall blocking it (port 8089).  Once you point it to the right place and open up the communication pathway, this log will stop.  It would help if you provided the contents of the &lt;CODE&gt;deploymentclient.conf&lt;/CODE&gt; file.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jan 2017 19:36:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-resolve-quot-err-not-connected-quot-error-in-Deployment/m-p/229246#M44603</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-01-13T19:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve "err=not_connected" error in Deployment Server configurations?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-resolve-quot-err-not-connected-quot-error-in-Deployment/m-p/229247#M44604</link>
      <description>&lt;P&gt;Incredible thing just happened, I brought my pc home and connected to my company network using the vpn.... suddenly th Client appeared in the Forwarder Management&lt;/P&gt;

&lt;P&gt;So somehow there is network problem whith my office network that I am not aware of...&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jan 2017 19:39:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-resolve-quot-err-not-connected-quot-error-in-Deployment/m-p/229247#M44604</guid>
      <dc:creator>TiagoTLD1</dc:creator>
      <dc:date>2017-01-13T19:39:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve "err=not_connected" error in Deployment Server configurations?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-resolve-quot-err-not-connected-quot-error-in-Deployment/m-p/229248#M44605</link>
      <description>&lt;P&gt;Right, like I said, a connectivity problem.&lt;/P&gt;</description>
      <pubDate>Sat, 14 Jan 2017 03:09:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-resolve-quot-err-not-connected-quot-error-in-Deployment/m-p/229248#M44605</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-01-14T03:09:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve "err=not_connected" error in Deployment Server configurations?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-resolve-quot-err-not-connected-quot-error-in-Deployment/m-p/229249#M44606</link>
      <description>&lt;P&gt;I have same situation. But I can ping and telnet 8089 my deployment server from forwarder host and I have same error in  var/log/splunk/splunkd.log on forwarder side. How can I do further troubleshooting?&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jan 2018 12:17:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-resolve-quot-err-not-connected-quot-error-in-Deployment/m-p/229249#M44606</guid>
      <dc:creator>dmpopof</dc:creator>
      <dc:date>2018-01-29T12:17:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve "err=not_connected" error in Deployment Server configurations?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-resolve-quot-err-not-connected-quot-error-in-Deployment/m-p/229250#M44607</link>
      <description>&lt;P&gt;The Possible issue is the firewall is blocking the management port . if the port is open then the issue will be resolved&lt;/P&gt;</description>
      <pubDate>Thu, 08 Mar 2018 12:00:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-resolve-quot-err-not-connected-quot-error-in-Deployment/m-p/229250#M44607</guid>
      <dc:creator>arunsundaram</dc:creator>
      <dc:date>2018-03-08T12:00:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve "err=not_connected" error in Deployment Server configurations?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-resolve-quot-err-not-connected-quot-error-in-Deployment/m-p/229251#M44608</link>
      <description>&lt;P&gt;I have the same problem where i can ping and telnet to deployment server but still i am receiving the error message.. Any possible solutions to solve this?&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2019 12:26:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-resolve-quot-err-not-connected-quot-error-in-Deployment/m-p/229251#M44608</guid>
      <dc:creator>Vinesh93</dc:creator>
      <dc:date>2019-03-04T12:26:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve "err=not_connected" error in Deployment Server configurations?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-resolve-quot-err-not-connected-quot-error-in-Deployment/m-p/229252#M44609</link>
      <description>&lt;P&gt;Hey @TiagoTLD1 , come back here and either post a new answer or find the best/closest one and click &lt;CODE&gt;Accept&lt;/CODE&gt; to close out the question.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2019 06:35:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-resolve-quot-err-not-connected-quot-error-in-Deployment/m-p/229252#M44609</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2019-03-06T06:35:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve "err=not_connected" error in Deployment Server configurations?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-resolve-quot-err-not-connected-quot-error-in-Deployment/m-p/229253#M44610</link>
      <description>&lt;P&gt;@woodcock I have similar issue in my instance and telnet is fine from both server to DC and vice versa. But still i'm getting the same error in splunkd.log and not able to index new data. When i add some new information's in inputs.conf file its not showing in splunk UI even after restarting splunk forwarder.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2019 06:44:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-resolve-quot-err-not-connected-quot-error-in-Deployment/m-p/229253#M44610</guid>
      <dc:creator>Vinesh93</dc:creator>
      <dc:date>2019-03-06T06:44:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve "err=not_connected" error in Deployment Server configurations?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-resolve-quot-err-not-connected-quot-error-in-Deployment/m-p/229254#M44611</link>
      <description>&lt;P&gt;You are not making sense.  This error has nothing to do with indexing or inputs.conf.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2019 06:48:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-resolve-quot-err-not-connected-quot-error-in-Deployment/m-p/229254#M44611</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2019-03-06T06:48:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve "err=not_connected" error in Deployment Server configurations?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-resolve-quot-err-not-connected-quot-error-in-Deployment/m-p/229255#M44612</link>
      <description>&lt;P&gt;@woodcock looking back at your previous comment, i'm able to telnet form both ends so if its a connectivity issue then my connections are working fine but still im getting this error. How to solve this ?&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2019 06:53:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-resolve-quot-err-not-connected-quot-error-in-Deployment/m-p/229255#M44612</guid>
      <dc:creator>Vinesh93</dc:creator>
      <dc:date>2019-03-06T06:53:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve "err=not_connected" error in Deployment Server configurations?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-resolve-quot-err-not-connected-quot-error-in-Deployment/m-p/229256#M44613</link>
      <description>&lt;P&gt;@vinesh were you able to solve the issue? If yes, how ?&lt;/P&gt;</description>
      <pubDate>Tue, 19 Mar 2019 13:54:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-resolve-quot-err-not-connected-quot-error-in-Deployment/m-p/229256#M44613</guid>
      <dc:creator>snaikwade1</dc:creator>
      <dc:date>2019-03-19T13:54:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve "err=not_connected" error in Deployment Server configurations?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-resolve-quot-err-not-connected-quot-error-in-Deployment/m-p/229257#M44614</link>
      <description>&lt;P&gt;@snaikwade1 No, even after trying the possible solutions given by others it still seems to the same error.&lt;BR /&gt;
But for other clients i didn't face this issue. &lt;/P&gt;</description>
      <pubDate>Wed, 20 Mar 2019 07:01:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-resolve-quot-err-not-connected-quot-error-in-Deployment/m-p/229257#M44614</guid>
      <dc:creator>Vinesh93</dc:creator>
      <dc:date>2019-03-20T07:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve "err=not_connected" error in Deployment Server configurations?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-resolve-quot-err-not-connected-quot-error-in-Deployment/m-p/542685#M90667</link>
      <description>&lt;P&gt;I have the same error in the splunkd.log file.&lt;/P&gt;&lt;P&gt;The ssh -v DS-IPaddress whos Connection established.&lt;/P&gt;&lt;P&gt;Any other suggestion how to further troubleshooting the issue ?&lt;/P&gt;</description>
      <pubDate>Sat, 06 Mar 2021 12:29:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-resolve-quot-err-not-connected-quot-error-in-Deployment/m-p/542685#M90667</guid>
      <dc:creator>rballan2</dc:creator>
      <dc:date>2021-03-06T12:29:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve "err=not_connected" error in Deployment Server configurations?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-resolve-quot-err-not-connected-quot-error-in-Deployment/m-p/592977#M103777</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/1406"&gt;@woodcock&lt;/a&gt;&amp;nbsp;I am having the same issue only difference is when my UF attempts again after a few minutes HandShake is achieved and all the applicable apps are pulled down.&amp;nbsp; This same pattern is happening across a significant number of endpoints.&amp;nbsp; Any idea why that would be the case?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Apr 2022 19:38:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-resolve-quot-err-not-connected-quot-error-in-Deployment/m-p/592977#M103777</guid>
      <dc:creator>mhouse333</dc:creator>
      <dc:date>2022-04-07T19:38:04Z</dc:date>
    </item>
  </channel>
</rss>

