<?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 do I copy forwarder inputs from one indexer to another indexer? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-copy-forwarder-inputs-from-one-indexer-to-another/m-p/466752#M80423</link>
    <description>&lt;P&gt;I'm working on load balancing the universal forwarder and want to make sure the additional indexer that will now receive inputs from forwarders is configured to accept.&lt;/P&gt;</description>
    <pubDate>Tue, 17 Dec 2019 15:09:17 GMT</pubDate>
    <dc:creator>ntripp_element</dc:creator>
    <dc:date>2019-12-17T15:09:17Z</dc:date>
    <item>
      <title>How do I copy forwarder inputs from one indexer to another indexer?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-copy-forwarder-inputs-from-one-indexer-to-another/m-p/466752#M80423</link>
      <description>&lt;P&gt;I'm working on load balancing the universal forwarder and want to make sure the additional indexer that will now receive inputs from forwarders is configured to accept.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Dec 2019 15:09:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-copy-forwarder-inputs-from-one-indexer-to-another/m-p/466752#M80423</guid>
      <dc:creator>ntripp_element</dc:creator>
      <dc:date>2019-12-17T15:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: How do I copy forwarder inputs from one indexer to another indexer?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-copy-forwarder-inputs-from-one-indexer-to-another/m-p/466753#M80424</link>
      <description>&lt;P&gt;Hi @ntripp_element,&lt;BR /&gt;
auto-load-balancing is configured at Universal Forwarder Level: Indexers must only be configured to receive logs (enable receiving on 9997 port).&lt;/P&gt;

&lt;P&gt;Follow instructions at &lt;A href="https://docs.splunk.com/Documentation/Forwarder/8.0.1/Forwarder/Configureloadbalancing"&gt;https://docs.splunk.com/Documentation/Forwarder/8.0.1/Forwarder/Configureloadbalancing&lt;/A&gt; :&lt;BR /&gt;
In &lt;STRONG&gt;outputs.conf&lt;/STRONG&gt;:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcpout]
defaultGroup = default-autolb-group

[tcpout-server://xx.xx.xx.xx:9997]
[tcpout-server://yy.yy.yy.yy:9997]

[tcpout:default-autolb-group]
server = xx.xx.xx.xx:9997,yy.yy.yy.yy:9997
disabled=false
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;If you want, you can also configure autoLBFrequency and other parameters (see &lt;A href="https://docs.splunk.com/Documentation/Splunk/8.0.1/Admin/Outputsconf"&gt;https://docs.splunk.com/Documentation/Splunk/8.0.1/Admin/Outputsconf&lt;/A&gt; ).&lt;/P&gt;

&lt;P&gt;Ciao.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 17 Dec 2019 15:35:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-copy-forwarder-inputs-from-one-indexer-to-another/m-p/466753#M80424</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2019-12-17T15:35:51Z</dc:date>
    </item>
    <item>
      <title>Re: How do I copy forwarder inputs from one indexer to another indexer?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-copy-forwarder-inputs-from-one-indexer-to-another/m-p/466754#M80425</link>
      <description>&lt;P&gt;yes, I saw that. That's what I'm doing. The list of Forwarded data on the indexers is different. Don't see any mention of dealing with that anywhere so maybe it doesn't matter.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Dec 2019 15:56:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-copy-forwarder-inputs-from-one-indexer-to-another/m-p/466754#M80425</guid>
      <dc:creator>ntripp_element</dc:creator>
      <dc:date>2019-12-17T15:56:36Z</dc:date>
    </item>
    <item>
      <title>Re: How do I copy forwarder inputs from one indexer to another indexer?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-copy-forwarder-inputs-from-one-indexer-to-another/m-p/466755#M80426</link>
      <description>&lt;P&gt;Hi @ntripp_element,&lt;BR /&gt;
in auto load balancing, half of data are in each Indexer, when you run a search on a Search Head conected with both the Indexers, you see all the data.&lt;BR /&gt;
To have te same data on both the Indexers (HA), you have to configure an Indexer Cluster ( &lt;A href="https://docs.splunk.com/Documentation/Splunk/8.0.1/Indexer/Clusterdeploymentoverview"&gt;https://docs.splunk.com/Documentation/Splunk/8.0.1/Indexer/Clusterdeploymentoverview&lt;/A&gt; ).&lt;/P&gt;

&lt;P&gt;Ciao.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 17 Dec 2019 16:08:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-copy-forwarder-inputs-from-one-indexer-to-another/m-p/466755#M80426</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2019-12-17T16:08:43Z</dc:date>
    </item>
  </channel>
</rss>

