<?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: MaxVolumeDataSize and old indexes in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/MaxVolumeDataSize-and-old-indexes/m-p/88286#M97259</link>
    <description>&lt;P&gt;It seems to be working now &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;Thanks for your feedback! &lt;BR /&gt;
Will mark your answers as the solution.&lt;/P&gt;</description>
    <pubDate>Mon, 09 Jul 2012 08:32:23 GMT</pubDate>
    <dc:creator>lmyrefelt</dc:creator>
    <dc:date>2012-07-09T08:32:23Z</dc:date>
    <item>
      <title>MaxVolumeDataSize and old indexes</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/MaxVolumeDataSize-and-old-indexes/m-p/88282#M97255</link>
      <description>&lt;P&gt;Hi, &lt;BR /&gt;
We have spec:d volumes for use in out indexes.conf and we are also (trying) to limit this volumes content with the option of MaxVolumeDataSize .&lt;/P&gt;

&lt;P&gt;We are trying to use MaxVolumeDataSize as a "Catch all" limit, rolling the oldest buckets in whatever index they may reside in to our cold storage. (on another volume).&lt;/P&gt;

&lt;P&gt;However our volume keeps on growing out of space (100%) and therfore it will stop Splunk from indexing. From what i can see we have some indexes that contain a lot data, but that are not actively used / data comming into. These indexes might not have been used the last 30days(+). &lt;/P&gt;

&lt;P&gt;I would have assumed that Splunk, when starting to hit the Volume limit specified in MaxVolumeSize, that even those indexes would have been rolled from warm to cold.&lt;/P&gt;

&lt;P&gt;Does not Splunk consider these old indexes as a part of itself anymore? There is nothing on this volume other than splunk indexes so i would have assumed splunk to honour the value of MaxVolumeDataSize.&lt;/P&gt;

&lt;P&gt;We are running splunk version 4.3.1, build 119532  on red hat linux 6.1&lt;/P&gt;

&lt;P&gt;indexes.conf:&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;&lt;BR /&gt;
[volume:hot]&lt;BR /&gt;
path = $SPLUNK_DB&lt;BR /&gt;
maxVolumeDataSizeMB = 90000&lt;BR /&gt;
(## 90 000 MB = 90 GB, 10GB less than capacity of disk )&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;[volume:cold]&lt;BR /&gt;
path = $SPLUNK_COLDDB&lt;BR /&gt;
maxVolumeDataSizeMB = 390000&lt;BR /&gt;
(## 490 000 MB = 390 GB, 10GB less than capacity of disk)&lt;/P&gt;

&lt;P&gt;[our_index]&lt;BR /&gt;
homePath = volume:hot/our_index/db&lt;BR /&gt;
coldPath = volume:cold/our_index/colddb&lt;BR /&gt;
thawedPath = $SPLUNK_COLDDB/our_index/thaweddb&lt;BR /&gt;
&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 12:00:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/MaxVolumeDataSize-and-old-indexes/m-p/88282#M97255</guid>
      <dc:creator>lmyrefelt</dc:creator>
      <dc:date>2020-09-28T12:00:47Z</dc:date>
    </item>
    <item>
      <title>Re: MaxVolumeDataSize and old indexes</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/MaxVolumeDataSize-and-old-indexes/m-p/88283#M97256</link>
      <description>&lt;P&gt;Are you certain that all of the indexes that write to &lt;CODE&gt;$SPLUNK_DB&lt;/CODE&gt; and &lt;CODE&gt;$SPLUNK_COLDDB&lt;/CODE&gt; reference &lt;CODE&gt;volume:hot&lt;/CODE&gt; and &lt;CODE&gt;volume:cold&lt;/CODE&gt; in their &lt;CODE&gt;homePath&lt;/CODE&gt; and &lt;CODE&gt;coldPath&lt;/CODE&gt; settings?&lt;/P&gt;

&lt;P&gt;As per &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/admin/indexesconf"&gt;indexes.conf.spec&lt;/A&gt;:&lt;BR /&gt;&lt;BR /&gt;
&lt;CODE&gt;maxVolumeDataSizeMB = &amp;lt;integer&amp;gt;&lt;BR /&gt;
    * Optional. &lt;BR /&gt;
    * If set, this attribute will limit the total cumulative size of all databases &lt;BR /&gt;
      that reside on this volume to the maximum size specified, in MB.&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;In other words : any index that writes to &lt;CODE&gt;$SPLUNK_DB&lt;/CODE&gt; or &lt;CODE&gt;$SPLUNK_COLDDB&lt;/CODE&gt; without explicit use of the volumes you defined in &lt;CODE&gt;homePath&lt;/CODE&gt; or &lt;CODE&gt;coldPath&lt;/CODE&gt; will &lt;STRONG&gt;not&lt;/STRONG&gt; be subjected to the &lt;CODE&gt;maxVolumeDataSizeMB&lt;/CODE&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jul 2012 21:02:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/MaxVolumeDataSize-and-old-indexes/m-p/88283#M97256</guid>
      <dc:creator>hexx</dc:creator>
      <dc:date>2012-07-02T21:02:05Z</dc:date>
    </item>
    <item>
      <title>Re: MaxVolumeDataSize and old indexes</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/MaxVolumeDataSize-and-old-indexes/m-p/88284#M97257</link>
      <description>&lt;P&gt;Hi Hexx,&lt;BR /&gt;
Thanks for your replay.&lt;/P&gt;

&lt;P&gt;AS far as i can see all our indexes in our distribueted indexes.conf contains volumes stanza.&lt;/P&gt;

&lt;P&gt;However we have some "app" / "addon-conf" containing some indexes.conf files not pointing to the volumes.&lt;BR /&gt;
Maybe that could be one of the causes for the problem.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jul 2012 07:51:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/MaxVolumeDataSize-and-old-indexes/m-p/88284#M97257</guid>
      <dc:creator>lmyrefelt</dc:creator>
      <dc:date>2012-07-09T07:51:48Z</dc:date>
    </item>
    <item>
      <title>Re: MaxVolumeDataSize and old indexes</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/MaxVolumeDataSize-and-old-indexes/m-p/88285#M97258</link>
      <description>&lt;P&gt;You should find out exactly what configuration is being applied by running &lt;CODE&gt;$SPLUNK_HOME/bin/splunk cmd btool indexes list --debug&lt;/CODE&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jul 2012 07:58:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/MaxVolumeDataSize-and-old-indexes/m-p/88285#M97258</guid>
      <dc:creator>hexx</dc:creator>
      <dc:date>2012-07-09T07:58:43Z</dc:date>
    </item>
    <item>
      <title>Re: MaxVolumeDataSize and old indexes</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/MaxVolumeDataSize-and-old-indexes/m-p/88286#M97259</link>
      <description>&lt;P&gt;It seems to be working now &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;Thanks for your feedback! &lt;BR /&gt;
Will mark your answers as the solution.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jul 2012 08:32:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/MaxVolumeDataSize-and-old-indexes/m-p/88286#M97259</guid>
      <dc:creator>lmyrefelt</dc:creator>
      <dc:date>2012-07-09T08:32:23Z</dc:date>
    </item>
  </channel>
</rss>

