<?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: Problem in setting up forwarder and reciever ( Received unexpected 369295360 byte message) in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Problem-in-setting-up-forwarder-and-reciever-Received-unexpected/m-p/182105#M36489</link>
    <description>&lt;P&gt;sendCookedData=true in outputs.conf&lt;/P&gt;</description>
    <pubDate>Fri, 09 Sep 2016 14:57:55 GMT</pubDate>
    <dc:creator>Heff</dc:creator>
    <dc:date>2016-09-09T14:57:55Z</dc:date>
    <item>
      <title>Problem in setting up forwarder and reciever ( Received unexpected 369295360 byte message)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Problem-in-setting-up-forwarder-and-reciever-Received-unexpected/m-p/182102#M36486</link>
      <description>&lt;P&gt;I am trying to configure a universal forwarder and a splunk enterprise as a reciever on 2 different windows7 machines. Following are my .conf settings.&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;On Forwarder (inputs.conf) -&lt;/STRONG&gt; &lt;/P&gt;

&lt;P&gt;[default]&lt;BR /&gt;
host = XXX&lt;/P&gt;

&lt;P&gt;[monitor://D:\SplunkDat\xx*.log]&lt;/P&gt;

&lt;P&gt;_TCP_ROUTING = xxx.xx.x.224&lt;/P&gt;

&lt;P&gt;disabled = false&lt;/P&gt;

&lt;P&gt;followtail = 0&lt;/P&gt;

&lt;P&gt;sourcetype=iis&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;On Forwarder (ouputs.conf) -&lt;/STRONG&gt; &lt;/P&gt;

&lt;P&gt;[tcpout]&lt;/P&gt;

&lt;P&gt;defaultGroup = default-autolb-group&lt;/P&gt;

&lt;P&gt;[tcpout:default-autolb-group]&lt;/P&gt;

&lt;P&gt;server = xxx.xx.x.224:9997&lt;/P&gt;

&lt;P&gt;[tcpout-server://xxx.xx.x.224:9997]&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;On Reciever (inputs.conf) -&lt;/STRONG&gt; &lt;/P&gt;

&lt;P&gt;[splunktcp://9997]&lt;/P&gt;

&lt;P&gt;disabled = 0&lt;/P&gt;

&lt;HR /&gt;

&lt;P&gt;But I am getting the following error in reciever's splunkd.log&lt;/P&gt;

&lt;P&gt;ERROR TcpInputProc - Received unexpected 369295360 byte message (Invalid payload_size=369295360 received while in parseState=1)! from src=xxx.xx.17.16:49709&lt;/P&gt;

&lt;P&gt;I am able to do telnet from forwarder to reciever on port 9997.&lt;BR /&gt;
Could anyone give me an idea about what could be the problem here ?&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 15:30:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Problem-in-setting-up-forwarder-and-reciever-Received-unexpected/m-p/182102#M36486</guid>
      <dc:creator>mahajan_amit</dc:creator>
      <dc:date>2020-09-28T15:30:20Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in setting up forwarder and reciever ( Received unexpected 369295360 byte message)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Problem-in-setting-up-forwarder-and-reciever-Received-unexpected/m-p/182103#M36487</link>
      <description>&lt;P&gt;I have the same issue. Can anyone post answer for it. Thank you in advance. I am running splunk 6.x&lt;/P&gt;</description>
      <pubDate>Mon, 19 May 2014 18:54:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Problem-in-setting-up-forwarder-and-reciever-Received-unexpected/m-p/182103#M36487</guid>
      <dc:creator>uchaitanya</dc:creator>
      <dc:date>2014-05-19T18:54:42Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in setting up forwarder and reciever ( Received unexpected 369295360 byte message)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Problem-in-setting-up-forwarder-and-reciever-Received-unexpected/m-p/182104#M36488</link>
      <description>&lt;P&gt;Hi guys,&lt;/P&gt;

&lt;P&gt;I've had this problem twice (and forgot the solution as well).  I thought I would post the answer for next time I have the same &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;It is to do with the deployment server, so when you setup the deploy poll functionality:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;splunk set deploy-poll &amp;lt;host&amp;gt;:&amp;lt;port&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Make sure the port is the management port on the server (default is 8089) not the receiver listening port (default 9997).  Check this in $SPLUNK_HOME/etc/system/local/deployment-client.conf.&lt;/P&gt;

&lt;P&gt;The forwarder still goes to 9997 (or whatever the port you have set the receiver to):&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;splunk add forward-server &amp;lt;host&amp;gt;:&amp;lt;port&amp;gt; -auth &amp;lt;username&amp;gt;:&amp;lt;password&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This fixes it for me so I hope it helps.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Gethyn&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jul 2014 11:18:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Problem-in-setting-up-forwarder-and-reciever-Received-unexpected/m-p/182104#M36488</guid>
      <dc:creator>gethyn85</dc:creator>
      <dc:date>2014-07-11T11:18:44Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in setting up forwarder and reciever ( Received unexpected 369295360 byte message)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Problem-in-setting-up-forwarder-and-reciever-Received-unexpected/m-p/182105#M36489</link>
      <description>&lt;P&gt;sendCookedData=true in outputs.conf&lt;/P&gt;</description>
      <pubDate>Fri, 09 Sep 2016 14:57:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Problem-in-setting-up-forwarder-and-reciever-Received-unexpected/m-p/182105#M36489</guid>
      <dc:creator>Heff</dc:creator>
      <dc:date>2016-09-09T14:57:55Z</dc:date>
    </item>
  </channel>
</rss>

