<?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: What are these db_* files in the index directory? Can these be safely moved somewhere else without restarting Splunk? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/What-are-these-db-files-in-the-index-directory-Can-these-be/m-p/142814#M184972</link>
    <description>&lt;P&gt;Just a small side note: looks like you can move them away without Splunk throwing errors, but still they are afterwards no longer searchable and I would not relay on that it is safe at all to do so in a production environment.&lt;/P&gt;</description>
    <pubDate>Fri, 24 Jul 2015 02:31:08 GMT</pubDate>
    <dc:creator>MuS</dc:creator>
    <dc:date>2015-07-24T02:31:08Z</dc:date>
    <item>
      <title>What are these db_* files in the index directory? Can these be safely moved somewhere else without restarting Splunk?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-are-these-db-files-in-the-index-directory-Can-these-be/m-p/142812#M184970</link>
      <description>&lt;P&gt;Hi, &lt;/P&gt;

&lt;P&gt;In one of my index directories:&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;CreationTime&lt;BR /&gt;
    db_1428308275_1420532289_1&lt;BR /&gt;
    db_1432097800_1428308291_0&lt;BR /&gt;
    db_1432863053_1432097788_2&lt;BR /&gt;
    db_1433833137_1432863054_3&lt;BR /&gt;
    db_1434789933_1433833139_4&lt;BR /&gt;
    db_1435717564_1434789937_5&lt;BR /&gt;
    db_1435820396_1435717565_6&lt;BR /&gt;
    GlobalMetaData&lt;BR /&gt;
    hot_v1_7&lt;BR /&gt;
    hot_v1_8&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;What are all those db_* files? Are they warm data? Can these be moved safely to somewhere else without restarting Splunk? They are filling up my server space.&lt;/P&gt;

&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 06:48:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-are-these-db-files-in-the-index-directory-Can-these-be/m-p/142812#M184970</guid>
      <dc:creator>michael_lee</dc:creator>
      <dc:date>2020-09-29T06:48:31Z</dc:date>
    </item>
    <item>
      <title>Re: What are these db_* files in the index directory? Can these be safely moved somewhere else without restarting Splunk?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-are-these-db-files-in-the-index-directory-Can-these-be/m-p/142813#M184971</link>
      <description>&lt;P&gt;Hi michael_lee,&lt;/P&gt;

&lt;P&gt;Yes, these are your warm buckets, see the docs for more details &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.4/Indexer/HowSplunkstoresindexes#Bucket_naming_conventions"&gt;http://docs.splunk.com/Documentation/Splunk/6.2.4/Indexer/HowSplunkstoresindexes#Bucket_naming_conventions&lt;/A&gt; &lt;/P&gt;

&lt;P&gt;You should not move them while Splunk is running; stop Splunk, move them away and restart Splunk.&lt;BR /&gt;
Be aware that moving warm buckets to a different location will result in those buckets no longer being searchable. Maybe you should also have a look at the &lt;CODE&gt;indexes.conf&lt;/CODE&gt; option &lt;CODE&gt;maxTotalDataSizeMB&lt;/CODE&gt; and &lt;CODE&gt;frozenTimePeriodInSecs&lt;/CODE&gt; to set the maximum size and age of your index data &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.4/admin/Indexesconf"&gt;http://docs.splunk.com/Documentation/Splunk/6.2.4/admin/Indexesconf&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jul 2015 02:20:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-are-these-db-files-in-the-index-directory-Can-these-be/m-p/142813#M184971</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2015-07-24T02:20:14Z</dc:date>
    </item>
    <item>
      <title>Re: What are these db_* files in the index directory? Can these be safely moved somewhere else without restarting Splunk?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-are-these-db-files-in-the-index-directory-Can-these-be/m-p/142814#M184972</link>
      <description>&lt;P&gt;Just a small side note: looks like you can move them away without Splunk throwing errors, but still they are afterwards no longer searchable and I would not relay on that it is safe at all to do so in a production environment.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jul 2015 02:31:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-are-these-db-files-in-the-index-directory-Can-these-be/m-p/142814#M184972</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2015-07-24T02:31:08Z</dc:date>
    </item>
    <item>
      <title>Re: What are these db_* files in the index directory? Can these be safely moved somewhere else without restarting Splunk?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-are-these-db-files-in-the-index-directory-Can-these-be/m-p/142815#M184973</link>
      <description>&lt;P&gt;Hi thanks. In that case, if I wish to search for old data, i can just stop splunk, move back these archived warmed buckets, restart splunk and it will be searchable again, right? thanks&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jul 2015 02:40:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-are-these-db-files-in-the-index-directory-Can-these-be/m-p/142815#M184973</guid>
      <dc:creator>michael_lee</dc:creator>
      <dc:date>2015-07-24T02:40:00Z</dc:date>
    </item>
    <item>
      <title>Re: What are these db_* files in the index directory? Can these be safely moved somewhere else without restarting Splunk?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-are-these-db-files-in-the-index-directory-Can-these-be/m-p/142816#M184974</link>
      <description>&lt;P&gt;There is no need to do this manually, Splunk can to this for you &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;BR /&gt;
In &lt;CODE&gt;indexes.conf&lt;/CODE&gt; set the &lt;CODE&gt;COLDDB&lt;/CODE&gt; path and also the &lt;CODE&gt;warmToColdScript&lt;/CODE&gt; after that, Splunk will move the buckets  ( after the &lt;CODE&gt;frozenTimePeriodInSecs&lt;/CODE&gt;)  from &lt;CODE&gt;WARMDB&lt;/CODE&gt; to &lt;CODE&gt;COLDDB&lt;/CODE&gt; and your data is still searchable.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jul 2015 02:49:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-are-these-db-files-in-the-index-directory-Can-these-be/m-p/142816#M184974</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2015-07-24T02:49:52Z</dc:date>
    </item>
    <item>
      <title>Re: What are these db_* files in the index directory? Can these be safely moved somewhere else without restarting Splunk?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-are-these-db-files-in-the-index-directory-Can-these-be/m-p/142817#M184975</link>
      <description>&lt;P&gt;thanks, i can do this. However my problem is disk space. Can I say that after I do the above steps, I can move the whole directory called "COLDDB" to elsewhere without stopping splunk? thanks&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jul 2015 02:59:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-are-these-db-files-in-the-index-directory-Can-these-be/m-p/142817#M184975</guid>
      <dc:creator>michael_lee</dc:creator>
      <dc:date>2015-07-24T02:59:33Z</dc:date>
    </item>
    <item>
      <title>Re: What are these db_* files in the index directory? Can these be safely moved somewhere else without restarting Splunk?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-are-these-db-files-in-the-index-directory-Can-these-be/m-p/142818#M184976</link>
      <description>&lt;P&gt;simply but the &lt;CODE&gt;COLDDB&lt;/CODE&gt; on a different volume, disk, file system and Splunk will move it for you.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jul 2015 03:01:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-are-these-db-files-in-the-index-directory-Can-these-be/m-p/142818#M184976</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2015-07-24T03:01:23Z</dc:date>
    </item>
    <item>
      <title>Re: What are these db_* files in the index directory? Can these be safely moved somewhere else without restarting Splunk?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-are-these-db-files-in-the-index-directory-Can-these-be/m-p/142819#M184977</link>
      <description>&lt;P&gt;oh ok. like a SAN disk or something. Got it. Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jul 2015 03:09:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-are-these-db-files-in-the-index-directory-Can-these-be/m-p/142819#M184977</guid>
      <dc:creator>michael_lee</dc:creator>
      <dc:date>2015-07-24T03:09:41Z</dc:date>
    </item>
  </channel>
</rss>

