<?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 Is there an example configuration available for an Intermediate Forwarding configuration? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-an-example-configuration-available-for-an-Intermediate/m-p/22810#M3553</link>
    <description>&lt;P&gt;Referring to &lt;A href="http://www.splunk.com/base/Documentation/latest/admin/Aboutforwardingandreceiving" rel="nofollow"&gt;http://www.splunk.com/base/Documentation/latest/admin/Aboutforwardingandreceiving&lt;/A&gt;, under the section "Intermediate forwarding" - is there a configuration example available?&lt;/P&gt;

&lt;P&gt;I'd like to see an example of a heavy forwarder.  &lt;/P&gt;</description>
    <pubDate>Sat, 08 Jan 2011 01:50:48 GMT</pubDate>
    <dc:creator>charliesullivan</dc:creator>
    <dc:date>2011-01-08T01:50:48Z</dc:date>
    <item>
      <title>Is there an example configuration available for an Intermediate Forwarding configuration?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-an-example-configuration-available-for-an-Intermediate/m-p/22810#M3553</link>
      <description>&lt;P&gt;Referring to &lt;A href="http://www.splunk.com/base/Documentation/latest/admin/Aboutforwardingandreceiving" rel="nofollow"&gt;http://www.splunk.com/base/Documentation/latest/admin/Aboutforwardingandreceiving&lt;/A&gt;, under the section "Intermediate forwarding" - is there a configuration example available?&lt;/P&gt;

&lt;P&gt;I'd like to see an example of a heavy forwarder.  &lt;/P&gt;</description>
      <pubDate>Sat, 08 Jan 2011 01:50:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-there-an-example-configuration-available-for-an-Intermediate/m-p/22810#M3553</guid>
      <dc:creator>charliesullivan</dc:creator>
      <dc:date>2011-01-08T01:50:48Z</dc:date>
    </item>
    <item>
      <title>Re: Is there an example configuration available for an Intermediate Forwarding configuration?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-an-example-configuration-available-for-an-Intermediate/m-p/22811#M3554</link>
      <description>&lt;P&gt;Here are sample configs from my setup (Lightweight forwarders -&amp;gt; Heavy forwarder -&amp;gt; Indexer).&lt;/P&gt;

&lt;P&gt;My Lightweight forwarders (LWFs) are configured just like any other LWF would be configured (as in &lt;A href="http://www.splunk.com/base/Documentation/latest/Admin/Enableforwardingandreceiving#Set_up_light_forwarding_with_Splunk_Web" rel="nofollow"&gt;enable the lightweight forwarder app&lt;/A&gt;).
LWF's &lt;STRONG&gt;outputs.conf&lt;/STRONG&gt;. This forwards on port 9997 to the host "myHWF":&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcpout]
defaultGroup = myHWF_9997
disabled = false

[tcpout:myHWF_9997]
server = myHWF:9997

[tcpout-server://myHWF:9997]
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Then you configure the Heavyweight forwarder (HWF) to both receive and forward data (&lt;A href="http://www.splunk.com/base/Documentation/latest/Admin/Enableforwardingandreceiving#Set_up_regular_forwarding_with_Splunk_Web" rel="nofollow"&gt;enable the forwarder app&lt;/A&gt;).
HWF &lt;STRONG&gt;inputs.conf&lt;/STRONG&gt;. This enables receiving on port 9997:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[splunktcp://9997]
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;HWF &lt;STRONG&gt;outputs.conf&lt;/STRONG&gt;. This enables forwarding of data on port 9998. Note that I have disabled indexing at this HWF by setting indexAndForward to false. This keeps Splunk from indexing the events that are being forwarded to it by the LWFs. In addition I am encrypting this connection via SSL:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcpout]
defaultGroup = splunk01
indexAndForward = false


[tcpout:splunk01]
server = splunk01:9998
compressed = true

[tcpout-server://splunk01:9998]
sslCertPath = $SPLUNK_HOME\etc\auth\server.pem
sslPassword = XXXXXXXXXXXXXXXXX
sslRootCAPath = $SPLUNK_HOME\etc\auth\cacert.pem
sslVerifyServerCert = false
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;And finally at the Indexer configure your &lt;STRONG&gt;inputs.conf&lt;/STRONG&gt;. Receiving on port 9998; again, with SSL settings:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[splunktcp-ssl:9998]
compressed = true

[SSL]
password = XXXXXXXXXXXXX
requireClientCert = false
rootCA = $SPLUNK_HOME\etc\auth\cacert.pem
serverCert = $SPLUNK_HOME\etc\auth\server.pem
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;And that's basically it. Events from your LWF's get pooled at your HWF, which then sends them on to your Indexer.&lt;/P&gt;</description>
      <pubDate>Sat, 08 Jan 2011 03:22:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-there-an-example-configuration-available-for-an-Intermediate/m-p/22811#M3554</guid>
      <dc:creator>ftk</dc:creator>
      <dc:date>2011-01-08T03:22:59Z</dc:date>
    </item>
  </channel>
</rss>

