<?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: ERROR TcpInputProc - Message rejected. Received unexpected message of size=369296128 bytes for syslogs in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/ERROR-TcpInputProc-Message-rejected-Received-unexpected-message/m-p/516062#M87358</link>
    <description>&lt;P&gt;Hi R.Ismo,&lt;/P&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;The error message is from the indexer.&lt;/P&gt;&lt;P&gt;As per the error message, the size of the incoming message is&amp;nbsp;369296128&amp;nbsp; bytes that turn around 352 MB.&lt;/P&gt;&lt;P&gt;SSL is working fine as we have logs from the other data sources coming to indexers through the same UF.&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the first time we are trying to inboard the Syslogs using TCP port.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kundan&lt;/P&gt;</description>
    <pubDate>Tue, 25 Aug 2020 15:17:16 GMT</pubDate>
    <dc:creator>kundanshekhx</dc:creator>
    <dc:date>2020-08-25T15:17:16Z</dc:date>
    <item>
      <title>ERROR TcpInputProc - Message rejected. Received unexpected message of size=369296128 bytes for syslogs</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/ERROR-TcpInputProc-Message-rejected-Received-unexpected-message/m-p/516035#M87356</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to inboard a new Syslog coming from a Syslog ng server but data is not indexing.&lt;/P&gt;&lt;P&gt;Getting the below error in the internal logs in SH.&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;EM&gt;ERROR TcpInputProc - Message rejected. Received unexpected message of size=369296128 bytes from src=xx.xx.xx.xx:xxxxx in streaming mode. Maximum message size allowed=67108864. (::) Possible invalid source sending data to splunktcp port or valid source sending unsupported payload.&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Below is the path I have set for the incoming logs.&lt;/P&gt;&lt;P&gt;Syslog-ng server &amp;gt; Universal Forwarder(TCP port) &amp;gt; Indexer&lt;/P&gt;&lt;P&gt;Below are the configurations set at the forwarder end:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;inputs.conf&lt;/STRONG&gt;&lt;BR /&gt;[tcp://xxxxx]&lt;BR /&gt;sourcetype=syslog&lt;BR /&gt;index = Index_name&lt;BR /&gt;disabled=false&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;outputs.conf&lt;/STRONG&gt;&lt;BR /&gt;[tcpout]&lt;BR /&gt;defaultGroup = ABC&lt;BR /&gt;maxQueueSize = 7MB&lt;BR /&gt;useACK = true&lt;/P&gt;&lt;P&gt;[tcpout:ABC]&lt;BR /&gt;server = index_server1:42000, index_server2:42000, index_server3:42000&lt;/P&gt;&lt;P&gt;# SSL SETTINGS&lt;BR /&gt;sslCertPath = $SPLUNK_HOME/etc/auth/server.pem&lt;BR /&gt;sslRootCAPath = $SPLUNK_HOME/etc/auth/ca.pem&lt;BR /&gt;sslPassword = xxxx&lt;BR /&gt;sslVerifyServerCert = true&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After the issue, I have tried to resolve it by setting the value of bucketRebuildMemoryHint to auto and manually both in the indexes.conf but it didn't work.&lt;/P&gt;&lt;P&gt;indexes.conf&lt;/P&gt;&lt;P&gt;[default]&lt;/P&gt;&lt;P&gt;bucketRebuildMemoryHint = 569366123.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone please advise me on this?&amp;nbsp; Please let me know in case I am missing any information I missed to share which might help in reaching out to the solution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in Advance &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2020 14:10:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/ERROR-TcpInputProc-Message-rejected-Received-unexpected-message/m-p/516035#M87356</guid>
      <dc:creator>kundanshekhx</dc:creator>
      <dc:date>2020-08-25T14:10:57Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR TcpInputProc - Message rejected. Received unexpected message of size=369296128 bytes for syslogs</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/ERROR-TcpInputProc-Message-rejected-Received-unexpected-message/m-p/516050#M87357</link>
      <description>&lt;P&gt;Is this error message from your indexer or UF?&lt;/P&gt;&lt;P&gt;btw. when you are using useAck then maxQueueSize is automatic 7MB.&lt;/P&gt;&lt;P&gt;Do you know how big the message which are coming from syslog-ng is?&lt;/P&gt;&lt;P&gt;Does this maybe the reason? You have put some SSL configs on UF , but are indexers expecting SSL?&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.splunk.com/t5/Getting-Data-In/quot-ERROR-TcpInputProc-Message-rejected-quot-error-in-heavy/td-p/482911" target="_blank" rel="noopener"&gt;https://community.splunk.com/t5/Getting-Data-In/quot-ERROR-TcpInputProc-Message-rejected-quot-error-in-heavy/td-p/482911&lt;/A&gt;&lt;/P&gt;&lt;P&gt;r. Ismo&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2020 14:47:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/ERROR-TcpInputProc-Message-rejected-Received-unexpected-message/m-p/516050#M87357</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2020-08-25T14:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR TcpInputProc - Message rejected. Received unexpected message of size=369296128 bytes for syslogs</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/ERROR-TcpInputProc-Message-rejected-Received-unexpected-message/m-p/516062#M87358</link>
      <description>&lt;P&gt;Hi R.Ismo,&lt;/P&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;The error message is from the indexer.&lt;/P&gt;&lt;P&gt;As per the error message, the size of the incoming message is&amp;nbsp;369296128&amp;nbsp; bytes that turn around 352 MB.&lt;/P&gt;&lt;P&gt;SSL is working fine as we have logs from the other data sources coming to indexers through the same UF.&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the first time we are trying to inboard the Syslogs using TCP port.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kundan&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2020 15:17:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/ERROR-TcpInputProc-Message-rejected-Received-unexpected-message/m-p/516062#M87358</guid>
      <dc:creator>kundanshekhx</dc:creator>
      <dc:date>2020-08-25T15:17:16Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR TcpInputProc - Message rejected. Received unexpected message of size=369296128 bytes for syslogs</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/ERROR-TcpInputProc-Message-rejected-Received-unexpected-message/m-p/705096#M116632</link>
      <description>&lt;P&gt;Hi&amp;nbsp; &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/138965"&gt;@kundanshekhx&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Did you fix this issue?&lt;/P&gt;&lt;P&gt;If yes, Please let me know how you fixed.&lt;/P&gt;</description>
      <pubDate>Sat, 23 Nov 2024 09:46:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/ERROR-TcpInputProc-Message-rejected-Received-unexpected-message/m-p/705096#M116632</guid>
      <dc:creator>Vamsikrishna</dc:creator>
      <dc:date>2024-11-23T09:46:49Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR TcpInputProc - Message rejected. Received unexpected message of size=369296128 bytes for syslogs</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/ERROR-TcpInputProc-Message-rejected-Received-unexpected-message/m-p/705097#M116633</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/274307"&gt;@Vamsikrishna&lt;/a&gt;This is a rather old thread and the thread author's last activity on the forum is about 3 years ago so it's relatively unlikely you'll get answer from them.&lt;/P&gt;&lt;P&gt;To the main point - I'd guess that for one reason or another the forwarders fails to break the input stream into small enough chunks before sending it downstream.&lt;/P&gt;</description>
      <pubDate>Sat, 23 Nov 2024 10:19:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/ERROR-TcpInputProc-Message-rejected-Received-unexpected-message/m-p/705097#M116633</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2024-11-23T10:19:48Z</dc:date>
    </item>
  </channel>
</rss>

