<?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: Search head out of disk space because ${SPLUNK_HOME}/var/lib/splunk has HUGE db directories? in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Search-head-out-of-disk-space-because-SPLUNK-HOME-var-lib-splunk/m-p/110146#M7917</link>
    <description>&lt;P&gt;I do not understand what this is telling me:&lt;BR /&gt;
splunk_server   VALUE_audit     VALUE_internal  summary_forwarders  summary_hosts   summary_indexers    summary_pools   summary_sources     summary_sourcetypes&lt;BR /&gt;
splunk-search04 20752 / 500000MB (4%)   5947 / 500000MB (1%)    1316 / 500000MB (0%)    1326 / 500000MB (0%)    129 / 500000MB (0%) 19 / 500000MB (0%)  7551 / 500000MB (2%)    377 / 500000MB (0%)&lt;/P&gt;</description>
    <pubDate>Mon, 28 Sep 2020 15:38:38 GMT</pubDate>
    <dc:creator>woodcock</dc:creator>
    <dc:date>2020-09-28T15:38:38Z</dc:date>
    <item>
      <title>Search head out of disk space because ${SPLUNK_HOME}/var/lib/splunk has HUGE db directories?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Search-head-out-of-disk-space-because-SPLUNK-HOME-var-lib-splunk/m-p/110137#M7908</link>
      <description>&lt;P&gt;I have 2 search heads that are very similar but one has some extra apps installed (such as SoS).  The one with more apps is continuously out of disk space and I just found out why.  On the search head that is fine, /opt/splunk/var/lib/splunk has 531M used but on the loaded one, it has 35G!!!  What is taking up all the space?   Many directory pairs like this &lt;APPNAME&gt; and &lt;APPNAME&gt;.dat.  Inside each &lt;APPNAME&gt; directory are 3 directories: "colddb", "db", and "thaweddb".  The "db" directories are where all the space is consumed.  What is creating these and how can I rein it in?&lt;/APPNAME&gt;&lt;/APPNAME&gt;&lt;/APPNAME&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 11 Jan 2014 05:43:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Search-head-out-of-disk-space-because-SPLUNK-HOME-var-lib-splunk/m-p/110137#M7908</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2014-01-11T05:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: Search head out of disk space because ${SPLUNK_HOME}/var/lib/splunk has HUGE db directories?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Search-head-out-of-disk-space-because-SPLUNK-HOME-var-lib-splunk/m-p/110138#M7909</link>
      <description>&lt;P&gt;These are Splunk's indexes. The directory names in var/lib/splunk usually correspond to the index names, so if you want to see what all that data is, just search the corresponding index name in Splunk on your search head.&lt;/P&gt;</description>
      <pubDate>Sat, 11 Jan 2014 14:42:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Search-head-out-of-disk-space-because-SPLUNK-HOME-var-lib-splunk/m-p/110138#M7909</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2014-01-11T14:42:24Z</dc:date>
    </item>
    <item>
      <title>Re: Search head out of disk space because ${SPLUNK_HOME}/var/lib/splunk has HUGE db directories?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Search-head-out-of-disk-space-because-SPLUNK-HOME-var-lib-splunk/m-p/110139#M7910</link>
      <description>&lt;P&gt;To add to Ayn's comment, you can run this search on your search head:&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;&lt;BR /&gt;
| rest /services/data/indexes splunk_server=local&lt;BR /&gt;
| search totalEventCount!=0&lt;BR /&gt;
| eval cell=tostring(currentDBSizeMB) + " / " + tostring(maxTotalDataSizeMB) + "MB (" + tostring(round(currentDBSizeMB * 100 / maxTotalDataSizeMB)) + "%)"&lt;BR /&gt;
| chart first(cell) over splunk_server by title&lt;BR /&gt;
&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 15:38:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Search-head-out-of-disk-space-because-SPLUNK-HOME-var-lib-splunk/m-p/110139#M7910</guid>
      <dc:creator>sowings</dc:creator>
      <dc:date>2020-09-28T15:38:08Z</dc:date>
    </item>
    <item>
      <title>Re: Search head out of disk space because ${SPLUNK_HOME}/var/lib/splunk has HUGE db directories?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Search-head-out-of-disk-space-because-SPLUNK-HOME-var-lib-splunk/m-p/110140#M7911</link>
      <description>&lt;P&gt;Given it's a search head, my bet is on summary indexes and/or tsidx files for apps like bluecoat or palo alto..&lt;/P&gt;</description>
      <pubDate>Sat, 11 Jan 2014 17:56:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Search-head-out-of-disk-space-because-SPLUNK-HOME-var-lib-splunk/m-p/110140#M7911</guid>
      <dc:creator>dwaddle</dc:creator>
      <dc:date>2014-01-11T17:56:28Z</dc:date>
    </item>
    <item>
      <title>Re: Search head out of disk space because ${SPLUNK_HOME}/var/lib/splunk has HUGE db directories?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Search-head-out-of-disk-space-because-SPLUNK-HOME-var-lib-splunk/m-p/110141#M7912</link>
      <description>&lt;P&gt;We are not running any summary indices but we do have some apps that may have setup some, which was my theory (and why I mentioned SoS app).  Is there a way to map these files to the app that created them?&lt;/P&gt;</description>
      <pubDate>Sun, 12 Jan 2014 19:57:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Search-head-out-of-disk-space-because-SPLUNK-HOME-var-lib-splunk/m-p/110141#M7912</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2014-01-12T19:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: Search head out of disk space because ${SPLUNK_HOME}/var/lib/splunk has HUGE db directories?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Search-head-out-of-disk-space-because-SPLUNK-HOME-var-lib-splunk/m-p/110142#M7913</link>
      <description>&lt;P&gt;The above search would show &lt;EM&gt;summary index&lt;/EM&gt; usage local to the search head. If you're using report acceleration, you might try &lt;CODE&gt;| rest /services/admin/summarization splunk_server=local&lt;/CODE&gt;, and pay attention to summary.size. Some apps (like bluecoat or Palo Alto) may call "tscollect" directly to create tsidx name spaces. These are a bit harder to track down (as in, I don't yet have a search for identifying that space). There may also be summary space in use by accelerated data models, but that space would be on the indexers and &lt;EM&gt;not&lt;/EM&gt; on the search head.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jan 2014 13:27:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Search-head-out-of-disk-space-because-SPLUNK-HOME-var-lib-splunk/m-p/110142#M7913</guid>
      <dc:creator>sowings</dc:creator>
      <dc:date>2014-01-13T13:27:29Z</dc:date>
    </item>
    <item>
      <title>Re: Search head out of disk space because ${SPLUNK_HOME}/var/lib/splunk has HUGE db directories?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Search-head-out-of-disk-space-because-SPLUNK-HOME-var-lib-splunk/m-p/110143#M7914</link>
      <description>&lt;P&gt;And you might consider the Fire Brigade app, appropriate to your Splunk version. In particular the "Indexer Host Overview" page could help explain what's going on with that search head.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jan 2014 13:28:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Search-head-out-of-disk-space-because-SPLUNK-HOME-var-lib-splunk/m-p/110143#M7914</guid>
      <dc:creator>sowings</dc:creator>
      <dc:date>2014-01-13T13:28:27Z</dc:date>
    </item>
    <item>
      <title>Re: Search head out of disk space because ${SPLUNK_HOME}/var/lib/splunk has HUGE db directories?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Search-head-out-of-disk-space-because-SPLUNK-HOME-var-lib-splunk/m-p/110144#M7915</link>
      <description>&lt;P&gt;I do not understand what this is telling me:&lt;BR /&gt;
splunk_server   VALUE_audit     VALUE_internal  summary_forwarders  summary_hosts   summary_indexers    summary_pools   summary_sources     summary_sourcetypes&lt;BR /&gt;
splunk-search04 20752 / 500000MB (4%)   5947 / 500000MB (1%)    1316 / 500000MB (0%)    1326 / 500000MB (0%)    129 / 500000MB (0%) 19 / 500000MB (0%)  7551 / 500000MB (2%)    377 / 500000MB (0%)&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 15:38:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Search-head-out-of-disk-space-because-SPLUNK-HOME-var-lib-splunk/m-p/110144#M7915</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2020-09-28T15:38:33Z</dc:date>
    </item>
    <item>
      <title>Re: Search head out of disk space because ${SPLUNK_HOME}/var/lib/splunk has HUGE db directories?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Search-head-out-of-disk-space-because-SPLUNK-HOME-var-lib-splunk/m-p/110145#M7916</link>
      <description>&lt;P&gt;I do not understand what this is telling me:&lt;BR /&gt;
splunk_server   VALUE_audit     VALUE_internal  summary_forwarders  summary_hosts   summary_indexers    summary_pools   summary_sources     summary_sourcetypes&lt;BR /&gt;
splunk-search04 20752 / 500000MB (4%)   5947 / 500000MB (1%)    1316 / 500000MB (0%)    1326 / 500000MB (0%)    129 / 500000MB (0%) 19 / 500000MB (0%)  7551 / 500000MB (2%)    377 / 500000MB (0%)&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 15:38:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Search-head-out-of-disk-space-because-SPLUNK-HOME-var-lib-splunk/m-p/110145#M7916</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2020-09-28T15:38:36Z</dc:date>
    </item>
    <item>
      <title>Re: Search head out of disk space because ${SPLUNK_HOME}/var/lib/splunk has HUGE db directories?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Search-head-out-of-disk-space-because-SPLUNK-HOME-var-lib-splunk/m-p/110146#M7917</link>
      <description>&lt;P&gt;I do not understand what this is telling me:&lt;BR /&gt;
splunk_server   VALUE_audit     VALUE_internal  summary_forwarders  summary_hosts   summary_indexers    summary_pools   summary_sources     summary_sourcetypes&lt;BR /&gt;
splunk-search04 20752 / 500000MB (4%)   5947 / 500000MB (1%)    1316 / 500000MB (0%)    1326 / 500000MB (0%)    129 / 500000MB (0%) 19 / 500000MB (0%)  7551 / 500000MB (2%)    377 / 500000MB (0%)&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 15:38:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Search-head-out-of-disk-space-because-SPLUNK-HOME-var-lib-splunk/m-p/110146#M7917</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2020-09-28T15:38:38Z</dc:date>
    </item>
    <item>
      <title>Re: Search head out of disk space because ${SPLUNK_HOME}/var/lib/splunk has HUGE db directories?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Search-head-out-of-disk-space-because-SPLUNK-HOME-var-lib-splunk/m-p/110147#M7918</link>
      <description>&lt;P&gt;what does the datamode_summary contain. &lt;BR /&gt;
how can we move data from one path to another in an indexer cluster. &lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2017 21:45:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Search-head-out-of-disk-space-because-SPLUNK-HOME-var-lib-splunk/m-p/110147#M7918</guid>
      <dc:creator>nawazns5038</dc:creator>
      <dc:date>2017-12-06T21:45:06Z</dc:date>
    </item>
  </channel>
</rss>

