<?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 to use separate path for Hot, Warm, Cold buckets ? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-use-separate-path-for-Hot-Warm-Cold-buckets/m-p/413464#M95881</link>
    <description>&lt;P&gt;I belive there should be a way to seprate them &lt;/P&gt;</description>
    <pubDate>Fri, 30 Nov 2018 10:22:46 GMT</pubDate>
    <dc:creator>ntttechops</dc:creator>
    <dc:date>2018-11-30T10:22:46Z</dc:date>
    <item>
      <title>How to use separate path for Hot, Warm, Cold buckets ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-use-separate-path-for-Hot-Warm-Cold-buckets/m-p/413458#M95875</link>
      <description>&lt;P&gt;We would like to take a back from our buckets.&lt;BR /&gt;
The backups fails because of high movement of data in HOT Buckets.&lt;BR /&gt;
We would like to have a separate path for each of the DBs, i.e. something like below setup.&lt;/P&gt;

&lt;P&gt;hotPath   = $SPLUNK_DB/defaultdb/hotdb&lt;BR /&gt;
warmPath   = $SPLUNK_DB/defaultdb/warmdb&lt;BR /&gt;
coldPath      = $SPLUNK_DB/defaultdb/colddb&lt;BR /&gt;
thawedPath = $SPLUNK_DB/defaultdb/thaweddb&lt;/P&gt;

&lt;P&gt;Please tell us how is the correct way of doing that and support us.&lt;BR /&gt;
Thank you, &lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 22:12:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-use-separate-path-for-Hot-Warm-Cold-buckets/m-p/413458#M95875</guid>
      <dc:creator>ntttechops</dc:creator>
      <dc:date>2020-09-29T22:12:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to use separate path for Hot, Warm, Cold buckets ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-use-separate-path-for-Hot-Warm-Cold-buckets/m-p/413459#M95876</link>
      <description>&lt;P&gt;Your indexes.conf should look similar to this for each db:&lt;BR /&gt;
This is a global setting:&lt;BR /&gt;
[volume:'volume_name'] &lt;BR /&gt;
path = 'path to storage'&lt;BR /&gt;
maxVolumeDataSizeMB = 'insert size in MB' &amp;lt;-- I believe this is optional&lt;/P&gt;

&lt;P&gt;At the index level:&lt;BR /&gt;
['index_name']&lt;BR /&gt;
homePath = volume:'volume_name'/db/db&lt;/P&gt;

&lt;P&gt;Configure that for each volume and index/db and you should be good.&lt;/P&gt;

&lt;P&gt;Hope this helps &lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 22:12:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-use-separate-path-for-Hot-Warm-Cold-buckets/m-p/413459#M95876</guid>
      <dc:creator>joebisesi</dc:creator>
      <dc:date>2020-09-29T22:12:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to use separate path for Hot, Warm, Cold buckets ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-use-separate-path-for-Hot-Warm-Cold-buckets/m-p/413460#M95877</link>
      <description>&lt;P&gt;Hot and warm buckets always share the same path.  They cannot be separated.&lt;/P&gt;

&lt;P&gt;You should have your backup tool ignore hot buckets.  Hot buckets have names beginning with "hot_".&lt;/P&gt;</description>
      <pubDate>Wed, 28 Nov 2018 16:15:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-use-separate-path-for-Hot-Warm-Cold-buckets/m-p/413460#M95877</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2018-11-28T16:15:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to use separate path for Hot, Warm, Cold buckets ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-use-separate-path-for-Hot-Warm-Cold-buckets/m-p/413461#M95878</link>
      <description>&lt;P&gt;That is not what I want,&lt;BR /&gt;
I want separate path for HOT and WARM DB so that I can exclude the HOT in backups. &lt;/P&gt;</description>
      <pubDate>Thu, 29 Nov 2018 10:33:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-use-separate-path-for-Hot-Warm-Cold-buckets/m-p/413461#M95878</guid>
      <dc:creator>ntttechops</dc:creator>
      <dc:date>2018-11-29T10:33:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to use separate path for Hot, Warm, Cold buckets ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-use-separate-path-for-Hot-Warm-Cold-buckets/m-p/413462#M95879</link>
      <description>&lt;P&gt;As Rich stated, I don't believe the hot and warm buckets can be separated. If you look at the indexes.conf file, they only give you a homePath, coldPath and thawedPath. &lt;BR /&gt;
Ex &lt;BR /&gt;
[volume:hot_warm_storage]&lt;BR /&gt;
path = /dir/splunk/storage/hot_warm_storage&lt;BR /&gt;
[volume:cold_storage]&lt;BR /&gt;
path = /dir/splunk/storage/cold_storage&lt;/P&gt;

&lt;P&gt;[test_index]&lt;BR /&gt;
homePath = volume:hot_warm_storage/test_index/db&lt;BR /&gt;
coldPath = volume:cold_storage/test_index/colddb&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 22:12:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-use-separate-path-for-Hot-Warm-Cold-buckets/m-p/413462#M95879</guid>
      <dc:creator>joebisesi</dc:creator>
      <dc:date>2020-09-29T22:12:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to use separate path for Hot, Warm, Cold buckets ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-use-separate-path-for-Hot-Warm-Cold-buckets/m-p/413463#M95880</link>
      <description>&lt;P&gt;Are you sure that is not possible ??&lt;/P&gt;</description>
      <pubDate>Thu, 29 Nov 2018 14:11:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-use-separate-path-for-Hot-Warm-Cold-buckets/m-p/413463#M95880</guid>
      <dc:creator>ntttechops</dc:creator>
      <dc:date>2018-11-29T14:11:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to use separate path for Hot, Warm, Cold buckets ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-use-separate-path-for-Hot-Warm-Cold-buckets/m-p/413464#M95881</link>
      <description>&lt;P&gt;I belive there should be a way to seprate them &lt;/P&gt;</description>
      <pubDate>Fri, 30 Nov 2018 10:22:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-use-separate-path-for-Hot-Warm-Cold-buckets/m-p/413464#M95881</guid>
      <dc:creator>ntttechops</dc:creator>
      <dc:date>2018-11-30T10:22:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to use separate path for Hot, Warm, Cold buckets ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-use-separate-path-for-Hot-Warm-Cold-buckets/m-p/413465#M95882</link>
      <description>&lt;P&gt;Yes, I'm sure.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Nov 2018 13:09:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-use-separate-path-for-Hot-Warm-Cold-buckets/m-p/413465#M95882</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2018-11-30T13:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to use separate path for Hot, Warm, Cold buckets ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-use-separate-path-for-Hot-Warm-Cold-buckets/m-p/413466#M95883</link>
      <description>&lt;P&gt;This is not possible.&lt;BR /&gt;
Check out &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Admin/Indexesconf"&gt;http://docs.splunk.com/Documentation/Splunk/latest/Admin/Indexesconf&lt;/A&gt;&lt;BR /&gt;
You can specify "homePath" (for both the hotdb and the warmdb), but there is neither "hotPath" nor "warmPath".&lt;/P&gt;</description>
      <pubDate>Fri, 30 Nov 2018 13:15:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-use-separate-path-for-Hot-Warm-Cold-buckets/m-p/413466#M95883</guid>
      <dc:creator>whrg</dc:creator>
      <dc:date>2018-11-30T13:15:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to use separate path for Hot, Warm, Cold buckets ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-use-separate-path-for-Hot-Warm-Cold-buckets/m-p/413467#M95884</link>
      <description>&lt;P&gt;Contact Splunk support and file an Enhancement Request.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Dec 2018 12:41:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-use-separate-path-for-Hot-Warm-Cold-buckets/m-p/413467#M95884</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2018-12-04T12:41:53Z</dc:date>
    </item>
  </channel>
</rss>

