<?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: How to move data from one peer node to another peer in an indexer clustering environment? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-move-data-from-one-peer-node-to-another-peer-in-an/m-p/217853#M42859</link>
    <description>&lt;P&gt;To reduce a cluster from 3 to 1: &lt;BR /&gt;
Set search factor 1 replication factor 2.&lt;BR /&gt;&lt;BR /&gt;
Let the cluster stabilize.&lt;BR /&gt;&lt;BR /&gt;
Remove indexer 3 with a controlled stop to remove it from the cluster (splunk offline --enforce-counts).&lt;BR /&gt;
Let the cluster stabilize.&lt;BR /&gt;
Remove indexer 2 with a controlled stop to remove it from the cluster (splunk offline --enforce-counts).&lt;BR /&gt;
Let the cluster stabilize.&lt;BR /&gt;
You are all done.&lt;/P&gt;</description>
    <pubDate>Mon, 15 Oct 2018 19:37:25 GMT</pubDate>
    <dc:creator>hunderliggur</dc:creator>
    <dc:date>2018-10-15T19:37:25Z</dc:date>
    <item>
      <title>How to move data from one peer node to another peer in an indexer clustering environment?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-move-data-from-one-peer-node-to-another-peer-in-an/m-p/217849#M42855</link>
      <description>&lt;P&gt;I have 3 indexers in cluster master. (Indexer 1, indexer2 and indexer3)&lt;BR /&gt;
I need to stop indexer2 and indexer3 permanently.&lt;BR /&gt;
To Stop the indexers in the cluster, I use "offline" command. It stops the indexer offline. Now I need to move the buckets (data) from indexer2 ,3 to indexer 1. &lt;/P&gt;

&lt;P&gt;Please help me the process steps to move buckets to existing indexers.&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2017 19:38:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-move-data-from-one-peer-node-to-another-peer-in-an/m-p/217849#M42855</guid>
      <dc:creator>dpraveen88</dc:creator>
      <dc:date>2017-01-03T19:38:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to move data from one peer node to another peer in an indexer clustering environment?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-move-data-from-one-peer-node-to-another-peer-in-an/m-p/217850#M42856</link>
      <description>&lt;P&gt;If you have the storage, just increase the search factor and replication factor to 3 on the cluster master and let the buckets replicate on their own. Then, you can just remove indexer 2 and indexer 3 from the cluster.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2017 20:52:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-move-data-from-one-peer-node-to-another-peer-in-an/m-p/217850#M42856</guid>
      <dc:creator>masonmorales</dc:creator>
      <dc:date>2017-01-03T20:52:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to move data from one peer node to another peer in an indexer clustering environment?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-move-data-from-one-peer-node-to-another-peer-in-an/m-p/217851#M42857</link>
      <description>&lt;P&gt;NO!! You cannot simply move buckets from one indexer to another. You shouldn't do this in general and you &lt;EM&gt;definitely&lt;/EM&gt; shouldn't do it on an indexer cluster. Chances are high that you will corrupt all of the data. But there is a way to have Splunk do this for you, and it is pretty simple. First question: did you use&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;splunk offline --enforce-counts
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;or just&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;splunk offline
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;to take indexers offline? If you used "enforce-counts" AND you waited for each indexer to fully stop, then: congratulations! You are done!! The cluster master automatically made copies of all necessary data to the surviving indexer.&lt;/P&gt;

&lt;P&gt;First, without enforce-counts, "offline" only means that the indexer is only going to be offline for a restart. That is not the case here. So, start the indexers (indexer2 and indexer3) again, and do the offline with enforce-counts. It may take a long time for each indexer to fully stop, but you need to wait it out.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2017 21:09:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-move-data-from-one-peer-node-to-another-peer-in-an/m-p/217851#M42857</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2017-01-03T21:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to move data from one peer node to another peer in an indexer clustering environment?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-move-data-from-one-peer-node-to-another-peer-in-an/m-p/217852#M42858</link>
      <description>&lt;P&gt;Thanks for responding for you valuable suggestion. I used already this command "splunk offline --enforce-counts". so far i stopped the indexer3 permanently. After that whatever the old data is available in indexer3, i need to move from indexer3 to indexer1.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2017 21:37:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-move-data-from-one-peer-node-to-another-peer-in-an/m-p/217852#M42858</guid>
      <dc:creator>dpraveen88</dc:creator>
      <dc:date>2017-01-03T21:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to move data from one peer node to another peer in an indexer clustering environment?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-move-data-from-one-peer-node-to-another-peer-in-an/m-p/217853#M42859</link>
      <description>&lt;P&gt;To reduce a cluster from 3 to 1: &lt;BR /&gt;
Set search factor 1 replication factor 2.&lt;BR /&gt;&lt;BR /&gt;
Let the cluster stabilize.&lt;BR /&gt;&lt;BR /&gt;
Remove indexer 3 with a controlled stop to remove it from the cluster (splunk offline --enforce-counts).&lt;BR /&gt;
Let the cluster stabilize.&lt;BR /&gt;
Remove indexer 2 with a controlled stop to remove it from the cluster (splunk offline --enforce-counts).&lt;BR /&gt;
Let the cluster stabilize.&lt;BR /&gt;
You are all done.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Oct 2018 19:37:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-move-data-from-one-peer-node-to-another-peer-in-an/m-p/217853#M42859</guid>
      <dc:creator>hunderliggur</dc:creator>
      <dc:date>2018-10-15T19:37:25Z</dc:date>
    </item>
  </channel>
</rss>

