<?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 Move index from one server to another in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Move-index-from-one-server-to-another/m-p/237486#M46132</link>
    <description>&lt;P&gt;I have an index on server-a called &lt;CODE&gt;wifi&lt;/CODE&gt; that data is going into continuously.  I want to move that index onto server-b.  There is currently only one input coming into the index.&lt;/P&gt;

&lt;P&gt;My plan is&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;Create index &lt;CODE&gt;wifi&lt;/CODE&gt; on &lt;CODE&gt;server-b&lt;/CODE&gt;&lt;/LI&gt;
&lt;LI&gt;Point the input to &lt;CODE&gt;server-b&lt;/CODE&gt;&lt;/LI&gt;
&lt;LI&gt;Roll index on &lt;CODE&gt;server-a&lt;/CODE&gt; to warm&lt;/LI&gt;
&lt;LI&gt;Copy &lt;CODE&gt;server-a:$SPLUNK_DB/wifi&lt;/CODE&gt; to &lt;CODE&gt;server-b:$SPLUNK_DB/wifi&lt;/CODE&gt;&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;Is there any chance of bucket collision?&lt;/P&gt;</description>
    <pubDate>Tue, 17 Nov 2015 09:23:20 GMT</pubDate>
    <dc:creator>joxley</dc:creator>
    <dc:date>2015-11-17T09:23:20Z</dc:date>
    <item>
      <title>Move index from one server to another</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Move-index-from-one-server-to-another/m-p/237486#M46132</link>
      <description>&lt;P&gt;I have an index on server-a called &lt;CODE&gt;wifi&lt;/CODE&gt; that data is going into continuously.  I want to move that index onto server-b.  There is currently only one input coming into the index.&lt;/P&gt;

&lt;P&gt;My plan is&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;Create index &lt;CODE&gt;wifi&lt;/CODE&gt; on &lt;CODE&gt;server-b&lt;/CODE&gt;&lt;/LI&gt;
&lt;LI&gt;Point the input to &lt;CODE&gt;server-b&lt;/CODE&gt;&lt;/LI&gt;
&lt;LI&gt;Roll index on &lt;CODE&gt;server-a&lt;/CODE&gt; to warm&lt;/LI&gt;
&lt;LI&gt;Copy &lt;CODE&gt;server-a:$SPLUNK_DB/wifi&lt;/CODE&gt; to &lt;CODE&gt;server-b:$SPLUNK_DB/wifi&lt;/CODE&gt;&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;Is there any chance of bucket collision?&lt;/P&gt;</description>
      <pubDate>Tue, 17 Nov 2015 09:23:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Move-index-from-one-server-to-another/m-p/237486#M46132</guid>
      <dc:creator>joxley</dc:creator>
      <dc:date>2015-11-17T09:23:20Z</dc:date>
    </item>
    <item>
      <title>Re: Move index from one server to another</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Move-index-from-one-server-to-another/m-p/237487#M46133</link>
      <description>&lt;P&gt;Since Server B will be ingesting data and creating buckets prior to your move of buckets from server a, I would say the potential to have a bucket conflict is still there. &lt;/P&gt;</description>
      <pubDate>Tue, 17 Nov 2015 13:32:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Move-index-from-one-server-to-another/m-p/237487#M46133</guid>
      <dc:creator>dgrubb_splunk</dc:creator>
      <dc:date>2015-11-17T13:32:27Z</dc:date>
    </item>
    <item>
      <title>Re: Move index from one server to another</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Move-index-from-one-server-to-another/m-p/237488#M46134</link>
      <description>&lt;P&gt;Agree with dgrubb. This is not recommended as you can cause bucket collision. &lt;BR /&gt;
The safest way is obviously by cutting the data input from the forwarder to the indexer. If your copy won't take too long (how large is the index currently?), this might be the easiest way. Your forwarder can queue the data for a while, before it looses data. If you like, you can enlarge the forwarders queue to make sure that it won't overflow. Fire it up as soon as you're done copying, and you should be allright.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Nov 2015 16:17:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Move-index-from-one-server-to-another/m-p/237488#M46134</guid>
      <dc:creator>renems</dc:creator>
      <dc:date>2015-11-17T16:17:17Z</dc:date>
    </item>
    <item>
      <title>Re: Move index from one server to another</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Move-index-from-one-server-to-another/m-p/237489#M46135</link>
      <description>&lt;P&gt;I agree with dgrubb and renems - to avoid bucket conflict, you should turn on indexer acknowledgment on your forwarders and queue the data there while you make the move. See &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.3.1/Forwarding/Protectagainstlossofin-flightdata"&gt;Protect against loss of in-flight data&lt;/A&gt; in the &lt;EM&gt;Forwarding Data&lt;/EM&gt; manual.&lt;/P&gt;

&lt;P&gt;When you make the move, follow the procedure in the &lt;EM&gt;Managing Indexers and Clusters of Indexers&lt;/EM&gt; manual: &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.3.1/Indexer/Moveanindex"&gt;Move the index database&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Nov 2015 17:04:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Move-index-from-one-server-to-another/m-p/237489#M46135</guid>
      <dc:creator>ChrisG</dc:creator>
      <dc:date>2015-11-17T17:04:24Z</dc:date>
    </item>
  </channel>
</rss>

