<?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: Why am I receiving an error when deploying a new Splunk forwarder? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-an-error-when-deploying-a-new-Splunk/m-p/330723#M61286</link>
    <description>&lt;P&gt;I upgraded from 6.2.2 to 7.0.3 for indexer and forwarders. I checked with the command : /opt/splunk/bin/splunk cmd btool inputs list --debug&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;/opt/splunk/etc/system/default/inputs.conf                             sslVersions = tls1.2&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;And on forwarder :&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;/opt/splunkforwarder/etc/system/default/outputs.conf                        sslVersions = tls1.2&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;</description>
    <pubDate>Mon, 16 Apr 2018 08:46:54 GMT</pubDate>
    <dc:creator>gchotlineinfo</dc:creator>
    <dc:date>2018-04-16T08:46:54Z</dc:date>
    <item>
      <title>Why am I receiving an error when deploying a new Splunk forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-an-error-when-deploying-a-new-Splunk/m-p/330721#M61284</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I try to deploy a new forwarder since i've updated my indexer to 7.0.3. I got some problems and i found my answers on this forum.&lt;BR /&gt;
But I haven't been able to solve, below the error message in the splunkd.log&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;04-13-2018 13:22:44.069 +0000 INFO  TcpOutputProc - Removing quarantine from idx=IPAddress:9997
04-13-2018 13:22:44.072 +0000 ERROR TcpOutputFd - Read error. Connection reset by peer
04-13-2018 13:22:44.074 +0000 ERROR TcpOutputFd - Read error. Connection reset by peer
04-13-2018 13:22:44.074 +0000 WARN  TcpOutputProc - Applying quarantine to ip=IPAddress port=9997 _numberOfFailures=2
04-13-2018 13:22:51.491 +0000 INFO  HttpPubSubConnection - Running phone uri=/services/broker/phonehome/connection_IPAddress_8089_Hostname_ShortName_E4BC416F-983F-4CEF-AA47-45BA28ED0FF3
04-13-2018 13:22:51.503 +0000 INFO  HttpPubSubConnection - Running phone uri=/services/broker/phonehome/connection_IPAddress_8089_Hostname_ShortName_E4BC416F-983F-4CEF-AA47-45BA28ED0FF3
04-13-2018 13:23:51.505 +0000 INFO  HttpPubSubConnection - Running phone uri=/services/broker/phonehome/connection_IPAddress_8089_Hostname_ShortName_E4BC416F-983F-4CEF-AA47-45BA28ED0FF3
04-13-2018 13:23:51.517 +0000 INFO  HttpPubSubConnection - Running phone uri=/services/broker/phonehome/connection_IPAddress_8089_Hostname_ShortName_E4BC416F-983F-4CEF-AA47-45BA28ED0FF3
04-13-2018 13:24:17.921 +0000 WARN  TcpOutputProc - Tcpout Processor: The TCP output processor has paused the data flow. Forwarding to output group splunkssl has been blocked for 600 seconds. This will probably stall the data flow towards indexing and other network outputs. Review the receiving system's health in the Splunk Monitoring Console. It is probably not accepting data.
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;And on my indexer :&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;04-13-2018 15:24:50.665 +0200 INFO  ClientSessionsManager:Listener_AppEvents - Received count=1 AppEvent from DC ip=172.25.225.49 name=E4BC416F-983F-4CEF-AA47-45BA28ED0FF3
04-13-2018 15:26:42.372 +0200 ERROR TcpInputProc - Error encountered for connection from src=IPAddress:47781. error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Port 8089, 9997 listen and telnet in between works.&lt;BR /&gt;
&lt;STRONG&gt;Forwarder outputs.conf&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcpout]

[tcpout:splunkssl]
server = indexer:9997

[tcpout-server://indexer:9997]
sslCertPath = /opt/splunkforwarder/etc/certs/splunk-sys-forwarder.pem
sslCommonNameToCheck = indexer
sslPassword = CaCertPassword
sslRootCAPath = /opt/splunkforwarder/etc/certs/cacert.pem
sslVerifyServerCert = false
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;STRONG&gt;Indexer inputs.conf&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[splunktcp-ssl:9997]
disabled = 0
connection_host = ip

[SSL]

serverCert = /opt/splunk/etc/certs/splunk-sys-indexer.pem
sslPassword = CaCertPassword
requireClientCert = false
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 13 Apr 2018 14:36:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-an-error-when-deploying-a-new-Splunk/m-p/330721#M61284</guid>
      <dc:creator>gchotlineinfo</dc:creator>
      <dc:date>2018-04-13T14:36:15Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I receiving an error when deploying a new Splunk forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-an-error-when-deploying-a-new-Splunk/m-p/330722#M61285</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;Error encountered for connection from src=IPAddress:47781. error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Indicates that your forwarder is trying to use an SSL version not supported by your indexer. What version did you upgrade from on your indexer and what version is your forwarder?&lt;BR /&gt;
As of 6.6 we will default to TLS1.2 and if your forwarder requests a lower SSL version you will see this message. Review &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.6.3/ReleaseNotes/KnownIssues#Upgrade_Issues"&gt;the docs&lt;/A&gt; to see if the workaround works for you; or upgrade your UF to a version post 6.6.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Apr 2018 19:59:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-an-error-when-deploying-a-new-Splunk/m-p/330722#M61285</guid>
      <dc:creator>s2_splunk</dc:creator>
      <dc:date>2018-04-13T19:59:03Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I receiving an error when deploying a new Splunk forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-an-error-when-deploying-a-new-Splunk/m-p/330723#M61286</link>
      <description>&lt;P&gt;I upgraded from 6.2.2 to 7.0.3 for indexer and forwarders. I checked with the command : /opt/splunk/bin/splunk cmd btool inputs list --debug&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;/opt/splunk/etc/system/default/inputs.conf                             sslVersions = tls1.2&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;And on forwarder :&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;/opt/splunkforwarder/etc/system/default/outputs.conf                        sslVersions = tls1.2&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Mon, 16 Apr 2018 08:46:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-an-error-when-deploying-a-new-Splunk/m-p/330723#M61286</guid>
      <dc:creator>gchotlineinfo</dc:creator>
      <dc:date>2018-04-16T08:46:54Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I receiving an error when deploying a new Splunk forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-an-error-when-deploying-a-new-Splunk/m-p/330724#M61287</link>
      <description>&lt;P&gt;Please check the cipherSuite parameter and see they are matched in Indexer and forwarder&lt;/P&gt;</description>
      <pubDate>Mon, 16 Apr 2018 09:19:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-an-error-when-deploying-a-new-Splunk/m-p/330724#M61287</guid>
      <dc:creator>tlam_splunk</dc:creator>
      <dc:date>2018-04-16T09:19:50Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I receiving an error when deploying a new Splunk forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-an-error-when-deploying-a-new-Splunk/m-p/330725#M61288</link>
      <description>&lt;P&gt;Indeed, there is a difference :&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Indexer&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;STRONG&gt;Forwarder&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-GCM-SHA384:AES128-GCM-SHA256:AES128-SHA256:ECDH-ECDSA-AES256-GCM-SHA384:ECDH-ECDSA-AES128-GCM-SHA256:ECDH-ECDSA-AES256-SHA384:ECDH-ECDSA-AES128-SHA256
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I added these parameters on both sides, I have the same result.&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;sslVersions = tls1.2&lt;BR /&gt;
cipherSuite = AES256-SHA256:DHE-RSA-AES256-SHA256&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Mon, 16 Apr 2018 09:26:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-an-error-when-deploying-a-new-Splunk/m-p/330725#M61288</guid>
      <dc:creator>gchotlineinfo</dc:creator>
      <dc:date>2018-04-16T09:26:14Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I receiving an error when deploying a new Splunk forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-an-error-when-deploying-a-new-Splunk/m-p/330726#M61289</link>
      <description>&lt;P&gt;splunk forwarders version must be equal or lower than indexers. Fix that problem, this error won't come. &lt;/P&gt;</description>
      <pubDate>Mon, 23 Jul 2018 12:03:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-an-error-when-deploying-a-new-Splunk/m-p/330726#M61289</guid>
      <dc:creator>afroz</dc:creator>
      <dc:date>2018-07-23T12:03:37Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I receiving an error when deploying a new Splunk forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-an-error-when-deploying-a-new-Splunk/m-p/330727#M61290</link>
      <description>&lt;P&gt;Per the link below, it's a best practice to have a higher indexer version, but not required.&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Forwarder/latest/Forwarder/Compatibilitybetweenforwardersandindexers"&gt;http://docs.splunk.com/Documentation/Forwarder/latest/Forwarder/Compatibilitybetweenforwardersandindexers&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Oct 2018 04:34:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-an-error-when-deploying-a-new-Splunk/m-p/330727#M61290</guid>
      <dc:creator>mkolkebeck</dc:creator>
      <dc:date>2018-10-25T04:34:28Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I receiving an error when deploying a new Splunk forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-an-error-when-deploying-a-new-Splunk/m-p/330728#M61291</link>
      <description>&lt;P&gt;I'd recommend putting your ssl settings in outputs.conf under your [tcpout:splunkssl]. Per the spec, the [tcpout-server://indexer:9997] stanza is optional, unless you need common name checking of a single instance across a distributed indexer deployment.&lt;/P&gt;

&lt;P&gt;It's also possible that you may have an invalid sslPassword or bad certificate.&lt;/P&gt;

&lt;P&gt;You should also verify that you can connect via s_client:&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;./splunk cmd openssl s_client -connect indexer:9997&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Thu, 25 Oct 2018 04:39:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-an-error-when-deploying-a-new-Splunk/m-p/330728#M61291</guid>
      <dc:creator>mkolkebeck</dc:creator>
      <dc:date>2018-10-25T04:39:01Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I receiving an error when deploying a new Splunk forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-an-error-when-deploying-a-new-Splunk/m-p/330729#M61292</link>
      <description>&lt;P&gt;I downvoted this post because it is not true, per splunk docs&lt;/P&gt;</description>
      <pubDate>Mon, 18 Mar 2019 17:08:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-an-error-when-deploying-a-new-Splunk/m-p/330729#M61292</guid>
      <dc:creator>bcyates</dc:creator>
      <dc:date>2019-03-18T17:08:49Z</dc:date>
    </item>
  </channel>
</rss>

