<?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: Is it possible to configure cloning AND autoLB simultaneously? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-configure-cloning-AND-autoLB-simultaneously/m-p/9721#M150</link>
    <description>&lt;P&gt;Here's a sample configuration which tells Splunk to forward data to 2 groups.  The first tcpout stanza is a standalone indexer.  The 2nd tcpout stanza is a group of 2 servers:&lt;/P&gt;

&lt;P&gt;outputs.conf:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcpout]
defaultGroup = indexer1, autoLB_Group

[tcpout:indexer1]
server = IP:&amp;lt;port&amp;gt;

[tcpout:autoLB_Group]
server = IP_autoLBserver1:&amp;lt;port&amp;gt;, IP_autoLBserver2:&amp;lt;port&amp;gt;
autoLB = true
autoLBFrequency = 30
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 12 Feb 2010 08:28:45 GMT</pubDate>
    <dc:creator>the_wolverine</dc:creator>
    <dc:date>2010-02-12T08:28:45Z</dc:date>
    <item>
      <title>Is it possible to configure cloning AND autoLB simultaneously?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-configure-cloning-AND-autoLB-simultaneously/m-p/9720#M149</link>
      <description>&lt;P&gt;I have a light forwarder sending data to my indexer.  I'm bringing two new Splunk indexers online and want to use autoLB to send my data to these new indexers.  However, I have a requirement that I need to continue sending to my original indexer.  &lt;/P&gt;

&lt;P&gt;Is it possible to do this?&lt;/P&gt;</description>
      <pubDate>Fri, 12 Feb 2010 08:25:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-configure-cloning-AND-autoLB-simultaneously/m-p/9720#M149</guid>
      <dc:creator>the_wolverine</dc:creator>
      <dc:date>2010-02-12T08:25:09Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to configure cloning AND autoLB simultaneously?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-configure-cloning-AND-autoLB-simultaneously/m-p/9721#M150</link>
      <description>&lt;P&gt;Here's a sample configuration which tells Splunk to forward data to 2 groups.  The first tcpout stanza is a standalone indexer.  The 2nd tcpout stanza is a group of 2 servers:&lt;/P&gt;

&lt;P&gt;outputs.conf:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcpout]
defaultGroup = indexer1, autoLB_Group

[tcpout:indexer1]
server = IP:&amp;lt;port&amp;gt;

[tcpout:autoLB_Group]
server = IP_autoLBserver1:&amp;lt;port&amp;gt;, IP_autoLBserver2:&amp;lt;port&amp;gt;
autoLB = true
autoLBFrequency = 30
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 12 Feb 2010 08:28:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-configure-cloning-AND-autoLB-simultaneously/m-p/9721#M150</guid>
      <dc:creator>the_wolverine</dc:creator>
      <dc:date>2010-02-12T08:28:45Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to configure cloning AND autoLB simultaneously?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-configure-cloning-AND-autoLB-simultaneously/m-p/9722#M151</link>
      <description>&lt;P&gt;Optionally, both output groups can be autoLB groups, though obviously your usecase was the above.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Mar 2010 11:20:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-configure-cloning-AND-autoLB-simultaneously/m-p/9722#M151</guid>
      <dc:creator>jrodman</dc:creator>
      <dc:date>2010-03-12T11:20:08Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to configure cloning AND autoLB simultaneously?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-configure-cloning-AND-autoLB-simultaneously/m-p/9723#M152</link>
      <description>&lt;P&gt;&lt;A href="http://answers.splunk.com/answers/77591/data-cloning-is-it-a-exact-clone.html" target="_blank"&gt;http://answers.splunk.com/answers/77591/data-cloning-is-it-a-exact-clone.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Need to add in inputs.conf on the forwarder, for the above example...&lt;/P&gt;

&lt;P&gt;_TCP_ROUTING = indexer1, autoLB_Group&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 19:05:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-configure-cloning-AND-autoLB-simultaneously/m-p/9723#M152</guid>
      <dc:creator>ben_leung</dc:creator>
      <dc:date>2020-09-28T19:05:35Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to configure cloning AND autoLB simultaneously?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-configure-cloning-AND-autoLB-simultaneously/m-p/9724#M153</link>
      <description>&lt;P&gt;The _TCP_ROUTING would be needed if the outputs.conf "defaultGroup" were not configured to clone.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 19:14:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-configure-cloning-AND-autoLB-simultaneously/m-p/9724#M153</guid>
      <dc:creator>the_wolverine</dc:creator>
      <dc:date>2020-09-28T19:14:19Z</dc:date>
    </item>
  </channel>
</rss>

