<?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: What is the command to check KVStore status? in Splunk Enterprise Security</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/What-is-the-command-to-check-KVStore-status/m-p/246514#M1722</link>
    <description>&lt;P&gt;Refer this link. &lt;BR /&gt;
&lt;A href="https://answers.splunk.com/answers/323356/kvstore-errors-does-not-start.html"&gt;https://answers.splunk.com/answers/323356/kvstore-errors-does-not-start.html&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 26 Nov 2015 19:55:32 GMT</pubDate>
    <dc:creator>rcreddy06</dc:creator>
    <dc:date>2015-11-26T19:55:32Z</dc:date>
    <item>
      <title>What is the command to check KVStore status?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/What-is-the-command-to-check-KVStore-status/m-p/246511#M1719</link>
      <description>&lt;P&gt;Facing issues with KVStore on Enterprise Security. Dashboards show an error "Unable to load results". Is there any command to check KVStore status?&lt;/P&gt;</description>
      <pubDate>Thu, 26 Nov 2015 15:04:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/What-is-the-command-to-check-KVStore-status/m-p/246511#M1719</guid>
      <dc:creator>halleyglen</dc:creator>
      <dc:date>2015-11-26T15:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: What is the command to check KVStore status?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/What-is-the-command-to-check-KVStore-status/m-p/246512#M1720</link>
      <description>&lt;P&gt;use the following command on &lt;EM&gt;nix systems, which should return **ready/starting/failed/disabled&lt;/EM&gt;*&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;curl -k -s &lt;A href="https://localhost:8089/services/server/info" target="_blank"&gt;https://localhost:8089/services/server/info&lt;/A&gt; | grep kvstore&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 08:00:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/What-is-the-command-to-check-KVStore-status/m-p/246512#M1720</guid>
      <dc:creator>rcreddy06</dc:creator>
      <dc:date>2020-09-29T08:00:07Z</dc:date>
    </item>
    <item>
      <title>Re: What is the command to check KVStore status?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/What-is-the-command-to-check-KVStore-status/m-p/246513#M1721</link>
      <description>&lt;P&gt;Its status is starting and I restarted the servers.. Its still starting. How long does it takes to change state?&lt;/P&gt;</description>
      <pubDate>Thu, 26 Nov 2015 19:53:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/What-is-the-command-to-check-KVStore-status/m-p/246513#M1721</guid>
      <dc:creator>halleyglen</dc:creator>
      <dc:date>2015-11-26T19:53:44Z</dc:date>
    </item>
    <item>
      <title>Re: What is the command to check KVStore status?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/What-is-the-command-to-check-KVStore-status/m-p/246514#M1722</link>
      <description>&lt;P&gt;Refer this link. &lt;BR /&gt;
&lt;A href="https://answers.splunk.com/answers/323356/kvstore-errors-does-not-start.html"&gt;https://answers.splunk.com/answers/323356/kvstore-errors-does-not-start.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Nov 2015 19:55:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/What-is-the-command-to-check-KVStore-status/m-p/246514#M1722</guid>
      <dc:creator>rcreddy06</dc:creator>
      <dc:date>2015-11-26T19:55:32Z</dc:date>
    </item>
    <item>
      <title>Re: What is the command to check KVStore status?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/What-is-the-command-to-check-KVStore-status/m-p/246515#M1723</link>
      <description>&lt;P&gt;FYI - you may want to add -i to the grep, as the version I am using does not return anything with the above command, as the output from the curl is mixed case:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;        &amp;lt;s:key name="kvStoreStatus"&amp;gt;ready&amp;lt;/s:key&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This works:&lt;BR /&gt;
curl -k -s &lt;A href="https://localhost:8089/services/server/info"&gt;https://localhost:8089/services/server/info&lt;/A&gt; | grep -i kvstore&lt;/P&gt;</description>
      <pubDate>Sun, 22 Jan 2017 22:42:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/What-is-the-command-to-check-KVStore-status/m-p/246515#M1723</guid>
      <dc:creator>nvonkorff</dc:creator>
      <dc:date>2017-01-22T22:42:14Z</dc:date>
    </item>
    <item>
      <title>Re: What is the command to check KVStore status?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/What-is-the-command-to-check-KVStore-status/m-p/246516#M1724</link>
      <description>&lt;P&gt;No, Actually I need to check the status of output of that particular command , Like other application if we click command rating we can see the complete details like output of command , source etc.&lt;/P&gt;

&lt;P&gt;Here i click command i can see the events only &lt;/P&gt;

&lt;P&gt;Any thoughts&lt;/P&gt;</description>
      <pubDate>Mon, 25 Feb 2019 11:43:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/What-is-the-command-to-check-KVStore-status/m-p/246516#M1724</guid>
      <dc:creator>sahiltcs</dc:creator>
      <dc:date>2019-02-25T11:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: What is the command to check KVStore status?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/What-is-the-command-to-check-KVStore-status/m-p/246517#M1725</link>
      <description>&lt;P&gt;I tried every possible commands, but no return:&lt;BR /&gt;
curl -k -s &lt;A href="https://localhost:8089/services/server/info"&gt;https://localhost:8089/services/server/info&lt;/A&gt; | grep kvstore&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jan 2020 16:19:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/What-is-the-command-to-check-KVStore-status/m-p/246517#M1725</guid>
      <dc:creator>vnguyen46</dc:creator>
      <dc:date>2020-01-14T16:19:54Z</dc:date>
    </item>
    <item>
      <title>Re: What is the command to check KVStore status?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/What-is-the-command-to-check-KVStore-status/m-p/583183#M10592</link>
      <description>&lt;P&gt;"splunk show kvstore-status"&lt;/P&gt;</description>
      <pubDate>Tue, 01 Feb 2022 09:43:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/What-is-the-command-to-check-KVStore-status/m-p/583183#M10592</guid>
      <dc:creator>Sandeepghildi</dc:creator>
      <dc:date>2022-02-01T09:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: What is the command to check KVStore status?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/What-is-the-command-to-check-KVStore-status/m-p/598540#M10805</link>
      <description>&lt;P&gt;Here is way to do it via SPL:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| rest splunk_server=local count=1 /services/server/info 
| table kvStoreStatus&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 19 May 2022 17:30:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/What-is-the-command-to-check-KVStore-status/m-p/598540#M10805</guid>
      <dc:creator>youngsuh</dc:creator>
      <dc:date>2022-05-19T17:30:58Z</dc:date>
    </item>
  </channel>
</rss>

