<?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 Why is the volume not restricting index size? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-the-volume-not-restricting-index-size/m-p/536586#M89942</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;/opt/splunk/etc/deployment-apps/indexer_config/local/indexes.conf

[volume:indexer_disk_size]
path = $SPLUNK_DB
maxVolumeDataSizeMB = 530000

[network]
homePath = volume:indexer_disk_size/network/db
coldPath = volume:indexer_disk_size/network/colddb
thawedPath = $SPLUNK_DB/network/thaweddb
maxDataSize = auto_high_volume
maxHotIdleSecs = 86400
maxWarmDBCount = 7
frozenTimePeriodInSecs = 7776000
# 1 month = 2592000, 3 month = 7776000&lt;/LI-CODE&gt;
&lt;P&gt;&lt;BR /&gt;I am experiencing that all of my indexes are able to individually go to a max of 500Gb which i believe is the default value. I am using Splunk 7.3.x.&amp;nbsp; Do i need to change any of my configuration settings, i suspect the volume referencing SPLUNK_DB as the path is causing issues although i have had difficulty.&lt;BR /&gt;&lt;BR /&gt;I have many indexes in this volume that are collectively consuming 720GB of the attempted 530GB configuration (the 530 value was used to differentiate from the baseline 500GB).&lt;BR /&gt;&lt;BR /&gt;Please help me understand what i have done wrong, the configurations are all done on the deployment server in indexes.conf and i am unable to see the configurations or deployment server defined index/volumes on any of my splunk monitoring consoles.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Sat, 23 Jan 2021 05:06:50 GMT</pubDate>
    <dc:creator>rlaan</dc:creator>
    <dc:date>2021-01-23T05:06:50Z</dc:date>
    <item>
      <title>Why is the volume not restricting index size?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-the-volume-not-restricting-index-size/m-p/536586#M89942</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;/opt/splunk/etc/deployment-apps/indexer_config/local/indexes.conf

[volume:indexer_disk_size]
path = $SPLUNK_DB
maxVolumeDataSizeMB = 530000

[network]
homePath = volume:indexer_disk_size/network/db
coldPath = volume:indexer_disk_size/network/colddb
thawedPath = $SPLUNK_DB/network/thaweddb
maxDataSize = auto_high_volume
maxHotIdleSecs = 86400
maxWarmDBCount = 7
frozenTimePeriodInSecs = 7776000
# 1 month = 2592000, 3 month = 7776000&lt;/LI-CODE&gt;
&lt;P&gt;&lt;BR /&gt;I am experiencing that all of my indexes are able to individually go to a max of 500Gb which i believe is the default value. I am using Splunk 7.3.x.&amp;nbsp; Do i need to change any of my configuration settings, i suspect the volume referencing SPLUNK_DB as the path is causing issues although i have had difficulty.&lt;BR /&gt;&lt;BR /&gt;I have many indexes in this volume that are collectively consuming 720GB of the attempted 530GB configuration (the 530 value was used to differentiate from the baseline 500GB).&lt;BR /&gt;&lt;BR /&gt;Please help me understand what i have done wrong, the configurations are all done on the deployment server in indexes.conf and i am unable to see the configurations or deployment server defined index/volumes on any of my splunk monitoring consoles.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Sat, 23 Jan 2021 05:06:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-the-volume-not-restricting-index-size/m-p/536586#M89942</guid>
      <dc:creator>rlaan</dc:creator>
      <dc:date>2021-01-23T05:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: Volume not restricting index size</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-the-volume-not-restricting-index-size/m-p/536659#M89959</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/121623"&gt;@rlaan&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;If you are using datamodels they also use $SPLUNK_HOME path as default. Since they use a separate volume name (&lt;SPAN&gt;volume:_splunk_summaries&lt;/SPAN&gt;) these can consume your 190GB missing space.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If this reply helps you an upvote is appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2021 10:38:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-the-volume-not-restricting-index-size/m-p/536659#M89959</guid>
      <dc:creator>scelikok</dc:creator>
      <dc:date>2021-01-21T10:38:19Z</dc:date>
    </item>
    <item>
      <title>Re: Volume not restricting index size</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-the-volume-not-restricting-index-size/m-p/536718#M89971</link>
      <description>&lt;P&gt;Thanks for the heads up, i don't believe i have configured anything from that, i have attempted the volume implementation just using the indexers.conf file that is pushed out from deployment server. Can 1 path location exist within 2 volumes?&lt;BR /&gt;ex.&amp;nbsp;&lt;SPAN&gt;volume:_splunk_summaries and the one i tried to create ?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2021 16:37:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-the-volume-not-restricting-index-size/m-p/536718#M89971</guid>
      <dc:creator>rlaan</dc:creator>
      <dc:date>2021-01-21T16:37:39Z</dc:date>
    </item>
    <item>
      <title>Re: Volume not restricting index size</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-the-volume-not-restricting-index-size/m-p/536732#M89975</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/121623"&gt;@rlaan&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Yes, the same path can be defined on different volumes. Can you please share output of below query?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| rest /services/data/index-volumes
            | fields title, total_size, max_size, volume_path
            | eval total_size_gb = if(isnull(total_size), "-", round(total_size / 1024, 2))
            | eval max_size_gb = if(isnull(max_size) OR max_size = "infinite", "unlimited", round(max_size / 1024, 2))
            | eval disk_usage_gb = total_size_gb." / ".max_size_gb
            | fields title, disk_usage_gb, max_size_gb, volume_path
            | rename title as Volume, disk_usage_gb as "Volume Usage (GB)", max_size_gb as "Volume Capacity (GB)", volume_path as "Volume Path"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2021 18:47:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-the-volume-not-restricting-index-size/m-p/536732#M89975</guid>
      <dc:creator>scelikok</dc:creator>
      <dc:date>2021-01-21T18:47:22Z</dc:date>
    </item>
    <item>
      <title>Re: Volume not restricting index size</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-the-volume-not-restricting-index-size/m-p/536899#M89997</link>
      <description>&lt;P&gt;Here is the output from requested query, i noticed the max size unlimited today in _introspection logs, although am still unsure how to change it, i thought the deployment app pushed to indexers would manage that with indexers.conf&lt;/P&gt;&lt;P&gt;Volume Volume Usage (GB) Volume Capacity (GB) Volume Path&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;_splunk_summaries&lt;/TD&gt;&lt;TD&gt;- / unlimited&lt;/TD&gt;&lt;TD&gt;unlimited&lt;/TD&gt;&lt;TD&gt;/opt/splunk/var/lib/splunk&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;BR /&gt;My volume wasn't returned in your search, my reference to it being size infinite is from the below _introspection line.&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;{"&lt;/SPAN&gt;&lt;SPAN class="t"&gt;datetime&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class="t"&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class="t"&gt;01-22-2021&lt;/SPAN&gt; &lt;SPAN class="t"&gt;13:32:17.668&lt;/SPAN&gt; &lt;SPAN class="t"&gt;-0700&lt;/SPAN&gt;&lt;SPAN&gt;","&lt;/SPAN&gt;&lt;SPAN class="t"&gt;log_level&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class="t"&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class="t"&gt;INFO&lt;/SPAN&gt;&lt;SPAN&gt;","&lt;/SPAN&gt;&lt;SPAN class="t"&gt;component&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class="t"&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class="t"&gt;Volumes&lt;/SPAN&gt;&lt;SPAN&gt;","&lt;/SPAN&gt;&lt;SPAN class="t"&gt;data&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class="t"&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;{"&lt;/SPAN&gt;&lt;SPAN class="t"&gt;name&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class="t"&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class="t"&gt;indexer_disk_size&lt;/SPAN&gt;&lt;SPAN&gt;","&lt;/SPAN&gt;&lt;SPAN class="t"&gt;max_size&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class="t"&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class="t"&gt;infinite&lt;/SPAN&gt;&lt;SPAN&gt;","&lt;/SPAN&gt;&lt;SPAN class="t"&gt;&lt;SPAN class="t a"&gt;volume&lt;/SPAN&gt;_path&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class="t"&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class="t"&gt;/opt/splunk/var/lib/splunk&lt;/SPAN&gt;&lt;SPAN&gt;"}}&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jan 2021 21:06:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-the-volume-not-restricting-index-size/m-p/536899#M89997</guid>
      <dc:creator>rlaan</dc:creator>
      <dc:date>2021-01-22T21:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: Volume not restricting index size</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-the-volume-not-restricting-index-size/m-p/536927#M90001</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/121623"&gt;@rlaan&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;If the search does not show your volume, there is something wrong, also the monitoring console is not showing.&lt;/P&gt;&lt;P&gt;Are you using an indexer cluster? If yes these settings should be done on cluster master. I didn't ask at the first time assuming there is no cluster.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 23 Jan 2021 14:29:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-the-volume-not-restricting-index-size/m-p/536927#M90001</guid>
      <dc:creator>scelikok</dc:creator>
      <dc:date>2021-01-23T14:29:41Z</dc:date>
    </item>
    <item>
      <title>Re: Volume not restricting index size</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-the-volume-not-restricting-index-size/m-p/537076#M90022</link>
      <description>&lt;P&gt;We are setup with a following main servers&lt;BR /&gt;1- search head&lt;BR /&gt;1- deployment/license server&lt;BR /&gt;2- heavy forward&lt;BR /&gt;2- indexer (no replication)&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jan 2021 16:46:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-the-volume-not-restricting-index-size/m-p/537076#M90022</guid>
      <dc:creator>rlaan</dc:creator>
      <dc:date>2021-01-25T16:46:05Z</dc:date>
    </item>
  </channel>
</rss>

