<?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: Why is my universal forwarder not forwarding? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-universal-forwarder-not-forwarding/m-p/388165#M69541</link>
    <description>&lt;P&gt;I setup the receiving / sending on the Heavy Forwarder; however inputs.conf in system/local has:&lt;BR /&gt;
    [default]&lt;BR /&gt;
    host = ip-10-227-226-139.ec2.internal&lt;/P&gt;</description>
    <pubDate>Wed, 26 Sep 2018 15:17:04 GMT</pubDate>
    <dc:creator>thomastaylor</dc:creator>
    <dc:date>2018-09-26T15:17:04Z</dc:date>
    <item>
      <title>Why is my universal forwarder not forwarding?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-universal-forwarder-not-forwarding/m-p/388161#M69537</link>
      <description>&lt;P&gt;Hello all!&lt;/P&gt;

&lt;P&gt;I have banged my head for about 2 hours trying to figure out why my universal forwarder won't transfer data to my Heavy Forwarder. &lt;/P&gt;

&lt;P&gt;Steps I have done:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;Opened receiving &lt;STRONG&gt;port 80&lt;/STRONG&gt; on Heavy Forwarder&lt;/LI&gt;
&lt;LI&gt;The heavy forwarder's forwarding port has been configured correctly (HTTP data inputs forward correctly)&lt;/LI&gt;
&lt;LI&gt;netstat -lpnt -&amp;gt; shows that 0.0.0.0:80 is in &lt;STRONG&gt;LISTEN&lt;/STRONG&gt; mode&lt;/LI&gt;
&lt;LI&gt;Using &lt;STRONG&gt;tcping.exe&lt;/STRONG&gt; from my Windows client, I was able to successfully &lt;STRONG&gt;/tcping.exe server-ip port&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Ping&lt;/STRONG&gt; server-ip is successful&lt;/LI&gt;
&lt;LI&gt;I added a forwarder server &lt;STRONG&gt;./splunk add forward-server server-ip:port&lt;/STRONG&gt; with correct port&lt;/LI&gt;
&lt;LI&gt;I added the server to &lt;STRONG&gt;NO_PROXY&lt;/STRONG&gt; env var&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;outputs.conf:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcpout]
defaultGroup = default-autolb-group

[tcpout:default-autolb-group]
server = ip:port

[tcpout-server://ip:port]
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;inputs.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[default]
host = hostname
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Universal Forwarder log:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;09-20-2018 09:15:52.949 -0400 WARN  TcpOutputProc - Tcpout Processor: The TCP output processor has paused the data flow. Forwarding to output group default-autolb-group has been blocked for 249499 seconds. This will probably stall the data flow towards indexing and other network outputs. Review the receiving system's health in the Splunk Monitoring Console. It is probably not accepting data.
09-20-2018 09:15:57.504 -0400 INFO  DC:DeploymentClient - channel=tenantService/handshake Will retry sending handshake message to DS; err=not_connected
09-20-2018 09:15:57.504 -0400 INFO  DC:PhonehomeThread - Attempted handshake 2430 times. Will try to re-subscribe to handshake reply
09-20-2018 09:16:00.296 -0400 WARN  HttpPubSubConnection - Unable to parse message from PubSubSvr: 
09-20-2018 09:16:00.296 -0400 INFO  HttpPubSubConnection - Could not obtain connection, will retry after=72.778 seconds.
09-20-2018 09:16:09.515 -0400 INFO  DC:DeploymentClient - channel=tenantService/handshake Will retry sending handshake message to DS; err=not_connected
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I have also restarted both my heavy forwarder and universal forwarder. &lt;/P&gt;

&lt;P&gt;When running the &lt;STRONG&gt;./splunk list forward-server&lt;/STRONG&gt;, my server and IP is listed under "Configured but inactive"&lt;/P&gt;

&lt;P&gt;Any thoughts?&lt;/P&gt;</description>
      <pubDate>Fri, 21 Sep 2018 15:53:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-universal-forwarder-not-forwarding/m-p/388161#M69537</guid>
      <dc:creator>thomastaylor</dc:creator>
      <dc:date>2018-09-21T15:53:47Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my universal forwarder not forwarding?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-universal-forwarder-not-forwarding/m-p/388162#M69538</link>
      <description>&lt;P&gt;Are you sure port 80 is available for Splunk? Or is somethine else running on port 80&lt;BR /&gt;
(im not a windows guy)  but is your firewall open for external connections (looks like you checked it form local host 0.0.0.0:80)&lt;/P&gt;</description>
      <pubDate>Wed, 26 Sep 2018 07:52:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-universal-forwarder-not-forwarding/m-p/388162#M69538</guid>
      <dc:creator>teunlaan</dc:creator>
      <dc:date>2018-09-26T07:52:27Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my universal forwarder not forwarding?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-universal-forwarder-not-forwarding/m-p/388163#M69539</link>
      <description>&lt;P&gt;Thanks for your help! Using &lt;CODE&gt;netstat -tulpn | grep LISTEN&lt;/CODE&gt; I could see that 0.0.0.0:80 is being used by splunkd, and is &lt;STRONG&gt;LISTEN&lt;/STRONG&gt; mode. My "windows client" I referred to from above is my personal computer. I'm able to ping and tcping.exe the port successfully; however, my universal forwarder just doesn't want to budge.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Sep 2018 14:45:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-universal-forwarder-not-forwarding/m-p/388163#M69539</guid>
      <dc:creator>thomastaylor</dc:creator>
      <dc:date>2018-09-26T14:45:43Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my universal forwarder not forwarding?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-universal-forwarder-not-forwarding/m-p/388164#M69540</link>
      <description>&lt;P&gt;So what errors are in the logs before that WARN at the first line of the logs you shared? Because none of these log events say anything about why it fails to connect to the forwarder, that happened before the warning that that output is blocked.&lt;/P&gt;

&lt;P&gt;What does the inputs.conf look like on your heavy forwarder?&lt;/P&gt;</description>
      <pubDate>Wed, 26 Sep 2018 14:57:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-universal-forwarder-not-forwarding/m-p/388164#M69540</guid>
      <dc:creator>FrankVl</dc:creator>
      <dc:date>2018-09-26T14:57:45Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my universal forwarder not forwarding?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-universal-forwarder-not-forwarding/m-p/388165#M69541</link>
      <description>&lt;P&gt;I setup the receiving / sending on the Heavy Forwarder; however inputs.conf in system/local has:&lt;BR /&gt;
    [default]&lt;BR /&gt;
    host = ip-10-227-226-139.ec2.internal&lt;/P&gt;</description>
      <pubDate>Wed, 26 Sep 2018 15:17:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-universal-forwarder-not-forwarding/m-p/388165#M69541</guid>
      <dc:creator>thomastaylor</dc:creator>
      <dc:date>2018-09-26T15:17:04Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my universal forwarder not forwarding?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-universal-forwarder-not-forwarding/m-p/388166#M69542</link>
      <description>&lt;P&gt;In that case you could try the following:&lt;BR /&gt;
1.Restart the indexers and confirm that they are listening on port 9997 in their inputs.conf and ensure these servers match those defined in your outputs.conf for UF. Once the indexers are ready to recieve data on 997 (./splunk display listen)...&lt;/P&gt;

&lt;P&gt;2.Restart the forwarders and run './splunk display forward-server' again to see if forwarding is activated. This should have cleared it up, if not, re-inspect your configurations&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;If the above two method fail, you could reset the fishbucket or reset the individual checkpoint for the concered input file using the btprobe command.&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;Hope that helps.&lt;/P&gt;</description>
      <pubDate>Thu, 30 May 2019 22:09:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-universal-forwarder-not-forwarding/m-p/388166#M69542</guid>
      <dc:creator>mguhad</dc:creator>
      <dc:date>2019-05-30T22:09:34Z</dc:date>
    </item>
  </channel>
</rss>

