<?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: Migrating Indexed data to different splunk instance in Installation</title>
    <link>https://community.splunk.com/t5/Installation/Migrating-Indexed-data-to-different-splunk-instance/m-p/488302#M6208</link>
    <description>&lt;P&gt;It is easy if the new system has no data; just &lt;CODE&gt;rsync&lt;/CODE&gt; the entire directory structures for the indexed data over.&lt;/P&gt;

&lt;P&gt;If the old system has data for the same index values, you need to understand the meaning of the &lt;CODE&gt;&amp;lt;indexname&amp;gt;.dat&lt;/CODE&gt; file and you may need to modify &lt;CODE&gt;bucket IDs&lt;/CODE&gt;.  A bucket looks like this &lt;CODE&gt;db_1571769855_1571338901_193&lt;/CODE&gt;  The &lt;CODE&gt;_193&lt;/CODE&gt; is the &lt;CODE&gt;bucket ID&lt;/CODE&gt;.  This is arbitrary (except for the value in &lt;CODE&gt;&amp;lt;indexname&amp;gt;.dat&lt;/CODE&gt;) and must be unique within any index (across both warm and cold directories).  If you have two &lt;CODE&gt;..._123&lt;/CODE&gt; buckets, one of them will have to be renamed.   The trick is that the value in &lt;CODE&gt;&amp;lt;indexname&amp;gt;.dat is the next available incremental&lt;/CODE&gt;bucket ID` value for that index.  You need to make sure that as you are reconciling conflicts and consuming higher numbers, that you also bump up that number.&lt;/P&gt;</description>
    <pubDate>Thu, 21 Nov 2019 15:30:42 GMT</pubDate>
    <dc:creator>woodcock</dc:creator>
    <dc:date>2019-11-21T15:30:42Z</dc:date>
    <item>
      <title>Migrating Indexed data to different splunk instance</title>
      <link>https://community.splunk.com/t5/Installation/Migrating-Indexed-data-to-different-splunk-instance/m-p/488300#M6206</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;Is it possible to migrate indexed data from one Splunk instance to another splunk instance.&lt;/P&gt;
&lt;P&gt;I have a few indexes which have been holding data for a few years and now I need to move this to a different spunk instance. New Splunk instance completely new environment without any of the old indexes created in it&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Sat, 06 Jun 2020 15:00:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Migrating-Indexed-data-to-different-splunk-instance/m-p/488300#M6206</guid>
      <dc:creator>Gowtham0809</dc:creator>
      <dc:date>2020-06-06T15:00:00Z</dc:date>
    </item>
    <item>
      <title>Re: Migrating Indexed data to different splunk instance</title>
      <link>https://community.splunk.com/t5/Installation/Migrating-Indexed-data-to-different-splunk-instance/m-p/488301#M6207</link>
      <description>&lt;P&gt;Hi @Gowtham0809,&lt;BR /&gt;
yes it's possible to migrate data from a Splunk instance to another.&lt;BR /&gt;
There are two situations:&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;If in the same index of the new instance you haven't data;&lt;/LI&gt;
&lt;LI&gt;If in the same index of the new instance you already have data.&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;In the first case, you can follow the instructions at &lt;A href="https://docs.splunk.com/Documentation/Splunk/8.0.0/Indexer/Moveanindex"&gt;https://docs.splunk.com/Documentation/Splunk/8.0.0/Indexer/Moveanindex&lt;/A&gt; and move indexes from the old instance to the new one.&lt;/P&gt;

&lt;P&gt;In the second case, the easier approach is to export data in row format (e.g. using a search &lt;CODE&gt;index=my_index&lt;/CODE&gt; and export data)&lt;BR /&gt;
 and reindexing them in the new instance.&lt;BR /&gt;
Put attention when you export data that you are exporting all the data ( &lt;A href="https://docs.splunk.com/Documentation/Splunk/8.0.0/Search/ExportdatausingSplunkWeb"&gt;https://docs.splunk.com/Documentation/Splunk/8.0.0/Search/ExportdatausingSplunkWeb&lt;/A&gt; ).&lt;/P&gt;

&lt;P&gt;Obviously you'll exceed your license for a day, but usually it isn't a problem, anyway put attention if you have other exceedings in the last 30 days to avoid license violations.&lt;/P&gt;

&lt;P&gt;Ciao.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 21 Nov 2019 10:22:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Migrating-Indexed-data-to-different-splunk-instance/m-p/488301#M6207</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2019-11-21T10:22:42Z</dc:date>
    </item>
    <item>
      <title>Re: Migrating Indexed data to different splunk instance</title>
      <link>https://community.splunk.com/t5/Installation/Migrating-Indexed-data-to-different-splunk-instance/m-p/488302#M6208</link>
      <description>&lt;P&gt;It is easy if the new system has no data; just &lt;CODE&gt;rsync&lt;/CODE&gt; the entire directory structures for the indexed data over.&lt;/P&gt;

&lt;P&gt;If the old system has data for the same index values, you need to understand the meaning of the &lt;CODE&gt;&amp;lt;indexname&amp;gt;.dat&lt;/CODE&gt; file and you may need to modify &lt;CODE&gt;bucket IDs&lt;/CODE&gt;.  A bucket looks like this &lt;CODE&gt;db_1571769855_1571338901_193&lt;/CODE&gt;  The &lt;CODE&gt;_193&lt;/CODE&gt; is the &lt;CODE&gt;bucket ID&lt;/CODE&gt;.  This is arbitrary (except for the value in &lt;CODE&gt;&amp;lt;indexname&amp;gt;.dat&lt;/CODE&gt;) and must be unique within any index (across both warm and cold directories).  If you have two &lt;CODE&gt;..._123&lt;/CODE&gt; buckets, one of them will have to be renamed.   The trick is that the value in &lt;CODE&gt;&amp;lt;indexname&amp;gt;.dat is the next available incremental&lt;/CODE&gt;bucket ID` value for that index.  You need to make sure that as you are reconciling conflicts and consuming higher numbers, that you also bump up that number.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Nov 2019 15:30:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Migrating-Indexed-data-to-different-splunk-instance/m-p/488302#M6208</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2019-11-21T15:30:42Z</dc:date>
    </item>
  </channel>
</rss>

