<?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: Where can I disable kvstore? in Monitoring Splunk</title>
    <link>https://community.splunk.com/t5/Monitoring-Splunk/Where-can-I-disable-kvstore/m-p/658605#M9821</link>
    <description>&lt;P&gt;Found another app that needs kvstore, but this one is a vendor TA. kvstore was not referenced in any documentation and I only found out after I stopped getting data. Fixed now, just keep an eye out for missing data after disabling kvstore on a HF.&lt;/P&gt;</description>
    <pubDate>Mon, 25 Sep 2023 14:34:23 GMT</pubDate>
    <dc:creator>mikefg</dc:creator>
    <dc:date>2023-09-25T14:34:23Z</dc:date>
    <item>
      <title>Where can I disable kvstore?</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Where-can-I-disable-kvstore/m-p/656006#M9782</link>
      <description>&lt;P&gt;Running 9.0.x now, and I'm getting messages about kvstore issues on indexers, etc. I understand I can disable kvstore on some systems, but not all.&lt;/P&gt;&lt;P&gt;Where do I need it upgraded to wiredTiger and where can I disable it?&lt;/P&gt;&lt;P&gt;Search heads - enabled and upgraded to wiredTiger&lt;BR /&gt;Enterprise security search head - enabled and upgraded to wiredTiger&lt;BR /&gt;Cluster master - mmapv1&lt;BR /&gt;Indexers - mmapv1&lt;BR /&gt;Deployment server - mmapv1&lt;BR /&gt;Heavy forwarders - enabled and upgraded to wiredTiger&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2023 18:39:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Where-can-I-disable-kvstore/m-p/656006#M9782</guid>
      <dc:creator>mikefg</dc:creator>
      <dc:date>2023-08-29T18:39:01Z</dc:date>
    </item>
    <item>
      <title>Re: Where can I disable kvstore?</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Where-can-I-disable-kvstore/m-p/656035#M9783</link>
      <description>&lt;P&gt;I would enable KVStore on search heads and disable it everywhere else.&amp;nbsp; HFs are not search heads and don't need KVStore unless you have an app that specifically calls for it.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Aug 2023 00:13:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Where-can-I-disable-kvstore/m-p/656035#M9783</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2023-08-30T00:13:14Z</dc:date>
    </item>
    <item>
      <title>Re: Where can I disable kvstore?</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Where-can-I-disable-kvstore/m-p/656064#M9784</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/193403"&gt;@mikefg&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;as&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/213957"&gt;@richgalloway&lt;/a&gt;&amp;nbsp;said, it's a best practice to disable KV-Store in all Splunk servers except Search Heads to use the resources for other purposes,&lt;/P&gt;&lt;P&gt;even if, there are some Add-Ons, that must be installed on HFs or IDXs, that disabling KV-Store will give you error messages because they use KV-Store .&lt;/P&gt;&lt;P&gt;Anyway, you can disable KV-Store adding to server.conf the following stanza:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[kvstore]
disabled = true&lt;/LI-CODE&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 30 Aug 2023 08:38:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Where-can-I-disable-kvstore/m-p/656064#M9784</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-08-30T08:38:11Z</dc:date>
    </item>
    <item>
      <title>Re: Where can I disable kvstore?</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Where-can-I-disable-kvstore/m-p/656335#M9787</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/193403"&gt;@mikefg&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;good for you, see next time!&lt;/P&gt;&lt;P&gt;Ciao and happy splunking&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;P.S.: Karma Points are appreciated by all the contributors &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Aug 2023 21:21:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Where-can-I-disable-kvstore/m-p/656335#M9787</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-08-31T21:21:46Z</dc:date>
    </item>
    <item>
      <title>Re: Where can I disable kvstore?</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Where-can-I-disable-kvstore/m-p/656370#M9788</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I don’t remember any other commonly used TA on HFs than the newest DB Connect which are requiring kvstore. Unfortunately that is not clearly said on documentation if I recall right? So without DBX, you should disable kvstore on HF too.&lt;/P&gt;&lt;P&gt;r. Ismo&lt;/P&gt;</description>
      <pubDate>Fri, 01 Sep 2023 07:18:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Where-can-I-disable-kvstore/m-p/656370#M9788</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2023-09-01T07:18:20Z</dc:date>
    </item>
    <item>
      <title>Re: Where can I disable kvstore?</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Where-can-I-disable-kvstore/m-p/658435#M9818</link>
      <description>&lt;P&gt;Maybe not a common TA or app, but Splunk App for Stream uses kvstore. Found this out recently doing some troubleshooting. So on stream servers make sure in server.conf to set&lt;/P&gt;&lt;P&gt;[kvstore]&lt;BR /&gt;disabled = false&lt;/P&gt;</description>
      <pubDate>Fri, 22 Sep 2023 14:43:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Where-can-I-disable-kvstore/m-p/658435#M9818</guid>
      <dc:creator>mikefg</dc:creator>
      <dc:date>2023-09-22T14:43:40Z</dc:date>
    </item>
    <item>
      <title>Re: Where can I disable kvstore?</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Where-can-I-disable-kvstore/m-p/658605#M9821</link>
      <description>&lt;P&gt;Found another app that needs kvstore, but this one is a vendor TA. kvstore was not referenced in any documentation and I only found out after I stopped getting data. Fixed now, just keep an eye out for missing data after disabling kvstore on a HF.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2023 14:34:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Where-can-I-disable-kvstore/m-p/658605#M9821</guid>
      <dc:creator>mikefg</dc:creator>
      <dc:date>2023-09-25T14:34:23Z</dc:date>
    </item>
  </channel>
</rss>

