<?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: Splunk not receiving data from forwarders (needs restart) in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-not-receiving-data-from-forwarders-needs-restart/m-p/21879#M3317</link>
    <description>&lt;P&gt;I too am facing a similar issue, does it got resolved for you (and how)?&lt;/P&gt;</description>
    <pubDate>Mon, 10 Sep 2012 06:09:47 GMT</pubDate>
    <dc:creator>smmehadi</dc:creator>
    <dc:date>2012-09-10T06:09:47Z</dc:date>
    <item>
      <title>Splunk not receiving data from forwarders (needs restart)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-not-receiving-data-from-forwarders-needs-restart/m-p/21876#M3314</link>
      <description>&lt;P&gt;We have a Splunk server that is receiving data from more than 10 forwarders. It also receives data directly via UDP and monitors files on network shares.&lt;/P&gt;

&lt;P&gt;We have scheduled searches to monitor and alert if a host stops sending data.&lt;/P&gt;

&lt;P&gt;Ocasionally, Splunk reports all the forwarders have stopped sending data. Diagnosing we find that:&lt;BR /&gt;
 - Splunk is running ok and all UPD and local monitor files are working and receiving data&lt;BR /&gt;
 - All forwarders are up and running but Splunk is not indexing any data from them&lt;BR /&gt;
 - Restarting Splunk does not solve the issue&lt;BR /&gt;
 - Restaring the server solves the problem&lt;/P&gt;

&lt;P&gt;We can't find any server logs that indicate a network problem.&lt;/P&gt;

&lt;P&gt;Any ideias on how to diagnose this ?&lt;/P&gt;

&lt;P&gt;We're running 4.3.3 on Windows Server 2008 64bit.&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jul 2012 10:41:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-not-receiving-data-from-forwarders-needs-restart/m-p/21876#M3314</guid>
      <dc:creator>ruiaires</dc:creator>
      <dc:date>2012-07-31T10:41:52Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk not receiving data from forwarders (needs restart)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-not-receiving-data-from-forwarders-needs-restart/m-p/21877#M3315</link>
      <description>&lt;P&gt;I would start by looking at splunkd.log on the forwarder in the $SPLUNK_HOME/var/log/splunk folder for messages that are from 'TcpOutputProc', they should give you an indication as to what is occurring when the forwarder tries to connect to the indexer. &lt;/P&gt;</description>
      <pubDate>Tue, 31 Jul 2012 14:59:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-not-receiving-data-from-forwarders-needs-restart/m-p/21877#M3315</guid>
      <dc:creator>jbsplunk</dc:creator>
      <dc:date>2012-07-31T14:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk not receiving data from forwarders (needs restart)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-not-receiving-data-from-forwarders-needs-restart/m-p/21878#M3316</link>
      <description>&lt;P&gt;Thanks.&lt;BR /&gt;
We run a scheduled search to monitor if data is not being received from the forwarders and caputres the most recent time entry (when the data stopped)&lt;/P&gt;

&lt;P&gt;I was able to see that, at that time, all the forwarders were reporting Connection Failed (on TcpOutputProc)&lt;/P&gt;

&lt;P&gt;It seems to be a problem at the receiving index... The indexer is still running but TCP data is just not allowed to pass (although UDP and local monitoring works)&lt;/P&gt;

&lt;P&gt;Maybe it's some kind of firewall issue, any ideia on how to diagnose this further ?&lt;/P&gt;</description>
      <pubDate>Fri, 03 Aug 2012 09:21:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-not-receiving-data-from-forwarders-needs-restart/m-p/21878#M3316</guid>
      <dc:creator>ruiaires</dc:creator>
      <dc:date>2012-08-03T09:21:04Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk not receiving data from forwarders (needs restart)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-not-receiving-data-from-forwarders-needs-restart/m-p/21879#M3317</link>
      <description>&lt;P&gt;I too am facing a similar issue, does it got resolved for you (and how)?&lt;/P&gt;</description>
      <pubDate>Mon, 10 Sep 2012 06:09:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-not-receiving-data-from-forwarders-needs-restart/m-p/21879#M3317</guid>
      <dc:creator>smmehadi</dc:creator>
      <dc:date>2012-09-10T06:09:47Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk not receiving data from forwarders (needs restart)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-not-receiving-data-from-forwarders-needs-restart/m-p/21880#M3318</link>
      <description>&lt;P&gt;Our problems seem to be performance related since we are using a network storage for the index.&lt;/P&gt;

&lt;P&gt;After a little help from Splunk Support we found a few messages indicating the queues were blocked probably because of network performance issues. The message is "Stopping all listening ports. Queues blocked for more than 300 seconds".&lt;/P&gt;

&lt;P&gt;We are still testing  everything to make sure that's the correct diagnose. If we find something I will post here !&lt;/P&gt;</description>
      <pubDate>Mon, 10 Sep 2012 20:49:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-not-receiving-data-from-forwarders-needs-restart/m-p/21880#M3318</guid>
      <dc:creator>ruiaires</dc:creator>
      <dc:date>2012-09-10T20:49:44Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk not receiving data from forwarders (needs restart)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-not-receiving-data-from-forwarders-needs-restart/m-p/21881#M3319</link>
      <description>&lt;P&gt;I spent too much of a day trying to figure out why 2 of 5 servers were not showing up in my Indexer.  I tried removing then adding the forward-server information, restarting the forwarder over and over and even reinstalling the forwarder on each, but they just didn't show up.  Using telnet I confirmed the connection was open and the Indexer was listening.  In the forwarders' splunkd.log files I confirmed the connection was being made.  Finally I happened to change my search string to "index=_internal host=*" and there they were, but there was only one source from each and it was $SPLUNK_HOME/var/log/splunk/splunkd.log.  The other 3 servers that were working had many more sources.  A little bit more searching and I found this command:&lt;/P&gt;

&lt;P&gt;$SPLUNK_HOME/bin/splunk list monitor&lt;/P&gt;

&lt;P&gt;Sure enough, only splunkd.log was being forwarded.  So I ran:&lt;/P&gt;

&lt;P&gt;$SPLUNK_HOME/bin/splunk add monitor /var/log&lt;/P&gt;

&lt;P&gt;This was what the "working" servers showed in their "list monitor" results.  When running "host=*" in the search app, there were the 2 servers that wouldn't work before.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 16:19:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-not-receiving-data-from-forwarders-needs-restart/m-p/21881#M3319</guid>
      <dc:creator>cult_hero13</dc:creator>
      <dc:date>2020-09-28T16:19:40Z</dc:date>
    </item>
  </channel>
</rss>

