<?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: Hot buckets appear to be growing faster than they can be migrated? in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/Hot-buckets-appear-to-be-growing-faster-than-they-can-be/m-p/75609#M2606</link>
    <description>&lt;P&gt;I don't know that the message refers to hot buckets. I would take a look at the actual files on disk. Go to&lt;BR /&gt;
&lt;CODE&gt;$SPLUNK_DB&lt;/CODE&gt; (in Linux, the default is &lt;CODE&gt;/opt/splunk/var/lib/splunk&lt;/CODE&gt;). You should see one directory for each index, along with some other files; note that the directory for the &lt;CODE&gt;main&lt;/CODE&gt; index is called &lt;CODE&gt;defaultdb&lt;/CODE&gt;.  Take a look at the directory tree. Also check out the size of the &lt;CODE&gt;db&lt;/CODE&gt; subdirectory and the &lt;CODE&gt;colddb&lt;/CODE&gt; subdirectory. &lt;CODE&gt;db&lt;/CODE&gt; holds the hot and warm buckets; &lt;CODE&gt;colddb&lt;/CODE&gt; holds the cold buckets.&lt;/P&gt;

&lt;P&gt;Does the overall size of the directories match what you have in &lt;CODE&gt;indexes.conf&lt;/CODE&gt;? If you look at these directories over time, can you see the buckets moving from &lt;CODE&gt;db&lt;/CODE&gt; to &lt;CODE&gt;colddb&lt;/CODE&gt; and then aging out? I would also check the maximum size setting for your indexes (you can do this in the Splunk Manager GUI if you prefer). Is the overall size of your index large enough? If the maximum size is too small, then Splunk may be aging out data sooner than you like.&lt;/P&gt;

&lt;P&gt;If you have a number of indexes and a high volume of data, buckets may be aging out of the indexes fairly quickly. That could be normal.&lt;/P&gt;

&lt;P&gt;Here is the documentation on &lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0.4/Indexer/HowSplunkstoresindexes"&gt;How Splunk Stores Indexes&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 27 Sep 2013 16:37:30 GMT</pubDate>
    <dc:creator>lguinn2</dc:creator>
    <dc:date>2013-09-27T16:37:30Z</dc:date>
    <item>
      <title>Hot buckets appear to be growing faster than they can be migrated?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Hot-buckets-appear-to-be-growing-faster-than-they-can-be/m-p/75608#M2605</link>
      <description>&lt;P&gt;I have lots of lines like the ones below from &lt;CODE&gt;splunkd.log&lt;/CODE&gt;:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;09-27-2013 15:04:28.681 +0000 INFO  IndexProcessor - Starting to move buckets with the oldest latest time until we achieve compliance (current size=337945007355, max=146800640000)
09-27-2013 15:04:29.726 +0000 INFO  IndexProcessor - Starting to move buckets with the oldest latest time until we achieve compliance (current size=337945445225, max=146800640000)
09-27-2013 15:04:30.761 +0000 INFO  IndexProcessor - Starting to move buckets with the oldest latest time until we achieve compliance (current size=337948447673, max=146800640000)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Doing some basic math shows that the &lt;CODE&gt;current size&lt;/CODE&gt; only ever increases. Does this mean that I'm accumulating buckets faster than they can be aged off? What should I do?&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2013 15:16:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Hot-buckets-appear-to-be-growing-faster-than-they-can-be/m-p/75608#M2605</guid>
      <dc:creator>markcaudill</dc:creator>
      <dc:date>2013-09-27T15:16:35Z</dc:date>
    </item>
    <item>
      <title>Re: Hot buckets appear to be growing faster than they can be migrated?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Hot-buckets-appear-to-be-growing-faster-than-they-can-be/m-p/75609#M2606</link>
      <description>&lt;P&gt;I don't know that the message refers to hot buckets. I would take a look at the actual files on disk. Go to&lt;BR /&gt;
&lt;CODE&gt;$SPLUNK_DB&lt;/CODE&gt; (in Linux, the default is &lt;CODE&gt;/opt/splunk/var/lib/splunk&lt;/CODE&gt;). You should see one directory for each index, along with some other files; note that the directory for the &lt;CODE&gt;main&lt;/CODE&gt; index is called &lt;CODE&gt;defaultdb&lt;/CODE&gt;.  Take a look at the directory tree. Also check out the size of the &lt;CODE&gt;db&lt;/CODE&gt; subdirectory and the &lt;CODE&gt;colddb&lt;/CODE&gt; subdirectory. &lt;CODE&gt;db&lt;/CODE&gt; holds the hot and warm buckets; &lt;CODE&gt;colddb&lt;/CODE&gt; holds the cold buckets.&lt;/P&gt;

&lt;P&gt;Does the overall size of the directories match what you have in &lt;CODE&gt;indexes.conf&lt;/CODE&gt;? If you look at these directories over time, can you see the buckets moving from &lt;CODE&gt;db&lt;/CODE&gt; to &lt;CODE&gt;colddb&lt;/CODE&gt; and then aging out? I would also check the maximum size setting for your indexes (you can do this in the Splunk Manager GUI if you prefer). Is the overall size of your index large enough? If the maximum size is too small, then Splunk may be aging out data sooner than you like.&lt;/P&gt;

&lt;P&gt;If you have a number of indexes and a high volume of data, buckets may be aging out of the indexes fairly quickly. That could be normal.&lt;/P&gt;

&lt;P&gt;Here is the documentation on &lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0.4/Indexer/HowSplunkstoresindexes"&gt;How Splunk Stores Indexes&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2013 16:37:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Hot-buckets-appear-to-be-growing-faster-than-they-can-be/m-p/75609#M2606</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2013-09-27T16:37:30Z</dc:date>
    </item>
  </channel>
</rss>

