<?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: Kvstore taking more space in Splunk Dev</title>
    <link>https://community.splunk.com/t5/Splunk-Dev/Kvstore-taking-more-space/m-p/377692#M6214</link>
    <description>&lt;P&gt;Problem was solved by relocating the KVstore to a different location. &lt;/P&gt;

&lt;P&gt;This isn’t something you can push out via the deployer because the kvstore files must be manually moved. If you can deal with a few minutes of downtime on the SH I would recommend the following:&lt;/P&gt;

&lt;P&gt;1)  Stop all of the search heads.&lt;BR /&gt;
2)  Move the kvstore directory to a new volume.&lt;BR /&gt;
3)  Modify the server.conf file to point to the new location.&lt;BR /&gt;
4)  Start all of the search heads.&lt;/P&gt;</description>
    <pubDate>Fri, 18 Jan 2019 22:35:40 GMT</pubDate>
    <dc:creator>nawazns5038</dc:creator>
    <dc:date>2019-01-18T22:35:40Z</dc:date>
    <item>
      <title>Kvstore taking more space</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Kvstore-taking-more-space/m-p/377683#M6205</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;/opt/splunk/var/lib/splunk/kvstore/mongo&lt;/CODE&gt; is getting occupying more space in the search heads. How can we reduce the space ? &lt;BR /&gt;
It is around 25 GB. Is it normal ? &lt;/P&gt;

&lt;P&gt;Thanks &lt;/P&gt;</description>
      <pubDate>Tue, 08 May 2018 20:56:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Kvstore-taking-more-space/m-p/377683#M6205</guid>
      <dc:creator>nawazns5038</dc:creator>
      <dc:date>2018-05-08T20:56:57Z</dc:date>
    </item>
    <item>
      <title>Re: Kvstore taking more space</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Kvstore-taking-more-space/m-p/377684#M6206</link>
      <description>&lt;P&gt;What splunk version are you using?&lt;/P&gt;</description>
      <pubDate>Wed, 09 May 2018 13:59:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Kvstore-taking-more-space/m-p/377684#M6206</guid>
      <dc:creator>p_gurav</dc:creator>
      <dc:date>2018-05-09T13:59:04Z</dc:date>
    </item>
    <item>
      <title>Re: Kvstore taking more space</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Kvstore-taking-more-space/m-p/377685#M6207</link>
      <description>&lt;P&gt;6.5.3 version&lt;/P&gt;</description>
      <pubDate>Thu, 10 May 2018 18:16:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Kvstore-taking-more-space/m-p/377685#M6207</guid>
      <dc:creator>nawazns5038</dc:creator>
      <dc:date>2018-05-10T18:16:31Z</dc:date>
    </item>
    <item>
      <title>Re: Kvstore taking more space</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Kvstore-taking-more-space/m-p/377686#M6208</link>
      <description>&lt;P&gt;Was this issue resolved ? Can you please share the details.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jan 2019 09:39:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Kvstore-taking-more-space/m-p/377686#M6208</guid>
      <dc:creator>spodda01da</dc:creator>
      <dc:date>2019-01-17T09:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: Kvstore taking more space</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Kvstore-taking-more-space/m-p/377687#M6209</link>
      <description>&lt;P&gt;Yes, we have relocated KVstore to another drive. &lt;/P&gt;</description>
      <pubDate>Thu, 17 Jan 2019 22:07:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Kvstore-taking-more-space/m-p/377687#M6209</guid>
      <dc:creator>nawazns5038</dc:creator>
      <dc:date>2019-01-17T22:07:33Z</dc:date>
    </item>
    <item>
      <title>Re: Kvstore taking more space</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Kvstore-taking-more-space/m-p/377688#M6210</link>
      <description>&lt;P&gt;Great, can you please suggest the command/process to get it done. Since my kvstore has reached to 40GB, I might also have to do the same without breaking or losing any data.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jan 2019 03:42:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Kvstore-taking-more-space/m-p/377688#M6210</guid>
      <dc:creator>spodda01da</dc:creator>
      <dc:date>2019-01-18T03:42:47Z</dc:date>
    </item>
    <item>
      <title>Re: Kvstore taking more space</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Kvstore-taking-more-space/m-p/377689#M6211</link>
      <description>&lt;P&gt;Splunk will create one database per collection and one db file will have one collection.&lt;BR /&gt;
(collections are specified in collections.conf)&lt;/P&gt;

&lt;P&gt;MongoDB Documents are restricted to 16MB in size.&lt;BR /&gt;
Thus each Splunk collection will have two db files (.0 and .ns) in 16MB in size respectively&lt;/P&gt;

&lt;P&gt;The db path is defined in server.conf.&lt;BR /&gt;
 [kvstore]&lt;BR /&gt;
dbPath = $SPLUNK_DB/kvstore&lt;/P&gt;

&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jan 2019 04:29:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Kvstore-taking-more-space/m-p/377689#M6211</guid>
      <dc:creator>hdbang_splunk</dc:creator>
      <dc:date>2019-01-18T04:29:49Z</dc:date>
    </item>
    <item>
      <title>Re: Kvstore taking more space</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Kvstore-taking-more-space/m-p/377690#M6212</link>
      <description>&lt;P&gt;I checked the server.conf on the following path&lt;/P&gt;

&lt;P&gt;I did not find any reference of kvstore under the path ./etc/system/local/server.conf&lt;/P&gt;

&lt;P&gt;I did find the default path dbPath = $SPLUNK_DB/kvstore at ./etc/system/default/server.conf dbPath&lt;/P&gt;

&lt;P&gt;The kvstore is consuming around 40GB of space which as the default location. I need to relocate it to another location which enough space and need some help on how do you do it in a cluster.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jan 2019 08:13:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Kvstore-taking-more-space/m-p/377690#M6212</guid>
      <dc:creator>spodda01da</dc:creator>
      <dc:date>2019-01-18T08:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: Kvstore taking more space</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Kvstore-taking-more-space/m-p/377691#M6213</link>
      <description>&lt;P&gt;You can change dbPath in local/server.conf.&lt;BR /&gt;
Here is another answers&lt;BR /&gt;
&lt;A href="https://answers.splunk.com/answers/389298/relocate-kvstore-files-on-filesystem.html"&gt;https://answers.splunk.com/answers/389298/relocate-kvstore-files-on-filesystem.html&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jan 2019 11:41:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Kvstore-taking-more-space/m-p/377691#M6213</guid>
      <dc:creator>hdbang_splunk</dc:creator>
      <dc:date>2019-01-18T11:41:56Z</dc:date>
    </item>
    <item>
      <title>Re: Kvstore taking more space</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Kvstore-taking-more-space/m-p/377692#M6214</link>
      <description>&lt;P&gt;Problem was solved by relocating the KVstore to a different location. &lt;/P&gt;

&lt;P&gt;This isn’t something you can push out via the deployer because the kvstore files must be manually moved. If you can deal with a few minutes of downtime on the SH I would recommend the following:&lt;/P&gt;

&lt;P&gt;1)  Stop all of the search heads.&lt;BR /&gt;
2)  Move the kvstore directory to a new volume.&lt;BR /&gt;
3)  Modify the server.conf file to point to the new location.&lt;BR /&gt;
4)  Start all of the search heads.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jan 2019 22:35:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Kvstore-taking-more-space/m-p/377692#M6214</guid>
      <dc:creator>nawazns5038</dc:creator>
      <dc:date>2019-01-18T22:35:40Z</dc:date>
    </item>
    <item>
      <title>Re: Kvstore taking more space</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Kvstore-taking-more-space/m-p/377693#M6215</link>
      <description>&lt;P&gt;I have posted the steps involved. you can accept it or make it +1 so that others would take help of it. &lt;/P&gt;</description>
      <pubDate>Fri, 18 Jan 2019 22:37:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Kvstore-taking-more-space/m-p/377693#M6215</guid>
      <dc:creator>nawazns5038</dc:creator>
      <dc:date>2019-01-18T22:37:04Z</dc:date>
    </item>
    <item>
      <title>Re: Kvstore taking more space</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Kvstore-taking-more-space/m-p/377694#M6216</link>
      <description>&lt;P&gt;Thanks, I will work on my environment and confirm.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jan 2019 04:18:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Kvstore-taking-more-space/m-p/377694#M6216</guid>
      <dc:creator>spodda01da</dc:creator>
      <dc:date>2019-01-21T04:18:52Z</dc:date>
    </item>
    <item>
      <title>Re: Kvstore taking more space</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Kvstore-taking-more-space/m-p/580454#M6217</link>
      <description>&lt;P&gt;Can we delete old dated .ns files from&amp;nbsp;$Splunk Directory$\Splunk\var\lib\splunk\kvstore\mongo folder to increase the SH drive space...whether it will have any impact on SH performance&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jan 2022 14:02:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Kvstore-taking-more-space/m-p/580454#M6217</guid>
      <dc:creator>nnimbe1</dc:creator>
      <dc:date>2022-01-10T14:02:42Z</dc:date>
    </item>
  </channel>
</rss>

