<?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: No data from TCP input in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/No-data-from-TCP-input/m-p/461797#M99503</link>
    <description>&lt;P&gt;So the port is listening, data is coming in to the port and the remote server is able to connect BUT nothing is going to splunk ? &lt;/P&gt;

&lt;P&gt;What's the sourcetype ? Syslog ?&lt;/P&gt;</description>
    <pubDate>Thu, 29 Aug 2019 14:57:52 GMT</pubDate>
    <dc:creator>DavidHourani</dc:creator>
    <dc:date>2019-08-29T14:57:52Z</dc:date>
    <item>
      <title>No data from TCP input</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/No-data-from-TCP-input/m-p/461790#M99496</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;

&lt;P&gt;We have a Splunk environment running on 6.2.2. We configured a TCP input to receive logs directly from network device to Indexer. The configurations are as below:&lt;/P&gt;

&lt;P&gt;inputs.conf&lt;BR /&gt;
[tcp://:11514]&lt;BR /&gt;
index=x&lt;BR /&gt;
source=y&lt;BR /&gt;
sourcetype=z&lt;BR /&gt;
acceptFrom=IP&lt;/P&gt;

&lt;P&gt;I see, all connections are fine and on checking the network logs, I am seeing that Indexer has acknowledged for the data but still I am unable to see the data in Splunk. What could be the issue? could you please help to resolve it? Thanks in advance.&lt;BR /&gt;
(I have similar configurations for another source and it is working as expected)&lt;/P&gt;</description>
      <pubDate>Mon, 26 Aug 2019 14:31:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/No-data-from-TCP-input/m-p/461790#M99496</guid>
      <dc:creator>siva_cg</dc:creator>
      <dc:date>2019-08-26T14:31:45Z</dc:date>
    </item>
    <item>
      <title>Re: No data from TCP input</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/No-data-from-TCP-input/m-p/461791#M99497</link>
      <description>&lt;P&gt;You could try &lt;CODE&gt;tcpdump -i eth0 tcp port 11514 -nn&lt;/CODE&gt; to see if traffic is actually flowing while Splunk is running.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Aug 2019 17:55:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/No-data-from-TCP-input/m-p/461791#M99497</guid>
      <dc:creator>mayurr98</dc:creator>
      <dc:date>2019-08-26T17:55:36Z</dc:date>
    </item>
    <item>
      <title>Re: No data from TCP input</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/No-data-from-TCP-input/m-p/461792#M99498</link>
      <description>&lt;P&gt;try it without the &lt;CODE&gt;acceptFrom=IP&lt;/CODE&gt; first to make sure that's not denying anything..&lt;/P&gt;</description>
      <pubDate>Mon, 26 Aug 2019 19:12:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/No-data-from-TCP-input/m-p/461792#M99498</guid>
      <dc:creator>DavidHourani</dc:creator>
      <dc:date>2019-08-26T19:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: No data from TCP input</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/No-data-from-TCP-input/m-p/461793#M99499</link>
      <description>&lt;P&gt;@mayurr98 , I have taken tcpdump and traffic is flowing&lt;/P&gt;</description>
      <pubDate>Tue, 27 Aug 2019 07:09:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/No-data-from-TCP-input/m-p/461793#M99499</guid>
      <dc:creator>siva_cg</dc:creator>
      <dc:date>2019-08-27T07:09:41Z</dc:date>
    </item>
    <item>
      <title>Re: No data from TCP input</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/No-data-from-TCP-input/m-p/461794#M99500</link>
      <description>&lt;P&gt;When you are searching for the event's in Splunk are you using all time or specifying a time range?  If a timestamp is not getting parsed from the data correctly, its possible a future or past date is used which will prevent the events from showing up in a time constrained search.&lt;/P&gt;

&lt;P&gt;| metadata index=x type=hosts &lt;/P&gt;

&lt;P&gt;Do you see the host reporting?&lt;BR /&gt;&lt;BR /&gt;
Check to see if the events timestamps are off:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;The lastTime field is the timestamp for the last time that the indexer saw an event from this host. &lt;/LI&gt;
&lt;LI&gt;The recentTime field is the indextime for the most recent time that the index saw an event from this host. In other words, this is the time of the last update&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Tue, 27 Aug 2019 20:53:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/No-data-from-TCP-input/m-p/461794#M99500</guid>
      <dc:creator>solarboyz1</dc:creator>
      <dc:date>2019-08-27T20:53:31Z</dc:date>
    </item>
    <item>
      <title>Re: No data from TCP input</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/No-data-from-TCP-input/m-p/461795#M99501</link>
      <description>&lt;P&gt;Hi @solarboyz1,&lt;BR /&gt;
I tried with All Time and future time as well but not luck. This is only source configured to Splunk and not receiving logs&lt;/P&gt;</description>
      <pubDate>Thu, 29 Aug 2019 08:49:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/No-data-from-TCP-input/m-p/461795#M99501</guid>
      <dc:creator>siva_cg</dc:creator>
      <dc:date>2019-08-29T08:49:50Z</dc:date>
    </item>
    <item>
      <title>Re: No data from TCP input</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/No-data-from-TCP-input/m-p/461796#M99502</link>
      <description>&lt;P&gt;@DavidHourani, I tried but no luck.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Aug 2019 08:50:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/No-data-from-TCP-input/m-p/461796#M99502</guid>
      <dc:creator>siva_cg</dc:creator>
      <dc:date>2019-08-29T08:50:33Z</dc:date>
    </item>
    <item>
      <title>Re: No data from TCP input</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/No-data-from-TCP-input/m-p/461797#M99503</link>
      <description>&lt;P&gt;So the port is listening, data is coming in to the port and the remote server is able to connect BUT nothing is going to splunk ? &lt;/P&gt;

&lt;P&gt;What's the sourcetype ? Syslog ?&lt;/P&gt;</description>
      <pubDate>Thu, 29 Aug 2019 14:57:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/No-data-from-TCP-input/m-p/461797#M99503</guid>
      <dc:creator>DavidHourani</dc:creator>
      <dc:date>2019-08-29T14:57:52Z</dc:date>
    </item>
    <item>
      <title>Re: No data from TCP input</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/No-data-from-TCP-input/m-p/461798#M99504</link>
      <description>&lt;P&gt;A good way to debug this is to use another splunk server in the same network zone. Do you have any HF that you can use ? Better if it's a server with nothing going on it, that way you can really understand if you're problem is from your input stanza, from the network or from the source.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Aug 2019 15:43:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/No-data-from-TCP-input/m-p/461798#M99504</guid>
      <dc:creator>DavidHourani</dc:creator>
      <dc:date>2019-08-29T15:43:50Z</dc:date>
    </item>
    <item>
      <title>Re: No data from TCP input</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/No-data-from-TCP-input/m-p/461799#M99505</link>
      <description>&lt;P&gt;Is the index created?&lt;/P&gt;

&lt;P&gt;Do you see any error related to this input or index in the _internal logs?&lt;/P&gt;

&lt;P&gt;Have you tried using a non-splunk listener  (netcat) to verify the format of the data coming in?&lt;/P&gt;</description>
      <pubDate>Thu, 29 Aug 2019 15:50:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/No-data-from-TCP-input/m-p/461799#M99505</guid>
      <dc:creator>solarboyz1</dc:creator>
      <dc:date>2019-08-29T15:50:14Z</dc:date>
    </item>
  </channel>
</rss>

