<?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: TCP Port Reserved for RAW input in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/TCP-Port-Reserved-for-RAW-input/m-p/413544#M73170</link>
    <description>&lt;P&gt;@tb5821 could you please try to change the port number, also please share the configuration for the input port.&lt;/P&gt;</description>
    <pubDate>Wed, 19 Jun 2019 15:28:24 GMT</pubDate>
    <dc:creator>DavidHourani</dc:creator>
    <dc:date>2019-06-19T15:28:24Z</dc:date>
    <item>
      <title>TCP Port Reserved for RAW input</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/TCP-Port-Reserved-for-RAW-input/m-p/413533#M73159</link>
      <description>&lt;P&gt;Hi -  I'm trying to have rsyslog send some data on port 4516 to my splunk server running on Centos. I setup a new data input within splunk on this server but I'm seeing the below in the logs. &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;06-11-2019 19:56:35.508 +0000 INFO  TcpInputProc - removeUnusedAccptors - IPv4 port 4516 not used any more, will clean up
06-11-2019 19:56:35.508 +0000 INFO  TcpInputProc - Closing raw IPv4 port 4516
06-11-2019 19:56:39.105 +0000 INFO  TcpInputConfig - IPv4 port 4516 is reserved for raw input
06-11-2019 19:56:39.106 +0000 INFO  TcpInputConfig - IPv4 port 4516 will negotiate s2s protocol level 4
06-11-2019 19:56:39.106 +0000 INFO  TcpInputProc - Creating raw Acceptor for IPv4 port 4516 with Non-SSL
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;What could the issue be? I do see the server listening on that port so I'm not sure its a FW issue &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name    
tcp        0      0 0.0.0.0:8088            0.0.0.0:*               LISTEN      -                   
tcp        0      0 0.0.0.0:8089            0.0.0.0:*               LISTEN      -                   
tcp        0      0 127.0.0.1:25            0.0.0.0:*               LISTEN      -                   
tcp        0      0 0.0.0.0:443             0.0.0.0:*               LISTEN      -                   
tcp        0      0 0.0.0.0:8191            0.0.0.0:*               LISTEN      -                   
tcp        0      0 0.0.0.0:8000            0.0.0.0:*               LISTEN      -                   
tcp        0      0 127.0.0.1:8065          0.0.0.0:*               LISTEN      -                   
tcp        0      0 0.0.0.0:4516            0.0.0.0:*               LISTEN      - 
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 11 Jun 2019 20:42:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/TCP-Port-Reserved-for-RAW-input/m-p/413533#M73159</guid>
      <dc:creator>tb5821</dc:creator>
      <dc:date>2019-06-11T20:42:15Z</dc:date>
    </item>
    <item>
      <title>Re: TCP Port Reserved for RAW input</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/TCP-Port-Reserved-for-RAW-input/m-p/413534#M73160</link>
      <description>&lt;P&gt;Can you do a &lt;CODE&gt;netstat -nap&lt;/CODE&gt;, to also show the process name? To ensure it is splunk that is listening on that port.&lt;/P&gt;

&lt;P&gt;Not sure what those log messages mean exactly, but they are INFO not error or warnings, so not sure if there is any issue.&lt;/P&gt;

&lt;P&gt;Is that syslog sender remote, or on the same host? Have you ran a tcpdump to see if there is any traffic?&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jun 2019 09:59:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/TCP-Port-Reserved-for-RAW-input/m-p/413534#M73160</guid>
      <dc:creator>FrankVl</dc:creator>
      <dc:date>2019-06-12T09:59:16Z</dc:date>
    </item>
    <item>
      <title>Re: TCP Port Reserved for RAW input</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/TCP-Port-Reserved-for-RAW-input/m-p/413535#M73161</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;tcp        0      0 0.0.0.0:4516            0.0.0.0:*               LISTEN      19705/splunkd       
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;output of netstat -nap looks good - the syslog sender is remote. &lt;/P&gt;

&lt;P&gt;I'll check out tcpdump&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jun 2019 15:31:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/TCP-Port-Reserved-for-RAW-input/m-p/413535#M73161</guid>
      <dc:creator>tb5821</dc:creator>
      <dc:date>2019-06-12T15:31:03Z</dc:date>
    </item>
    <item>
      <title>Re: TCP Port Reserved for RAW input</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/TCP-Port-Reserved-for-RAW-input/m-p/413536#M73162</link>
      <description>&lt;P&gt;Looks like tenet from the remote host to splunk on the port above is getting connection refused ... &lt;/P&gt;</description>
      <pubDate>Wed, 12 Jun 2019 17:05:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/TCP-Port-Reserved-for-RAW-input/m-p/413536#M73162</guid>
      <dc:creator>tb5821</dc:creator>
      <dc:date>2019-06-12T17:05:17Z</dc:date>
    </item>
    <item>
      <title>Re: TCP Port Reserved for RAW input</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/TCP-Port-Reserved-for-RAW-input/m-p/413537#M73163</link>
      <description>&lt;P&gt;Then my first bet would be a firewall issue. Does the telnet work when you do it locally on the splunk server (to confirm Splunk actually accepts connections)?&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jun 2019 17:19:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/TCP-Port-Reserved-for-RAW-input/m-p/413537#M73163</guid>
      <dc:creator>FrankVl</dc:creator>
      <dc:date>2019-06-12T17:19:07Z</dc:date>
    </item>
    <item>
      <title>Re: TCP Port Reserved for RAW input</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/TCP-Port-Reserved-for-RAW-input/m-p/413538#M73164</link>
      <description>&lt;P&gt;yep telnet to localhost from the splunk host works .... I'll go look at FW stuff&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jun 2019 17:27:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/TCP-Port-Reserved-for-RAW-input/m-p/413538#M73164</guid>
      <dc:creator>tb5821</dc:creator>
      <dc:date>2019-06-12T17:27:35Z</dc:date>
    </item>
    <item>
      <title>Re: TCP Port Reserved for RAW input</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/TCP-Port-Reserved-for-RAW-input/m-p/413539#M73165</link>
      <description>&lt;P&gt;Hi @tb5821,&lt;/P&gt;

&lt;P&gt;Are you using an LTM ? It seems there issue is there, have a look here : &lt;BR /&gt;
&lt;A href="https://answers.splunk.com/answers/469248/why-is-tcp-data-not-being-indexed.html"&gt;https://answers.splunk.com/answers/469248/why-is-tcp-data-not-being-indexed.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;If that's not the case, make sure your syslog source is sending on the defined port and that you're able to telnet from the source on that port.&lt;/P&gt;

&lt;P&gt;Cheers,&lt;BR /&gt;
David&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2019 06:43:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/TCP-Port-Reserved-for-RAW-input/m-p/413539#M73165</guid>
      <dc:creator>DavidHourani</dc:creator>
      <dc:date>2019-06-13T06:43:40Z</dc:date>
    </item>
    <item>
      <title>Re: TCP Port Reserved for RAW input</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/TCP-Port-Reserved-for-RAW-input/m-p/413540#M73166</link>
      <description>&lt;P&gt;Hi @tb5821, any updates on this issue ? Is it working now ?&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jun 2019 08:57:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/TCP-Port-Reserved-for-RAW-input/m-p/413540#M73166</guid>
      <dc:creator>DavidHourani</dc:creator>
      <dc:date>2019-06-18T08:57:56Z</dc:date>
    </item>
    <item>
      <title>Re: TCP Port Reserved for RAW input</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/TCP-Port-Reserved-for-RAW-input/m-p/413541#M73167</link>
      <description>&lt;P&gt;still trying to figure this one out - confirmed it doesn't look like a FW issue - still seeing port for RAW data in the logs too &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;06-19-2019 14:24:52.299 +0000 INFO  TcpInputConfig - IPv4 port 4516 is reserved for raw input
06-19-2019 14:24:52.300 +0000 INFO  TcpInputConfig - IPv4 port 4516 will negotiate s2s protocol level 4
06-19-2019 14:24:55.812 +0000 INFO  TcpInputProc - removeUnusedAccptors - IPv4 port 4516 not used any more, will clean up
06-19-2019 14:24:55.812 +0000 INFO  TcpInputProc - Closing raw IPv4 port 4516
06-19-2019 14:24:59.109 +0000 INFO  TcpInputConfig - IPv4 port 4516 is reserved for raw input
06-19-2019 14:24:59.109 +0000 INFO  TcpInputConfig - IPv4 port 4516 will negotiate s2s protocol level 4
06-19-2019 14:24:59.109 +0000 INFO  TcpInputProc - Creating raw Acceptor for IPv4 port 4516 with Non-SSL
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 19 Jun 2019 14:56:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/TCP-Port-Reserved-for-RAW-input/m-p/413541#M73167</guid>
      <dc:creator>tb5821</dc:creator>
      <dc:date>2019-06-19T14:56:33Z</dc:date>
    </item>
    <item>
      <title>Re: TCP Port Reserved for RAW input</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/TCP-Port-Reserved-for-RAW-input/m-p/413542#M73168</link>
      <description>&lt;P&gt;I still can't telnet from the source to the dest on that port - so I wonder if its something wonky with how splunk "listens" even though netstat says its listening&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;tcp        0      0 0.0.0.0:4516            0.0.0.0:*               LISTEN    
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 19 Jun 2019 14:57:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/TCP-Port-Reserved-for-RAW-input/m-p/413542#M73168</guid>
      <dc:creator>tb5821</dc:creator>
      <dc:date>2019-06-19T14:57:51Z</dc:date>
    </item>
    <item>
      <title>Re: TCP Port Reserved for RAW input</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/TCP-Port-Reserved-for-RAW-input/m-p/413543#M73169</link>
      <description>&lt;P&gt;But the telnet from localhost worked. right?&lt;/P&gt;

&lt;P&gt;Did you run any network capture yet? Does the TCP connect attempt show in the outgoing traffic on the source machine? Does it show on the incoming traffic on the splunk machine?&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2019 15:04:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/TCP-Port-Reserved-for-RAW-input/m-p/413543#M73169</guid>
      <dc:creator>FrankVl</dc:creator>
      <dc:date>2019-06-19T15:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: TCP Port Reserved for RAW input</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/TCP-Port-Reserved-for-RAW-input/m-p/413544#M73170</link>
      <description>&lt;P&gt;@tb5821 could you please try to change the port number, also please share the configuration for the input port.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2019 15:28:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/TCP-Port-Reserved-for-RAW-input/m-p/413544#M73170</guid>
      <dc:creator>DavidHourani</dc:creator>
      <dc:date>2019-06-19T15:28:24Z</dc:date>
    </item>
    <item>
      <title>Re: TCP Port Reserved for RAW input</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/TCP-Port-Reserved-for-RAW-input/m-p/413545#M73171</link>
      <description>&lt;P&gt;Thanks guys. &lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;telent works from localhost on that port&lt;/LI&gt;
&lt;LI&gt;tcp dump doesn't show network traffic on the dest.&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Wed, 19 Jun 2019 15:49:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/TCP-Port-Reserved-for-RAW-input/m-p/413545#M73171</guid>
      <dc:creator>tb5821</dc:creator>
      <dc:date>2019-06-19T15:49:39Z</dc:date>
    </item>
    <item>
      <title>Re: TCP Port Reserved for RAW input</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/TCP-Port-Reserved-for-RAW-input/m-p/413546#M73172</link>
      <description>&lt;P&gt;if tcpdump is not showing traffic then the tcp attempt is not even reaching your box (assuming you did the capture correctly). So no point in looking at Splunk at this stage, this is clearly something on the source device or in the network in between that is blocking it.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2019 15:53:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/TCP-Port-Reserved-for-RAW-input/m-p/413546#M73172</guid>
      <dc:creator>FrankVl</dc:creator>
      <dc:date>2019-06-19T15:53:25Z</dc:date>
    </item>
    <item>
      <title>Re: TCP Port Reserved for RAW input</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/TCP-Port-Reserved-for-RAW-input/m-p/413547#M73173</link>
      <description>&lt;P&gt;agree with @FranckVI, also try playing around with the port number see if it stays blocked and if it still gives the same message in the logs.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2019 16:10:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/TCP-Port-Reserved-for-RAW-input/m-p/413547#M73173</guid>
      <dc:creator>DavidHourani</dc:creator>
      <dc:date>2019-06-19T16:10:09Z</dc:date>
    </item>
    <item>
      <title>Re: TCP Port Reserved for RAW input</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/TCP-Port-Reserved-for-RAW-input/m-p/413548#M73174</link>
      <description>&lt;P&gt;Ended up being a missing FW rule ugh - fixed now and ingesting fine.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2019 14:12:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/TCP-Port-Reserved-for-RAW-input/m-p/413548#M73174</guid>
      <dc:creator>tb5821</dc:creator>
      <dc:date>2019-06-20T14:12:08Z</dc:date>
    </item>
  </channel>
</rss>

