<?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: Can I delete all data from a KV store at once? in Knowledge Management</title>
    <link>https://community.splunk.com/t5/Knowledge-Management/Can-I-delete-all-data-from-a-KV-store-at-once/m-p/620227#M9123</link>
    <description>&lt;P&gt;Dangerously simple! It worked for me.&lt;/P&gt;</description>
    <pubDate>Wed, 09 Nov 2022 07:21:11 GMT</pubDate>
    <dc:creator>florianhh</dc:creator>
    <dc:date>2022-11-09T07:21:11Z</dc:date>
    <item>
      <title>Can I delete all data from a KV store at once?</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Can-I-delete-all-data-from-a-KV-store-at-once/m-p/119060#M1214</link>
      <description>&lt;P&gt;How can I reinitialise my KV store or collection which already has data in it?&lt;/P&gt;

&lt;P&gt;My use case is that I am mocking up a new app, but have decided to add and change certain fields into my already-existent KV store.&lt;/P&gt;

&lt;P&gt;I've seen &lt;A href="http://dev.splunk.com/view/webframework-features/SP-CAAAEZG"&gt;this example from the REST API guide&lt;/A&gt; and have used it successfully: &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;curl -k -u admin:changeme -X DELETE \
    &lt;A href="https://localhost:8089/servicesNS/nobody/kvstoretest/storage/collections/data/kvstorecoll" target="test_blank"&gt;https://localhost:8089/servicesNS/nobody/kvstoretest/storage/collections/data/kvstorecoll&lt;/A&gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;but i'm just wondering if it's possible to do it all in one go via the UI or a simple, quoted REST URI.&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2015 03:31:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Can-I-delete-all-data-from-a-KV-store-at-once/m-p/119060#M1214</guid>
      <dc:creator>awurster</dc:creator>
      <dc:date>2015-05-21T03:31:25Z</dc:date>
    </item>
    <item>
      <title>Re: Can I delete all data from a KV store at once?</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Can-I-delete-all-data-from-a-KV-store-at-once/m-p/119061#M1215</link>
      <description>&lt;P&gt;Check the &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;splunk help clean
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;You can clean kvstore collection with clean command.&lt;/P&gt;</description>
      <pubDate>Fri, 22 May 2015 17:58:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Can-I-delete-all-data-from-a-KV-store-at-once/m-p/119061#M1215</guid>
      <dc:creator>dgladkikh_splun</dc:creator>
      <dc:date>2015-05-22T17:58:50Z</dc:date>
    </item>
    <item>
      <title>Re: Can I delete all data from a KV store at once?</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Can-I-delete-all-data-from-a-KV-store-at-once/m-p/119062#M1216</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;splunk clean  kvstore -app &amp;lt;appname&amp;gt; -collection &amp;lt;collection name&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 06 Feb 2016 00:35:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Can-I-delete-all-data-from-a-KV-store-at-once/m-p/119062#M1216</guid>
      <dc:creator>masonmorales</dc:creator>
      <dc:date>2016-02-06T00:35:08Z</dc:date>
    </item>
    <item>
      <title>Re: Can I delete all data from a KV store at once?</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Can-I-delete-all-data-from-a-KV-store-at-once/m-p/119063#M1217</link>
      <description>&lt;P&gt;How are the answers below different than just doing:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;|outputlookup &amp;lt;kvstorename&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 17 May 2016 22:12:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Can-I-delete-all-data-from-a-KV-store-at-once/m-p/119063#M1217</guid>
      <dc:creator>andygerber</dc:creator>
      <dc:date>2016-05-17T22:12:35Z</dc:date>
    </item>
    <item>
      <title>Re: Can I delete all data from a KV store at once?</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Can-I-delete-all-data-from-a-KV-store-at-once/m-p/119064#M1218</link>
      <description>&lt;P&gt;There is no easier way then just doing that  |outputlookup  Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2017 11:28:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Can-I-delete-all-data-from-a-KV-store-at-once/m-p/119064#M1218</guid>
      <dc:creator>bobnieuwenhuis</dc:creator>
      <dc:date>2017-05-10T11:28:39Z</dc:date>
    </item>
    <item>
      <title>Re: Can I delete all data from a KV store at once?</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Can-I-delete-all-data-from-a-KV-store-at-once/m-p/620227#M9123</link>
      <description>&lt;P&gt;Dangerously simple! It worked for me.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Nov 2022 07:21:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Can-I-delete-all-data-from-a-KV-store-at-once/m-p/620227#M9123</guid>
      <dc:creator>florianhh</dc:creator>
      <dc:date>2022-11-09T07:21:11Z</dc:date>
    </item>
  </channel>
</rss>

