<?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: Index appears to be truncated prior to Max Index Size in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Index-appears-to-be-truncated-prior-to-Max-Index-Size/m-p/132894#M27301</link>
    <description>&lt;P&gt;Thanks for the reply.  I ran the query:&lt;/P&gt;

&lt;P&gt;frozenTimePeriodInSecs = 31,536,000  // 1 year = ( 365 x 24 x 3600 )&lt;/P&gt;

&lt;P&gt;This is actually what I was expecting.&lt;/P&gt;</description>
    <pubDate>Fri, 06 Feb 2015 23:53:12 GMT</pubDate>
    <dc:creator>BradL</dc:creator>
    <dc:date>2015-02-06T23:53:12Z</dc:date>
    <item>
      <title>Index appears to be truncated prior to Max Index Size</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Index-appears-to-be-truncated-prior-to-Max-Index-Size/m-p/132892#M27299</link>
      <description>&lt;P&gt;I have an index "eng_1" that has a max size of 500,000 MB.  When I look in SplunkOnSplunk it reports this index to be 25% full, however, the oldest data I can query is about 100 days old.  Given this index gets about 5GB/day, that amount of history seems right, but the 25% full seems to imply I should be able to go back much further. &lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;| rest /services/data/indexes | search title="eng_1" | table currentDBSizeMB, splunk_server, maxTotalDataSizeMB, maxWarmDBCount, homePath.maxDataSizeMB, coldPath.maxDataSizeMB&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;yields:&lt;/P&gt;

&lt;P&gt;`&lt;BR /&gt;
currentDBSizeMB splunk_server maxTotalDataSizeMB maxWarmDBCount homePath.maxDataSizeMB  coldPath.maxDataSizeMB&lt;/P&gt;

&lt;P&gt;1   index1splunk.au1.domain.net 500000  300 300000  200000&lt;BR /&gt;
1   index1splunk.br1.domain.net 500000  300 300000  200000&lt;BR /&gt;
7126    index1splunk.eu1.domain.net 500000  300 300000  200000&lt;BR /&gt;
134915  index1splunk.us1.domain.net 500000  300 300000  200000&lt;BR /&gt;
`&lt;/P&gt;

&lt;P&gt;So on one hand it seems like the amount of history I see is approximately right given the expected max size and the amount of data I ingest every day, but the metadata and SplunkOnSplunk doesn't show that this index is full.&lt;/P&gt;

&lt;P&gt;How can I confirm whether the daily incoming data is causing the old data to get evicted?&lt;/P&gt;</description>
      <pubDate>Fri, 06 Feb 2015 18:38:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Index-appears-to-be-truncated-prior-to-Max-Index-Size/m-p/132892#M27299</guid>
      <dc:creator>BradL</dc:creator>
      <dc:date>2015-02-06T18:38:15Z</dc:date>
    </item>
    <item>
      <title>Re: Index appears to be truncated prior to Max Index Size</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Index-appears-to-be-truncated-prior-to-Max-Index-Size/m-p/132893#M27300</link>
      <description>&lt;P&gt;The data retention of an index is influenced by two factors&lt;BR /&gt;
maxTotalDataSizeMB - If total size reaches beyond this limit, data buckets will be rolled over to frozen&lt;BR /&gt;
frozenTimePeriodInSecs -= if latest time for a bucket is older than this period, that data bucket will be rolled over to frozen.&lt;/P&gt;

&lt;P&gt;Run the following query and check the value for frozenTimePeriodInSecs if it has been reduced (default is 6 years) to lower values like 100 days in your case.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| rest /services/data/indexes | search title="eng_1" | table frozenTimePeriodInSecs 
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 06 Feb 2015 22:44:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Index-appears-to-be-truncated-prior-to-Max-Index-Size/m-p/132893#M27300</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2015-02-06T22:44:09Z</dc:date>
    </item>
    <item>
      <title>Re: Index appears to be truncated prior to Max Index Size</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Index-appears-to-be-truncated-prior-to-Max-Index-Size/m-p/132894#M27301</link>
      <description>&lt;P&gt;Thanks for the reply.  I ran the query:&lt;/P&gt;

&lt;P&gt;frozenTimePeriodInSecs = 31,536,000  // 1 year = ( 365 x 24 x 3600 )&lt;/P&gt;

&lt;P&gt;This is actually what I was expecting.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Feb 2015 23:53:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Index-appears-to-be-truncated-prior-to-Max-Index-Size/m-p/132894#M27301</guid>
      <dc:creator>BradL</dc:creator>
      <dc:date>2015-02-06T23:53:12Z</dc:date>
    </item>
    <item>
      <title>Re: Index appears to be truncated prior to Max Index Size</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Index-appears-to-be-truncated-prior-to-Max-Index-Size/m-p/132895#M27302</link>
      <description>&lt;P&gt;Turns out what's happening is the VOLUME as a whole is reaching it's limit.  Therefore the indexes residing on the volume get trimmed to keep the volume size in check, while the index itself is only partially full.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Feb 2015 01:42:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Index-appears-to-be-truncated-prior-to-Max-Index-Size/m-p/132895#M27302</guid>
      <dc:creator>BradL</dc:creator>
      <dc:date>2015-02-27T01:42:18Z</dc:date>
    </item>
  </channel>
</rss>

