<?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 heavy forwarder configuration in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/heavy-forwarder-configuration/m-p/79830#M16407</link>
    <description>&lt;P&gt;I want to configure a server as a heavy forwarder. I'm not clear that I understand how to ship the logs from the heavy forwarder to the indexer. Does an input have to be configured on the forwarder? &lt;/P&gt;

&lt;P&gt;Seems my indexer is listening on the configured port 5000 okay.&lt;/P&gt;

&lt;P&gt;At this point, I have configured the forwarder with defaults (except I'm using port 5000). The same for the receiving indexer (port 5000 again.)  But I am not getting any data from the heavy forwarder...   does an input have to be configured on the forwarder????&lt;/P&gt;

&lt;P&gt;Splunkd.Log says something is wrong with SSL ( which I did not configure)&lt;/P&gt;

&lt;P&gt;Is there a complete configuration guide for forwarders?  The documentation seems so inadequate to completely describe the steps to set this up...&lt;/P&gt;

&lt;P&gt;04-12-2011 13:11:08.603 ERROR TcpInputFd - SSL Error = error:00000000:lib(0):func(0):reason(0)
04-12-2011 13:11:08.603 ERROR TcpInputFd - ACCEPT_RESULT=0 VERIFY_RESULT=0
04-12-2011 13:11:08.603 ERROR TcpInputFd - SSL Error for fd from HOST:(myhost name)&lt;/P&gt;

&lt;P&gt;thanks in advance.&lt;/P&gt;</description>
    <pubDate>Wed, 13 Apr 2011 01:03:54 GMT</pubDate>
    <dc:creator>rriley</dc:creator>
    <dc:date>2011-04-13T01:03:54Z</dc:date>
    <item>
      <title>heavy forwarder configuration</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/heavy-forwarder-configuration/m-p/79830#M16407</link>
      <description>&lt;P&gt;I want to configure a server as a heavy forwarder. I'm not clear that I understand how to ship the logs from the heavy forwarder to the indexer. Does an input have to be configured on the forwarder? &lt;/P&gt;

&lt;P&gt;Seems my indexer is listening on the configured port 5000 okay.&lt;/P&gt;

&lt;P&gt;At this point, I have configured the forwarder with defaults (except I'm using port 5000). The same for the receiving indexer (port 5000 again.)  But I am not getting any data from the heavy forwarder...   does an input have to be configured on the forwarder????&lt;/P&gt;

&lt;P&gt;Splunkd.Log says something is wrong with SSL ( which I did not configure)&lt;/P&gt;

&lt;P&gt;Is there a complete configuration guide for forwarders?  The documentation seems so inadequate to completely describe the steps to set this up...&lt;/P&gt;

&lt;P&gt;04-12-2011 13:11:08.603 ERROR TcpInputFd - SSL Error = error:00000000:lib(0):func(0):reason(0)
04-12-2011 13:11:08.603 ERROR TcpInputFd - ACCEPT_RESULT=0 VERIFY_RESULT=0
04-12-2011 13:11:08.603 ERROR TcpInputFd - SSL Error for fd from HOST:(myhost name)&lt;/P&gt;

&lt;P&gt;thanks in advance.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Apr 2011 01:03:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/heavy-forwarder-configuration/m-p/79830#M16407</guid>
      <dc:creator>rriley</dc:creator>
      <dc:date>2011-04-13T01:03:54Z</dc:date>
    </item>
    <item>
      <title>Re: heavy forwarder configuration</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/heavy-forwarder-configuration/m-p/79831#M16408</link>
      <description>&lt;P&gt;Hi, here in mine environmental i've more than 600 universal forwarders sending data to 2 heavy forwarder.
So try it this:&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;HR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;H2&gt;outputs.conf on heavy forwarder&lt;/H2&gt;

&lt;P&gt;[tcpout:LB_indexers]&lt;/P&gt;

&lt;P&gt;autoLB=true&lt;/P&gt;

&lt;P&gt;server=IP INDEXER A:5000,IP INDEXER B:5000&lt;/P&gt;

&lt;P&gt;autoLBFrequency=7&lt;/P&gt;

&lt;P&gt;[tcpout]&lt;/P&gt;

&lt;P&gt;defaultGroup=LB_indexers&lt;/P&gt;

&lt;P&gt;disabled=false&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;HR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;H2&gt;inputs.conf on heavy forwarder&lt;/H2&gt;

&lt;P&gt;[splunktcp://7700]&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;HR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;H2&gt;inputs.conf on indexer&lt;/H2&gt;

&lt;P&gt;[splunktcp://5000]&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;HR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;H2&gt;outputs.conf on universal forwarder&lt;/H2&gt;

&lt;P&gt;[tcpout:LB_forwarders]&lt;/P&gt;

&lt;P&gt;autoLB=true&lt;/P&gt;

&lt;P&gt;server=IP HEAVY FORWARDER A:7700,IP HEAVY FORWARDER A:7700&lt;/P&gt;

&lt;P&gt;autoLBFrequency=7&lt;/P&gt;

&lt;P&gt;[tcpout]&lt;/P&gt;

&lt;P&gt;defaultGroup=LB_forwarders&lt;/P&gt;

&lt;P&gt;disabled=false&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;HR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;H2&gt;AMARAL&lt;/H2&gt;</description>
      <pubDate>Wed, 13 Apr 2011 01:28:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/heavy-forwarder-configuration/m-p/79831#M16408</guid>
      <dc:creator>mamaral</dc:creator>
      <dc:date>2011-04-13T01:28:53Z</dc:date>
    </item>
    <item>
      <title>Re: heavy forwarder configuration</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/heavy-forwarder-configuration/m-p/79832#M16409</link>
      <description>&lt;P&gt;Thanks for your anwser and I just would like to remember everyone to restart splunk after setup files.&lt;BR /&gt;
Again, thanks your anwsers were perfect.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Aug 2013 16:38:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/heavy-forwarder-configuration/m-p/79832#M16409</guid>
      <dc:creator>fabiocaldas</dc:creator>
      <dc:date>2013-08-15T16:38:53Z</dc:date>
    </item>
  </channel>
</rss>

