<?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: After upgrading to 6.5.0, KV Store will not start in Knowledge Management</title>
    <link>https://community.splunk.com/t5/Knowledge-Management/After-upgrading-to-6-5-0-KV-Store-will-not-start/m-p/234720#M2009</link>
    <description>&lt;P&gt;I am facing the same error on freshly installed Splunk 6.5.0 on Windows 10 x64. My install is a standalone trial for exploring new features and does not have commercial Enterprise license or domain environment.&lt;/P&gt;

&lt;P&gt;Any idea if this error has major implication or safe to ignore in this case?&lt;/P&gt;

&lt;P&gt;Appreciate the help.&lt;/P&gt;

&lt;P&gt;Regards, Mitesh.&lt;/P&gt;</description>
    <pubDate>Sat, 19 Nov 2016 13:47:06 GMT</pubDate>
    <dc:creator>miteshp250283</dc:creator>
    <dc:date>2016-11-19T13:47:06Z</dc:date>
    <item>
      <title>After upgrading to 6.5.0, KV Store will not start</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/After-upgrading-to-6-5-0-KV-Store-will-not-start/m-p/234713#M2002</link>
      <description>&lt;P&gt;After upgrading to Splunk Enterprise 6.5.0, the KV Store will not start.  On my indexers I see:&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;10/5/2016, 5:44:56 AM:&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Search peer indexer01.domain.local has the following message: Failed to start KV Store process. See mongod.log and splunkd.log for details.&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;In splunkd.log I find:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;10-05-2016 05:44:56.087 +0000 ERROR MongodRunner - mongod exited abnormally (exit code 14, status: exited with code 14) - look at mongod.log to investigate.
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Looking in the mongod.log I find:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;2016-10-05T05:44:56.753Z W CONTROL  No SSL certificate validation can be performed since no CA file has been provided; please specify an sslCAFile parameter
 2016-10-05T05:44:56.761Z F NETWORK  The provided SSL certificate is expired or not yet valid.
 2016-10-05T05:44:56.761Z I -        Fatal Assertion 28652
 2016-10-05T05:44:56.761Z I -
 ***aborting after fassert() failure
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;How can this be resolved?&lt;/P&gt;</description>
      <pubDate>Wed, 05 Oct 2016 16:29:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/After-upgrading-to-6-5-0-KV-Store-will-not-start/m-p/234713#M2002</guid>
      <dc:creator>jcrabb_splunk</dc:creator>
      <dc:date>2016-10-05T16:29:23Z</dc:date>
    </item>
    <item>
      <title>Re: After upgrading to 6.5.0, KV Store will not start</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/After-upgrading-to-6-5-0-KV-Store-will-not-start/m-p/234714#M2003</link>
      <description>&lt;P&gt;This can happen if the cert used by Splunkd to talk to Mongod has expired.  Verify your certs are valid.  For example, to validate the expiration date for server.pem you can run:  &lt;/P&gt;

&lt;P&gt;&lt;EM&gt;From $SPLUNK_HOME/etc/auth/&lt;/EM&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;openssl x509 -enddate -noout -in ./server.pem
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;EM&gt;Results:&lt;/EM&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;notAfter=Dec  10 14:017:25 2015 GMT
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;In the example above, the cert is expired.  If you want to create a new cert you can look at splunk createssl:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;$SPLUNK_HOME/bin/splunk help createssl
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;An example:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;$SPLUNK_HOME/bin/splunk createssl server-cert -d $SPLUNK_HOME/etc/auth -n server -c cn.domain.com -l 2048
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Simply adjust for your environment requirements/settings.  Once the new cert is in place, you can test to confirm it is valid:&lt;/P&gt;

&lt;P&gt;&lt;EM&gt;From $SPLUNK_HOME/etc/auth/&lt;/EM&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;openssl x509 -enddate -noout -in ./server.pem
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;EM&gt;Results:&lt;/EM&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;notAfter=Aug 22 15:30:45 2019 GMT
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;If it is now valid, restart Splunk and validate if KVStore is running:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;ps -ax | grep mongod

26108 ?        Ssl   62:11 mongod --dbpath=/opt/splunk/var/lib/splunk/kvstore/mongo --port=8191 --timeStampFormat=iso8601-utc --smallfiles --oplogSize=200 --keyFile=/opt/splunk/var/lib/splunk/kvstore/mongo/splunk.key --setParameter=enableLocalhostAuthBypass=0 --replSet=50D25A40-7DD2-4017-A223-732705AD4A96 --sslAllowInvalidHostnames --sslMode=preferSSL --sslPEMKeyFile=/opt/splunk/etc/auth/server.pem --sslPEMKeyPassword=xxxxxxxx --nounixsocket
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;And also:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;$SPLUNK_HOME/bin/splunk _internal call /services/server/info |grep -i kvstore

&amp;lt;s:key name="kvStoreStatus"&amp;gt;ready&amp;lt;/s:key&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;A third way to check is to run the following search from command line on the instance where you have the "Deployment Management Console / Monitor Console" Configured.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;$SPLUNK_HOME/bin/splunk search "| rest /services/server/info splunk_server=* | fields splunk_server, kvStoreStatus"

          splunk_server       kvStoreStatus
    ------------------------- -------------
    indexer01.domain.com      ready
    indexer02.domain.com      ready
    indexer03.domain.com      ready
    indexer04.domain.com      ready
    indexer05.domain.com      ready
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 05 Oct 2016 16:35:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/After-upgrading-to-6-5-0-KV-Store-will-not-start/m-p/234714#M2003</guid>
      <dc:creator>jcrabb_splunk</dc:creator>
      <dc:date>2016-10-05T16:35:13Z</dc:date>
    </item>
    <item>
      <title>Re: After upgrading to 6.5.0, KV Store will not start</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/After-upgrading-to-6-5-0-KV-Store-will-not-start/m-p/234715#M2004</link>
      <description>&lt;P&gt;can we watch this and get alerted when it's expiring.&lt;BR /&gt;
mine expired 2 years ago and until I upgraded to 6.5 it didn't come up...&lt;/P&gt;</description>
      <pubDate>Thu, 03 Nov 2016 19:43:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/After-upgrading-to-6-5-0-KV-Store-will-not-start/m-p/234715#M2004</guid>
      <dc:creator>GArienti</dc:creator>
      <dc:date>2016-11-03T19:43:49Z</dc:date>
    </item>
    <item>
      <title>Re: After upgrading to 6.5.0, KV Store will not start</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/After-upgrading-to-6-5-0-KV-Store-will-not-start/m-p/234716#M2005</link>
      <description>&lt;P&gt;After upgrading to 6.5 I am getting:&lt;/P&gt;

&lt;P&gt;1) "Failed to start KV Store process. See mongod.log and splunkd.log for details."&lt;BR /&gt;
2) "KV Store changed status to failed. KVStore process terminated."&lt;BR /&gt;
3) "KV Store process terminated abnormally (exit code 1, status exited with code 1)" &lt;/P&gt;

&lt;P&gt;I see nothing in Answers related to this.  Help!!&lt;/P&gt;</description>
      <pubDate>Fri, 04 Nov 2016 19:50:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/After-upgrading-to-6-5-0-KV-Store-will-not-start/m-p/234716#M2005</guid>
      <dc:creator>david_casey</dc:creator>
      <dc:date>2016-11-04T19:50:21Z</dc:date>
    </item>
    <item>
      <title>Re: After upgrading to 6.5.0, KV Store will not start</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/After-upgrading-to-6-5-0-KV-Store-will-not-start/m-p/234717#M2006</link>
      <description>&lt;P&gt;This has been resolved. Somehow during the upgrade to 6.5 the permissions on splunk.key changed. The permissions on the splunk.key file had to be reset as read-only and the search head rebooted. Problem solved. Shout out to Mike Cormier @ Concanon for his assistance!&lt;/P&gt;

&lt;P&gt;Update:  Typo fixed - splunk.key is the correct file name.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Nov 2016 14:51:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/After-upgrading-to-6-5-0-KV-Store-will-not-start/m-p/234717#M2006</guid>
      <dc:creator>david_casey</dc:creator>
      <dc:date>2016-11-07T14:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: After upgrading to 6.5.0, KV Store will not start</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/After-upgrading-to-6-5-0-KV-Store-will-not-start/m-p/234718#M2007</link>
      <description>&lt;P&gt;I am on a MAC and I don't see the kvstore.key file.  Where should it be?  &lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2016 02:54:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/After-upgrading-to-6-5-0-KV-Store-will-not-start/m-p/234718#M2007</guid>
      <dc:creator>wcgage</dc:creator>
      <dc:date>2016-11-16T02:54:01Z</dc:date>
    </item>
    <item>
      <title>Re: After upgrading to 6.5.0, KV Store will not start</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/After-upgrading-to-6-5-0-KV-Store-will-not-start/m-p/234719#M2008</link>
      <description>&lt;P&gt;/opt/splunk/var/lib/kvstore/mongo/splunk.key&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2016 11:50:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/After-upgrading-to-6-5-0-KV-Store-will-not-start/m-p/234719#M2008</guid>
      <dc:creator>david_casey</dc:creator>
      <dc:date>2016-11-16T11:50:48Z</dc:date>
    </item>
    <item>
      <title>Re: After upgrading to 6.5.0, KV Store will not start</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/After-upgrading-to-6-5-0-KV-Store-will-not-start/m-p/234720#M2009</link>
      <description>&lt;P&gt;I am facing the same error on freshly installed Splunk 6.5.0 on Windows 10 x64. My install is a standalone trial for exploring new features and does not have commercial Enterprise license or domain environment.&lt;/P&gt;

&lt;P&gt;Any idea if this error has major implication or safe to ignore in this case?&lt;/P&gt;

&lt;P&gt;Appreciate the help.&lt;/P&gt;

&lt;P&gt;Regards, Mitesh.&lt;/P&gt;</description>
      <pubDate>Sat, 19 Nov 2016 13:47:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/After-upgrading-to-6-5-0-KV-Store-will-not-start/m-p/234720#M2009</guid>
      <dc:creator>miteshp250283</dc:creator>
      <dc:date>2016-11-19T13:47:06Z</dc:date>
    </item>
    <item>
      <title>Re: After upgrading to 6.5.0, KV Store will not start</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/After-upgrading-to-6-5-0-KV-Store-will-not-start/m-p/234721#M2010</link>
      <description>&lt;P&gt;To be precise, the file is &lt;CODE&gt;/opt/splunk/var/lib/splunk/kvstore/mongo/splunk.key&lt;/CODE&gt;. Doing a chmod 400 splunk.key did the trick.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jan 2017 19:46:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/After-upgrading-to-6-5-0-KV-Store-will-not-start/m-p/234721#M2010</guid>
      <dc:creator>ndoshi</dc:creator>
      <dc:date>2017-01-05T19:46:36Z</dc:date>
    </item>
    <item>
      <title>Re: After upgrading to 6.5.0, KV Store will not start</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/After-upgrading-to-6-5-0-KV-Store-will-not-start/m-p/234722#M2011</link>
      <description>&lt;P&gt;If you think it's not about the expired cert issue check the permissions of kvstore file as below - I had the same &lt;BR /&gt;
- Copy from ndoshi's comments below to have better visibility.&lt;BR /&gt;
&lt;EM&gt;To be precise, the file is /opt/splunk/var/lib/splunk/kvstore/mongo/splunk.key. Doing a chmod 400 splunk.key did the trick.&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2017 01:13:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/After-upgrading-to-6-5-0-KV-Store-will-not-start/m-p/234722#M2011</guid>
      <dc:creator>sylim_splunk</dc:creator>
      <dc:date>2017-01-31T01:13:55Z</dc:date>
    </item>
    <item>
      <title>Re: After upgrading to 6.5.0, KV Store will not start</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/After-upgrading-to-6-5-0-KV-Store-will-not-start/m-p/234723#M2012</link>
      <description>&lt;P&gt;I have the same issue after update, but I get such errors in mongod.log:&lt;BR /&gt;
     2017-02-06T06:39:59.168Z E NETWORK  [conn180] SSL: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol&lt;BR /&gt;
     2017-02-06T06:39:59.168Z I NETWORK  [conn180] end connection 127.0.0.1:33592 (0 connections now open)&lt;BR /&gt;
     2017-02-06T06:39:59.175Z I NETWORK  [initandlisten] connection accepted from 127.0.0.1:33593 #181 (1 connection now open)&lt;BR /&gt;
     2017-02-06T06:39:59.175Z E NETWORK  [conn181] SSL: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol&lt;BR /&gt;
     2017-02-06T06:39:59.175Z I NETWORK  [conn181] end connection 127.0.0.1:33593 (0 connections now open)&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 12:44:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/After-upgrading-to-6-5-0-KV-Store-will-not-start/m-p/234723#M2012</guid>
      <dc:creator>vinchakov_a</dc:creator>
      <dc:date>2020-09-29T12:44:36Z</dc:date>
    </item>
    <item>
      <title>Re: After upgrading to 6.5.0, KV Store will not start</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/After-upgrading-to-6-5-0-KV-Store-will-not-start/m-p/234724#M2013</link>
      <description>&lt;P&gt;It worked for me, thanks&lt;/P&gt;</description>
      <pubDate>Thu, 23 Feb 2017 17:19:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/After-upgrading-to-6-5-0-KV-Store-will-not-start/m-p/234724#M2013</guid>
      <dc:creator>fab73</dc:creator>
      <dc:date>2017-02-23T17:19:07Z</dc:date>
    </item>
    <item>
      <title>Re: After upgrading to 6.5.0, KV Store will not start</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/After-upgrading-to-6-5-0-KV-Store-will-not-start/m-p/234725#M2014</link>
      <description>&lt;P&gt;I wanted to add another gotcha I figured out after running through this answers post. It seems in prior versions to 6.5.2, specifically 6.5.0 and 6.5.1 as tested this worked, but now fails in 6.5.2. Customers had the following setting in their server.conf after upgrade:&lt;/P&gt;

&lt;P&gt;[sslConfig]&lt;BR /&gt;
sslVersions = "tls"&lt;/P&gt;

&lt;P&gt;Customers whom upgraded to 6.5.2 found that KVSTORE wouldn't start, but splunkd.log didn't show any syntax issues. Only the mongod.log indicated something was wrong "unknown protocol".&lt;/P&gt;

&lt;P&gt;splunkd.log&lt;BR /&gt;
INFO  loader - Server supporting SSL versions SSL3,TLS1.0,TLS1.1,TLS1.2&lt;/P&gt;

&lt;P&gt;mongod.log&lt;BR /&gt;
E NETWORK  [conn893] SSL: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol&lt;BR /&gt;
D NETWORK  [conn893] SocketException: remote: 127.0.0.1:37578 error: 9001 socket exception [CONNECT_ERROR] &lt;/P&gt;

&lt;P&gt;Removing the double quotes from "tls" fixed the the above issue. So the correct syntax is now:&lt;/P&gt;

&lt;P&gt;[sslConfig]&lt;BR /&gt;
sslVersions = tls&lt;/P&gt;

&lt;P&gt;A bug has been created - SPL-138443&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 13:09:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/After-upgrading-to-6-5-0-KV-Store-will-not-start/m-p/234725#M2014</guid>
      <dc:creator>sgarvin55</dc:creator>
      <dc:date>2020-09-29T13:09:23Z</dc:date>
    </item>
    <item>
      <title>Re: After upgrading to 6.5.0, KV Store will not start</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/After-upgrading-to-6-5-0-KV-Store-will-not-start/m-p/234726#M2015</link>
      <description>&lt;P&gt;What server.conf are you referring to?  I'm not seeing this "sslVersion = "tls"" in the server.conf in /opt/splunk/etc/system/default or /opt/splunk/etc/system/local.  &lt;/P&gt;</description>
      <pubDate>Wed, 19 Apr 2017 20:28:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/After-upgrading-to-6-5-0-KV-Store-will-not-start/m-p/234726#M2015</guid>
      <dc:creator>bport15</dc:creator>
      <dc:date>2017-04-19T20:28:03Z</dc:date>
    </item>
    <item>
      <title>Re: After upgrading to 6.5.0, KV Store will not start</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/After-upgrading-to-6-5-0-KV-Store-will-not-start/m-p/234727#M2016</link>
      <description>&lt;P&gt;This is very helpful.  I've never had to deal with setting any keys, so I have no idea what our cn.domain.com should be.  I'm sure that it's probably right in front of me.  Can someone point me in the right direction?&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 12:18:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/After-upgrading-to-6-5-0-KV-Store-will-not-start/m-p/234727#M2016</guid>
      <dc:creator>a212830</dc:creator>
      <dc:date>2017-07-25T12:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: After upgrading to 6.5.0, KV Store will not start</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/After-upgrading-to-6-5-0-KV-Store-will-not-start/m-p/234728#M2017</link>
      <description>&lt;P&gt;Never mind. Duh. &lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 18:52:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/After-upgrading-to-6-5-0-KV-Store-will-not-start/m-p/234728#M2017</guid>
      <dc:creator>a212830</dc:creator>
      <dc:date>2017-07-25T18:52:07Z</dc:date>
    </item>
    <item>
      <title>Re: After upgrading to 6.5.0, KV Store will not start</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/After-upgrading-to-6-5-0-KV-Store-will-not-start/m-p/234729#M2018</link>
      <description>&lt;P&gt;how to do this on Windows ?&lt;BR /&gt;
I have Splunk on Windows and I checked the file permission, its already set to full control, still, I am getting the KVstore errors.&lt;BR /&gt;
PLease help&lt;/P&gt;</description>
      <pubDate>Mon, 30 Oct 2017 23:32:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/After-upgrading-to-6-5-0-KV-Store-will-not-start/m-p/234729#M2018</guid>
      <dc:creator>damode</dc:creator>
      <dc:date>2017-10-30T23:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: After upgrading to 6.5.0, KV Store will not start</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/After-upgrading-to-6-5-0-KV-Store-will-not-start/m-p/234730#M2019</link>
      <description>&lt;P&gt;I had the same on a windows server with default certs- just stopped splunk, moved the default server.pem and start splunk. This forces cert gen of the default certs which solved the problem here.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2017 09:01:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/After-upgrading-to-6-5-0-KV-Store-will-not-start/m-p/234730#M2019</guid>
      <dc:creator>claudio_manig</dc:creator>
      <dc:date>2017-11-15T09:01:23Z</dc:date>
    </item>
    <item>
      <title>Re: After upgrading to 6.5.0, KV Store will not start</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/After-upgrading-to-6-5-0-KV-Store-will-not-start/m-p/234731#M2020</link>
      <description>&lt;P&gt;I ran into the issue with the KVstore not starting after upgrading my indexers form 6.4.7 to 6.6.4. Shout out to @sgarvin55 for his answer. In my server.conf on my indexers I had the following setting. &lt;BR /&gt;
sslVersions = tls1.2, -ssl3, -ssl2, -ssl1&lt;/P&gt;

&lt;P&gt;I removed that setting and restarted Splunk. KVstore started normally. &lt;BR /&gt;
It appears the default is now tls1.2 for Splunk 6.6.3 and 6.6.4. &lt;/P&gt;</description>
      <pubDate>Wed, 22 Nov 2017 18:31:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/After-upgrading-to-6-5-0-KV-Store-will-not-start/m-p/234731#M2020</guid>
      <dc:creator>ryanhast</dc:creator>
      <dc:date>2017-11-22T18:31:36Z</dc:date>
    </item>
    <item>
      <title>Re: After upgrading to 6.5.0, KV Store will not start</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/After-upgrading-to-6-5-0-KV-Store-will-not-start/m-p/234732#M2021</link>
      <description>&lt;P&gt;Another option is to change the name of the current server.pem file in $SPLUNK_HOME/etc/auth and restart Splunk. Splunk will generate a new certificate upon start-up.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Dec 2017 15:48:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/After-upgrading-to-6-5-0-KV-Store-will-not-start/m-p/234732#M2021</guid>
      <dc:creator>jmaple_splunk</dc:creator>
      <dc:date>2017-12-12T15:48:27Z</dc:date>
    </item>
  </channel>
</rss>

