<?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: Merge indices to one index in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Merge-indices-to-one-index/m-p/374212#M67799</link>
    <description>&lt;P&gt;You can go into settings -&amp;gt; Indexes and create a new index. (FooBar) Then, you can use the collect command to move all the data to the new index.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/SplunkCloud/6.6.0/SearchReference/Collect"&gt;http://docs.splunk.com/Documentation/SplunkCloud/6.6.0/SearchReference/Collect&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 21 Aug 2017 14:17:28 GMT</pubDate>
    <dc:creator>kdimaria</dc:creator>
    <dc:date>2017-08-21T14:17:28Z</dc:date>
    <item>
      <title>Merge indices to one index</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Merge-indices-to-one-index/m-p/374208#M67795</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;we have a lot of indices with low amount of data (some MBs).&lt;BR /&gt;
So I want to merge some indicies to one.&lt;/P&gt;

&lt;P&gt;e.g:&lt;BR /&gt;
Foo -&amp;gt; FooBar&lt;BR /&gt;
Bar -&amp;gt; FooBar&lt;/P&gt;

&lt;P&gt;How is that feasible?&lt;/P&gt;</description>
      <pubDate>Mon, 21 Aug 2017 12:16:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Merge-indices-to-one-index/m-p/374208#M67795</guid>
      <dc:creator>chrisitanmoleck</dc:creator>
      <dc:date>2017-08-21T12:16:37Z</dc:date>
    </item>
    <item>
      <title>Re: Merge indices to one index</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Merge-indices-to-one-index/m-p/374209#M67796</link>
      <description>&lt;P&gt;Seems like you need to use collect command.&lt;/P&gt;

&lt;P&gt;Refer to the following documentation&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Collect#Moving_events_to_a_different_index"&gt;http://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Collect#Moving_events_to_a_different_index&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Refer to the video tutorial to understand the concept of summary indexing: &lt;A href="https://www.splunk.com/view/SP-CAAACZW"&gt;https://www.splunk.com/view/SP-CAAACZW&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Aug 2017 12:25:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Merge-indices-to-one-index/m-p/374209#M67796</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2017-08-21T12:25:43Z</dc:date>
    </item>
    <item>
      <title>Re: Merge indices to one index</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Merge-indices-to-one-index/m-p/374210#M67797</link>
      <description>&lt;P&gt;Ummm.... why?  &lt;/P&gt;

&lt;P&gt;If it's just for search time convenience, consider adding the same tag to each index as per this one...&lt;/P&gt;

&lt;P&gt;&lt;A href="https://answers.splunk.com/answers/123629/add-an-alternative-name-as-an-extra-index-identifier.html"&gt;https://answers.splunk.com/answers/123629/add-an-alternative-name-as-an-extra-index-identifier.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Then, for cleanup purposes, create your new index, tag THAT index with the same tag, and redirect all indexing on the low-volume indexers to the new index.  The data on the old indexes will roll off over time, cleaning up your system without you having to muck about with actually moving the old data.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Aug 2017 13:50:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Merge-indices-to-one-index/m-p/374210#M67797</guid>
      <dc:creator>DalJeanis</dc:creator>
      <dc:date>2017-08-21T13:50:23Z</dc:date>
    </item>
    <item>
      <title>Re: Merge indices to one index</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Merge-indices-to-one-index/m-p/374211#M67798</link>
      <description>&lt;P&gt;If I do it with collect and deactivate the old index, I can't find the moved data.&lt;BR /&gt;
   &lt;CODE&gt;host=foo&lt;/CODE&gt;&lt;BR /&gt;
has no result.&lt;/P&gt;

&lt;P&gt;Otherwise &lt;CODE&gt;index=bar&lt;/CODE&gt; has the correct results&lt;/P&gt;</description>
      <pubDate>Mon, 21 Aug 2017 14:11:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Merge-indices-to-one-index/m-p/374211#M67798</guid>
      <dc:creator>chrisitanmoleck</dc:creator>
      <dc:date>2017-08-21T14:11:11Z</dc:date>
    </item>
    <item>
      <title>Re: Merge indices to one index</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Merge-indices-to-one-index/m-p/374212#M67799</link>
      <description>&lt;P&gt;You can go into settings -&amp;gt; Indexes and create a new index. (FooBar) Then, you can use the collect command to move all the data to the new index.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/SplunkCloud/6.6.0/SearchReference/Collect"&gt;http://docs.splunk.com/Documentation/SplunkCloud/6.6.0/SearchReference/Collect&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Aug 2017 14:17:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Merge-indices-to-one-index/m-p/374212#M67799</guid>
      <dc:creator>kdimaria</dc:creator>
      <dc:date>2017-08-21T14:17:28Z</dc:date>
    </item>
    <item>
      <title>Re: Merge indices to one index</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Merge-indices-to-one-index/m-p/374213#M67800</link>
      <description>&lt;P&gt;If you want to copy data with the collect-command you should also add informations to host, sourcetype and source.&lt;BR /&gt;
Otherwise these fields get a splunk-internal name.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index="foo" | collect index="bar" host="bar1" source="bar2" sourcetype="bar3"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 23 Aug 2017 13:01:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Merge-indices-to-one-index/m-p/374213#M67800</guid>
      <dc:creator>chrisitanmoleck</dc:creator>
      <dc:date>2017-08-23T13:01:14Z</dc:date>
    </item>
  </channel>
</rss>

