<?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: Clone all data received from one indexer to another indexer in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-clone-all-data-received-from-one-indexer-to-another/m-p/613013#M106065</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/111766"&gt;@andrew207&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;if you want to clone all the data of an Indexers sending them to another, you have only to configure your indexers to Forward data to another Indexes and locally store a copy of the files.&lt;/P&gt;&lt;P&gt;You can do this by GUI [Settings -- Forwarding and Receiving -- Forwarding]&lt;/P&gt;&lt;P&gt;It surely runs on a single Indexer, I never tried with a Cluster, but it should run.&lt;/P&gt;&lt;P&gt;Check if configuring for Forwarding only one peer of the Cluster you forward all the data or (as I suppose)&amp;nbsp; you need to configure all the peers.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
    <pubDate>Wed, 14 Sep 2022 06:40:09 GMT</pubDate>
    <dc:creator>gcusello</dc:creator>
    <dc:date>2022-09-14T06:40:09Z</dc:date>
    <item>
      <title>How do I clone all data received from one indexer to another indexer?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-clone-all-data-received-from-one-indexer-to-another/m-p/613008#M106060</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I have one indexer cluster that receives data over inputs.conf [splunktcp://9997].&lt;/P&gt;
&lt;P&gt;I want to clone all data received by this indexer cluster on this port to another Splunk instance, which also listens on 9997. I understand this will double my license consumption.&lt;/P&gt;
&lt;P&gt;Current: UF --&amp;gt; Indexer (stores all data)&lt;/P&gt;
&lt;P&gt;Desire: UF --&amp;gt; Indexer (stores all data) --&amp;gt; Other Indexer (also stores all data)&lt;/P&gt;
&lt;P&gt;How can I clone all data received on 9997 from one indexer to another?&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2022 16:34:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-clone-all-data-received-from-one-indexer-to-another/m-p/613008#M106060</guid>
      <dc:creator>andrew207</dc:creator>
      <dc:date>2022-09-14T16:34:02Z</dc:date>
    </item>
    <item>
      <title>Re: Clone all data received from one indexer to another indexer</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-clone-all-data-received-from-one-indexer-to-another/m-p/613009#M106061</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/111766"&gt;@andrew207&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;you can create a fork on your UF to send data to both Cluster and additional Indexes.&lt;/P&gt;&lt;P&gt;You have to add a group to outputs.conf, something like this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[tcpout]
defaultGroup=indexer_cluster,Other_indexer

[tcpout:indexer_cluster]
server=xxx.xxx.xxx.xxx:9997

[tcpout:other_indexer]
server=yyy.yyy.yyy.yyy:9997&lt;/LI-CODE&gt;&lt;P&gt;In other words, add both the addressing of the Cluster and the other Indexers.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2022 06:26:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-clone-all-data-received-from-one-indexer-to-another/m-p/613009#M106061</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-09-14T06:26:11Z</dc:date>
    </item>
    <item>
      <title>Re: Clone all data received from one indexer to another indexer</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-clone-all-data-received-from-one-indexer-to-another/m-p/613010#M106062</link>
      <description>&lt;P class="lia-align-left"&gt;Hello &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="lia-align-left"&gt;I am performing the cloning from a source indexer, &lt;STRONG&gt;not from a uf&lt;/STRONG&gt;. This means there is currently no outputs.conf configured, and your answer does not work.&lt;/P&gt;&lt;P class="lia-align-left"&gt;Thanks&lt;/P&gt;&lt;P class="lia-align-left"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2022 06:29:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-clone-all-data-received-from-one-indexer-to-another/m-p/613010#M106062</guid>
      <dc:creator>andrew207</dc:creator>
      <dc:date>2022-09-14T06:29:25Z</dc:date>
    </item>
    <item>
      <title>Re: Clone all data received from one indexer to another indexer</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-clone-all-data-received-from-one-indexer-to-another/m-p/613013#M106065</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/111766"&gt;@andrew207&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;if you want to clone all the data of an Indexers sending them to another, you have only to configure your indexers to Forward data to another Indexes and locally store a copy of the files.&lt;/P&gt;&lt;P&gt;You can do this by GUI [Settings -- Forwarding and Receiving -- Forwarding]&lt;/P&gt;&lt;P&gt;It surely runs on a single Indexer, I never tried with a Cluster, but it should run.&lt;/P&gt;&lt;P&gt;Check if configuring for Forwarding only one peer of the Cluster you forward all the data or (as I suppose)&amp;nbsp; you need to configure all the peers.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2022 06:40:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-clone-all-data-received-from-one-indexer-to-another/m-p/613013#M106065</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-09-14T06:40:09Z</dc:date>
    </item>
  </channel>
</rss>

