<?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: How to mass delete knowledge objects in version 7.0? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-mass-delete-knowledge-objects-in-version-7-0/m-p/406116#M72040</link>
    <description>&lt;P&gt;search that finds the names of orphaned searches and returns them one row per orphaned search in a field named savedSearchName...&lt;BR /&gt;
| urlencode savedSearchName&lt;BR /&gt;
| map search=“| curl method=delete splunkauth=true uri=&lt;A href="https://localhost:8089/servicesNS/admin/search/saved/searches/$savedSearchName$%E2%80%9C"&gt;https://localhost:8089/servicesNS/admin/search/saved/searches/$savedSearchName$“&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;requires ta-webtools found here &lt;A href="https://splunkbase.splunk.com/app/3420/#/details"&gt;https://splunkbase.splunk.com/app/3420/#/details&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 28 Jun 2018 01:45:02 GMT</pubDate>
    <dc:creator>jkat54</dc:creator>
    <dc:date>2018-06-28T01:45:02Z</dc:date>
    <item>
      <title>How to mass delete knowledge objects in version 7.0?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-mass-delete-knowledge-objects-in-version-7-0/m-p/406113#M72037</link>
      <description>&lt;P&gt;I've got a large number of orphaned objects that I'd like to clean up (delete).  I don't see any way to do this in the UI:&lt;/P&gt;

&lt;P&gt;Reassign Knowledge Objects view allows me to reassign (check a bunch of boxes) to myself.  Once I do this, I can see the object in my list, however, I must go in one by one and click on Edit -&amp;gt; Select Delete.&lt;/P&gt;

&lt;P&gt;Does anyone have a better/faster way to do this in version 7.0?&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jun 2018 22:28:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-mass-delete-knowledge-objects-in-version-7-0/m-p/406113#M72037</guid>
      <dc:creator>the_wolverine</dc:creator>
      <dc:date>2018-06-27T22:28:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to mass delete knowledge objects in version 7.0?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-mass-delete-knowledge-objects-in-version-7-0/m-p/406114#M72038</link>
      <description>&lt;P&gt;i am not aware of a faster way from the GUI, however if you reassign to yourself as private, you can delete your relevant user directory wit hall the objects you reassigned &lt;CODE&gt;rm -rf $SPLUNK_HOME/etc/users/&amp;lt;your_user&amp;gt;/*&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;hope it helps&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jun 2018 01:15:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-mass-delete-knowledge-objects-in-version-7-0/m-p/406114#M72038</guid>
      <dc:creator>adonio</dc:creator>
      <dc:date>2018-06-28T01:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to mass delete knowledge objects in version 7.0?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-mass-delete-knowledge-objects-in-version-7-0/m-p/406115#M72039</link>
      <description>&lt;P&gt;Gotta be a way to do this with a search that finds them and the posts to the api to delete them using the curl command in the ta-webtools app.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jun 2018 01:37:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-mass-delete-knowledge-objects-in-version-7-0/m-p/406115#M72039</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2018-06-28T01:37:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to mass delete knowledge objects in version 7.0?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-mass-delete-knowledge-objects-in-version-7-0/m-p/406116#M72040</link>
      <description>&lt;P&gt;search that finds the names of orphaned searches and returns them one row per orphaned search in a field named savedSearchName...&lt;BR /&gt;
| urlencode savedSearchName&lt;BR /&gt;
| map search=“| curl method=delete splunkauth=true uri=&lt;A href="https://localhost:8089/servicesNS/admin/search/saved/searches/$savedSearchName$%E2%80%9C"&gt;https://localhost:8089/servicesNS/admin/search/saved/searches/$savedSearchName$“&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;requires ta-webtools found here &lt;A href="https://splunkbase.splunk.com/app/3420/#/details"&gt;https://splunkbase.splunk.com/app/3420/#/details&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jun 2018 01:45:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-mass-delete-knowledge-objects-in-version-7-0/m-p/406116#M72040</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2018-06-28T01:45:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to mass delete knowledge objects in version 7.0?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-mass-delete-knowledge-objects-in-version-7-0/m-p/406117#M72041</link>
      <description>&lt;P&gt;I have legitimate objects that I don't want deleted. As well, I would prefer not to have to assign these to myself. Guess a dummy account could work here. But come on, Splunk ...&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jun 2018 18:25:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-mass-delete-knowledge-objects-in-version-7-0/m-p/406117#M72041</guid>
      <dc:creator>the_wolverine</dc:creator>
      <dc:date>2018-06-28T18:25:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to mass delete knowledge objects in version 7.0?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-mass-delete-knowledge-objects-in-version-7-0/m-p/406118#M72042</link>
      <description>&lt;P&gt;agree, in ITSI and ES you have the option to mass edit, not sure why its not available in core&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jun 2018 18:54:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-mass-delete-knowledge-objects-in-version-7-0/m-p/406118#M72042</guid>
      <dc:creator>adonio</dc:creator>
      <dc:date>2018-06-28T18:54:29Z</dc:date>
    </item>
  </channel>
</rss>

