<?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 Load Balancing without the use of Forwarders in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Load-Balancing-without-the-use-of-Forwarders/m-p/36538#M6691</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I have set up a Splunk environment in which several applications will be sending data to a collection of indexers. I am considering using a traditional load balancer to manage the receiving of data by the indexers. Is this possible with a traditional load balancer or can I only do load balancing in Splunk via a Forwarder's load balancing capabilities?&lt;/P&gt;

&lt;P&gt;Thanks in advance for your replies.&lt;/P&gt;</description>
    <pubDate>Thu, 16 May 2013 15:32:28 GMT</pubDate>
    <dc:creator>Ant1D</dc:creator>
    <dc:date>2013-05-16T15:32:28Z</dc:date>
    <item>
      <title>Load Balancing without the use of Forwarders</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Load-Balancing-without-the-use-of-Forwarders/m-p/36538#M6691</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I have set up a Splunk environment in which several applications will be sending data to a collection of indexers. I am considering using a traditional load balancer to manage the receiving of data by the indexers. Is this possible with a traditional load balancer or can I only do load balancing in Splunk via a Forwarder's load balancing capabilities?&lt;/P&gt;

&lt;P&gt;Thanks in advance for your replies.&lt;/P&gt;</description>
      <pubDate>Thu, 16 May 2013 15:32:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Load-Balancing-without-the-use-of-Forwarders/m-p/36538#M6691</guid>
      <dc:creator>Ant1D</dc:creator>
      <dc:date>2013-05-16T15:32:28Z</dc:date>
    </item>
    <item>
      <title>Re: Load Balancing without the use of Forwarders</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Load-Balancing-without-the-use-of-Forwarders/m-p/36539#M6692</link>
      <description>&lt;P&gt;To better help you, could you please define what a "traditional load balancer" is?  Then we should be able to help you out.&lt;/P&gt;</description>
      <pubDate>Thu, 16 May 2013 15:38:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Load-Balancing-without-the-use-of-Forwarders/m-p/36539#M6692</guid>
      <dc:creator>barakreeves</dc:creator>
      <dc:date>2013-05-16T15:38:48Z</dc:date>
    </item>
    <item>
      <title>Re: Load Balancing without the use of Forwarders</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Load-Balancing-without-the-use-of-Forwarders/m-p/36540#M6693</link>
      <description>&lt;P&gt;Hi I am basically saying that I do not want to use the load balancing functionality on Splunk Forwarders. I essentially want to know if someone has used an alternative to manage how data is sent to collection of forwarders&lt;/P&gt;</description>
      <pubDate>Thu, 16 May 2013 15:47:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Load-Balancing-without-the-use-of-Forwarders/m-p/36540#M6693</guid>
      <dc:creator>Ant1D</dc:creator>
      <dc:date>2013-05-16T15:47:44Z</dc:date>
    </item>
    <item>
      <title>Re: Load Balancing without the use of Forwarders</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Load-Balancing-without-the-use-of-Forwarders/m-p/36541#M6694</link>
      <description>&lt;P&gt;An example of a traditional load balancer here would be Cisco ACE&lt;/P&gt;</description>
      <pubDate>Thu, 16 May 2013 15:55:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Load-Balancing-without-the-use-of-Forwarders/m-p/36541#M6694</guid>
      <dc:creator>Ant1D</dc:creator>
      <dc:date>2013-05-16T15:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: Load Balancing without the use of Forwarders</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Load-Balancing-without-the-use-of-Forwarders/m-p/36542#M6695</link>
      <description>&lt;P&gt;@Ant1D,  The anwser is yes you can.  To accomplish this you would use a modified version of &lt;STRONG&gt;Horizontal Scaling&lt;/STRONG&gt;. Once you have configured you &lt;STRONG&gt;Traditional LB&lt;/STRONG&gt; just configure your autoLBFrequency to the desireved value which will cause the forward to start a new stream on that interval.&lt;/P&gt;

&lt;P&gt;Additional reading:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0.2/Deploy/Setuploadbalancingd"&gt;Setuploadbalancingd&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;&lt;CODE&gt;&lt;/CODE&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;BR /&gt;
[tcpout]&lt;BR /&gt;
defaultGroup=my_traditionalLB&lt;BR /&gt;
[tcpout:my_traditionalLB]&lt;BR /&gt;
disabled=false&lt;BR /&gt;
autoLBFrequency=40&lt;BR /&gt;
server=&amp;lt;IPorFQDN_of_LB&amp;gt;:9997&lt;BR /&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;/P&gt;

&lt;P&gt;Hope this help or gets you started.  Dont forget to vote or accept answers.&lt;/P&gt;

&lt;P&gt;Cheers,&lt;/P&gt;</description>
      <pubDate>Thu, 16 May 2013 16:10:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Load-Balancing-without-the-use-of-Forwarders/m-p/36542#M6695</guid>
      <dc:creator>bmacias84</dc:creator>
      <dc:date>2013-05-16T16:10:32Z</dc:date>
    </item>
  </channel>
</rss>

