<?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: Difference in license usage and diskspace usage in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Difference-in-license-usage-and-diskspace-usage/m-p/335027#M61976</link>
    <description>&lt;P&gt;Ah ! That explains the difference in the numbers. I didn't change the license master setup so it should be the default 30 days. Thanks a lot !&lt;/P&gt;</description>
    <pubDate>Thu, 26 Oct 2017 15:06:34 GMT</pubDate>
    <dc:creator>jackiewkc</dc:creator>
    <dc:date>2017-10-26T15:06:34Z</dc:date>
    <item>
      <title>Difference in license usage and diskspace usage</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Difference-in-license-usage-and-diskspace-usage/m-p/335025#M61974</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I have an index with the following configuration:&lt;/P&gt;

&lt;P&gt;[index1]&lt;BR /&gt;
coldPath = $SPLUNK_DB/index1/colddb&lt;BR /&gt;
homePath = $SPLUNK_DB/index1/db&lt;BR /&gt;
thawedPath = $SPLUNK_DB/index1/thaweddb&lt;BR /&gt;
maxDataSize = auto_high_volume&lt;BR /&gt;
frozenTimePeriodInSecs = 31536000&lt;BR /&gt;
maxTotalDataSizeMB = 5000000&lt;BR /&gt;
repFactor = auto&lt;/P&gt;

&lt;P&gt;In the license master, I can see that the cumulative raw data size for index1 is 619GB. However, on the indexers, the size of $SPLUNK_DB/index1/colddb and $SPLUNK_DB/index1/db are 1.8TB and 2.1TB respectively.&lt;/P&gt;

&lt;P&gt;Is this right?&lt;/P&gt;

&lt;P&gt;Is there any way i can reduce the disk usage with the data retention period unchanged?&lt;/P&gt;

&lt;P&gt;Thanks.&lt;/P&gt;

&lt;P&gt;Regards,&lt;BR /&gt;
Jackie&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 16:29:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Difference-in-license-usage-and-diskspace-usage/m-p/335025#M61974</guid>
      <dc:creator>jackiewkc</dc:creator>
      <dc:date>2020-09-29T16:29:16Z</dc:date>
    </item>
    <item>
      <title>Re: Difference in license usage and diskspace usage</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Difference-in-license-usage-and-diskspace-usage/m-p/335026#M61975</link>
      <description>&lt;P&gt;How long are your license master logs being retained?  Your cumulative size reported from the license master is limited by your log retention on the _internal index, but it looks like the index you are asking about holds a full year's worth of data.  &lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2017 14:22:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Difference-in-license-usage-and-diskspace-usage/m-p/335026#M61975</guid>
      <dc:creator>traxxasbreaker</dc:creator>
      <dc:date>2017-10-26T14:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: Difference in license usage and diskspace usage</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Difference-in-license-usage-and-diskspace-usage/m-p/335027#M61976</link>
      <description>&lt;P&gt;Ah ! That explains the difference in the numbers. I didn't change the license master setup so it should be the default 30 days. Thanks a lot !&lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2017 15:06:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Difference-in-license-usage-and-diskspace-usage/m-p/335027#M61976</guid>
      <dc:creator>jackiewkc</dc:creator>
      <dc:date>2017-10-26T15:06:34Z</dc:date>
    </item>
    <item>
      <title>Re: Difference in license usage and diskspace usage</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Difference-in-license-usage-and-diskspace-usage/m-p/335028#M61977</link>
      <description>&lt;P&gt;OK so it sounds like part 1 on the discrepancy is due to the difference in the _internal index retention which affects the license master logs that will show and the retention on the index shown here.  The disk utilization on the indexer represents a much longer time period than what's reflected in _internal.&lt;/P&gt;

&lt;P&gt;To address the second part of the question on reducing disk usage without changing the retention period, here's a couple options:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;Check your cluster master to see if there are excess bucket copies that you can remove to free up some space.&lt;/LI&gt;
&lt;LI&gt;If the data is infrequently accessed past a certain age or if slower searches beyond a certain age aren't a concern, look into &lt;A href="https://docs.splunk.com/Documentation/Splunk/7.0.0/Indexer/Reducetsidxdiskusage"&gt;tsidx reduction&lt;/A&gt;.&lt;/LI&gt;
&lt;LI&gt;Make sure your replication and search factors aren't too high as this will require additional space for the extra copies.&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Use something like &lt;CODE&gt;|dbinspect index=index1 | chart count by guId&lt;/CODE&gt; to make sure you didn't happen to catch much higher than average space usage for that index due to a bucket imbalance.  If the bucket counts aren't reasonably close to even, first make sure you don't have an imbalance on incoming data then consider doing a &lt;A href="http://docs.splunk.com/Documentation/Splunk/7.0.0/Indexer/Rebalancethecluster"&gt;cluster rebalance&lt;/A&gt; for just that index (or include others if you notice the problem on other indexes too).&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Thu, 26 Oct 2017 15:27:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Difference-in-license-usage-and-diskspace-usage/m-p/335028#M61977</guid>
      <dc:creator>traxxasbreaker</dc:creator>
      <dc:date>2017-10-26T15:27:09Z</dc:date>
    </item>
  </channel>
</rss>

