<?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 can a specific time period of logs be recovered from one Splunk indexer, then restored into another indexer? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-can-a-specific-time-period-of-logs-be-recovered-from-one/m-p/262590#M50378</link>
    <description>&lt;P&gt;Are the indexers in the same cluster, different clusters, one is standalone, new indexer is in a cluster, both are standalone?&lt;/P&gt;

&lt;P&gt;Whats the setup?  This is a very tricky operation IMHO.&lt;/P&gt;</description>
    <pubDate>Tue, 24 May 2016 13:09:12 GMT</pubDate>
    <dc:creator>jkat54</dc:creator>
    <dc:date>2016-05-24T13:09:12Z</dc:date>
    <item>
      <title>How can a specific time period of logs be recovered from one Splunk indexer, then restored into another indexer?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-a-specific-time-period-of-logs-be-recovered-from-one/m-p/262589#M50377</link>
      <description>&lt;P&gt;For example, if I needed the logs dated from January 1, 2016 - January 31, 2016 moved to a different indexer. How can this be achieved?&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2016 12:55:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-a-specific-time-period-of-logs-be-recovered-from-one/m-p/262589#M50377</guid>
      <dc:creator>cmcdole</dc:creator>
      <dc:date>2016-05-24T12:55:07Z</dc:date>
    </item>
    <item>
      <title>Re: How can a specific time period of logs be recovered from one Splunk indexer, then restored into another indexer?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-a-specific-time-period-of-logs-be-recovered-from-one/m-p/262590#M50378</link>
      <description>&lt;P&gt;Are the indexers in the same cluster, different clusters, one is standalone, new indexer is in a cluster, both are standalone?&lt;/P&gt;

&lt;P&gt;Whats the setup?  This is a very tricky operation IMHO.&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2016 13:09:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-a-specific-time-period-of-logs-be-recovered-from-one/m-p/262590#M50378</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2016-05-24T13:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: How can a specific time period of logs be recovered from one Splunk indexer, then restored into another indexer?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-a-specific-time-period-of-logs-be-recovered-from-one/m-p/262591#M50379</link>
      <description>&lt;P&gt;Both the indexers are standalone.&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2016 13:14:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-a-specific-time-period-of-logs-be-recovered-from-one/m-p/262591#M50379</guid>
      <dc:creator>cmcdole</dc:creator>
      <dc:date>2016-05-24T13:14:01Z</dc:date>
    </item>
    <item>
      <title>Re: How can a specific time period of logs be recovered from one Splunk indexer, then restored into another indexer?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-a-specific-time-period-of-logs-be-recovered-from-one/m-p/262592#M50380</link>
      <description>&lt;P&gt;Ok thanks... it will take a moment+ for me to type the answer.&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2016 13:27:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-a-specific-time-period-of-logs-be-recovered-from-one/m-p/262592#M50380</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2016-05-24T13:27:04Z</dc:date>
    </item>
    <item>
      <title>Re: How can a specific time period of logs be recovered from one Splunk indexer, then restored into another indexer?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-a-specific-time-period-of-logs-be-recovered-from-one/m-p/262593#M50381</link>
      <description>&lt;P&gt;Easiest method is to run your search that considers that time frame, table _raw, then export it and import it. &lt;/P&gt;

&lt;P&gt;Of course the export has a default limit of 10k events in csv, etc... &lt;/P&gt;

&lt;P&gt;Another method is a bit more barbaric and probably wont get exact dates, but you can copy index buckets from one server to the other, and then using the delete command, you can trim it to the exact data you want.  Bonus to this is there is no license hit.  Drawback is that you'll have to look through the index manifest files to find the names of the buckets you want to move.  The manifests have date ranges and event counts of each bucket so it's fairly straightforward once you locate them:&lt;/P&gt;

&lt;P&gt;C:\Program Files\Splunk\var\lib\splunk\defaultdb\db.bucketManifest  &amp;lt;- for example&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2016 13:32:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-a-specific-time-period-of-logs-be-recovered-from-one/m-p/262593#M50381</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2016-05-24T13:32:27Z</dc:date>
    </item>
    <item>
      <title>Re: How can a specific time period of logs be recovered from one Splunk indexer, then restored into another indexer?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-a-specific-time-period-of-logs-be-recovered-from-one/m-p/262594#M50382</link>
      <description>&lt;P&gt;Thank you for the fast replies.  I will take a look at this and let you know if that does it.&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2016 13:37:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-a-specific-time-period-of-logs-be-recovered-from-one/m-p/262594#M50382</guid>
      <dc:creator>cmcdole</dc:creator>
      <dc:date>2016-05-24T13:37:12Z</dc:date>
    </item>
  </channel>
</rss>

