<?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: SplunkForwarder Loadbalancing in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/SplunkForwarder-Loadbalancing/m-p/267148#M10176</link>
    <description>&lt;P&gt;First of all thank you for your reply. &lt;BR /&gt;
-. I configured it on &lt;EM&gt;/opt/splunk/etc/system/local/inputs.conf&lt;/EM&gt;&lt;BR /&gt;
-. And then I restarted Splunk. &lt;EM&gt;/opt/splunk/bin/splunk restart&lt;/EM&gt;&lt;/P&gt;

&lt;P&gt;However, I didn't enable the forwarding app. I just set to Forwarder license group and I configured inputs.conf, props.conf, transforms.conf and outputs.conf to forward received data to the others. Could you let me know how can I enable the forwarding app?&lt;/P&gt;</description>
    <pubDate>Fri, 09 Oct 2015 07:50:50 GMT</pubDate>
    <dc:creator>hojinpk</dc:creator>
    <dc:date>2015-10-09T07:50:50Z</dc:date>
    <item>
      <title>SplunkForwarder Loadbalancing</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/SplunkForwarder-Loadbalancing/m-p/267146#M10174</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I'd like to send syslog data to other syslog server via SplunkForwarder. So I configured in outputs.conf of the SplunkForwarder as below. However the packets are sending to &lt;STRONG&gt;10.10.10.1&lt;/STRONG&gt; only. With this configuration, 10.10.10.2 server is not received syslog when syslog is sending to 10.10.10.1 server of course. But I can't see any incoming syslog on 10.10.10.2 even if I wait for a long time, about 1~2 hours.&lt;/P&gt;

&lt;P&gt;[syslog:our_syslog]&lt;BR /&gt;
disabled = false&lt;BR /&gt;
autoLB = true&lt;BR /&gt;
autoLBFrequency = 40&lt;BR /&gt;
server = 10.10.10.1:514, 10.10.10.2:514&lt;BR /&gt;
type = udp&lt;/P&gt;

&lt;P&gt;P.S.) I confirmed that the UDP packet can be sent from SplunkForwarder server to 10.10.10.2 with Linux command: &lt;EM&gt;$ echo –n “hello” &amp;gt;/dev/udp/10.10.10.2/514&lt;/EM&gt;&lt;/P&gt;

&lt;P&gt;Could you give me any clue for resolve the issue?&lt;BR /&gt;
Thank you in advance.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Oct 2015 14:04:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/SplunkForwarder-Loadbalancing/m-p/267146#M10174</guid>
      <dc:creator>hojinpk</dc:creator>
      <dc:date>2015-10-08T14:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: SplunkForwarder Loadbalancing</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/SplunkForwarder-Loadbalancing/m-p/267147#M10175</link>
      <description>&lt;P&gt;what steps did you follow? did you enable the forwarding app or did you change it under /system/local ?  did you restart splunk after the config changes?&lt;/P&gt;</description>
      <pubDate>Thu, 08 Oct 2015 15:27:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/SplunkForwarder-Loadbalancing/m-p/267147#M10175</guid>
      <dc:creator>asimagu</dc:creator>
      <dc:date>2015-10-08T15:27:52Z</dc:date>
    </item>
    <item>
      <title>Re: SplunkForwarder Loadbalancing</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/SplunkForwarder-Loadbalancing/m-p/267148#M10176</link>
      <description>&lt;P&gt;First of all thank you for your reply. &lt;BR /&gt;
-. I configured it on &lt;EM&gt;/opt/splunk/etc/system/local/inputs.conf&lt;/EM&gt;&lt;BR /&gt;
-. And then I restarted Splunk. &lt;EM&gt;/opt/splunk/bin/splunk restart&lt;/EM&gt;&lt;/P&gt;

&lt;P&gt;However, I didn't enable the forwarding app. I just set to Forwarder license group and I configured inputs.conf, props.conf, transforms.conf and outputs.conf to forward received data to the others. Could you let me know how can I enable the forwarding app?&lt;/P&gt;</description>
      <pubDate>Fri, 09 Oct 2015 07:50:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/SplunkForwarder-Loadbalancing/m-p/267148#M10176</guid>
      <dc:creator>hojinpk</dc:creator>
      <dc:date>2015-10-09T07:50:50Z</dc:date>
    </item>
    <item>
      <title>Re: SplunkForwarder Loadbalancing</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/SplunkForwarder-Loadbalancing/m-p/267149#M10177</link>
      <description>&lt;P&gt;ok, well, I take that you installed a full Splunk instance and that you want it to forward data with the SplunkForwader app. Therefore your instance will become a Heavyweight Forwarder (HWF)&lt;/P&gt;

&lt;P&gt;Basically you need to enable the forwarding app and then configure outputs.conf and inputs.conf but inside the SplunkForwarder app: /opt/splunk/etc/apps/SplunkForwarder/local/&lt;/P&gt;

&lt;P&gt;To enable the app:&lt;BR /&gt;
&lt;CODE&gt;splunk enable app SplunkForwarder -auth :&lt;/CODE&gt; &lt;/P&gt;

&lt;P&gt;More info here: &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.3.0/Forwarding/Deployaheavyforwarder"&gt;http://docs.splunk.com/Documentation/Splunk/6.3.0/Forwarding/Deployaheavyforwarder&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;If your instance was only a Universal Forwarder, then you can check out this doc&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.3.0/Forwarding/Deployanixdfmanually"&gt;http://docs.splunk.com/Documentation/Splunk/6.3.0/Forwarding/Deployanixdfmanually&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Oct 2015 13:57:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/SplunkForwarder-Loadbalancing/m-p/267149#M10177</guid>
      <dc:creator>asimagu</dc:creator>
      <dc:date>2015-10-09T13:57:12Z</dc:date>
    </item>
  </channel>
</rss>

