<?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 How to edit my outputs.conf to distribute data between different indexers? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-edit-my-outputs-conf-to-distribute-data-between-different/m-p/355892#M65031</link>
    <description>&lt;P&gt;I have 3 indexers (A, B, C)&lt;/P&gt;

&lt;P&gt;A and B are in one zone, C in another zone.&lt;/P&gt;

&lt;P&gt;From my forwarders I want to load balance data to indexers A + B (50% data to A / 50% to B). I also want to send 100% of my data to indexer C. Essentially creating 2 copies of my data (1 split between A+B, 1 on C)&lt;/P&gt;

&lt;P&gt;My outputs.conf currently accounts for A+B use case (below), how would I add in C to the stanza?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcpout]
defaultGroup = default-autolb-group

[tcpout:default-autolb-group]
server=A:9997,B:9997
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Sat, 29 Apr 2017 11:50:09 GMT</pubDate>
    <dc:creator>himynamesdave</dc:creator>
    <dc:date>2017-04-29T11:50:09Z</dc:date>
    <item>
      <title>How to edit my outputs.conf to distribute data between different indexers?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-edit-my-outputs-conf-to-distribute-data-between-different/m-p/355892#M65031</link>
      <description>&lt;P&gt;I have 3 indexers (A, B, C)&lt;/P&gt;

&lt;P&gt;A and B are in one zone, C in another zone.&lt;/P&gt;

&lt;P&gt;From my forwarders I want to load balance data to indexers A + B (50% data to A / 50% to B). I also want to send 100% of my data to indexer C. Essentially creating 2 copies of my data (1 split between A+B, 1 on C)&lt;/P&gt;

&lt;P&gt;My outputs.conf currently accounts for A+B use case (below), how would I add in C to the stanza?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcpout]
defaultGroup = default-autolb-group

[tcpout:default-autolb-group]
server=A:9997,B:9997
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 29 Apr 2017 11:50:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-edit-my-outputs-conf-to-distribute-data-between-different/m-p/355892#M65031</guid>
      <dc:creator>himynamesdave</dc:creator>
      <dc:date>2017-04-29T11:50:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to edit my outputs.conf to distribute data between different indexers?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-edit-my-outputs-conf-to-distribute-data-between-different/m-p/355893#M65032</link>
      <description>&lt;P&gt;Hello, that should do the cloning&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcpout]
     defaultGroup = default-autolb-group,clone-group

 [tcpout:default-autolb-group]
    server=A:9997,B:9997

[tcpout:clone-group]
  server=C:9997
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 29 Apr 2017 13:46:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-edit-my-outputs-conf-to-distribute-data-between-different/m-p/355893#M65032</guid>
      <dc:creator>maraman_splunk</dc:creator>
      <dc:date>2017-04-29T13:46:58Z</dc:date>
    </item>
  </channel>
</rss>

