<?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 How to delete a host and all its data from Splunk so it no longer appears in the Data Summary? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-delete-a-host-and-all-its-data-from-Splunk-so-it-no/m-p/286770#M54769</link>
    <description>&lt;P&gt;I have a Windows server with the Universal Forwarder installed for testing.&lt;/P&gt;

&lt;P&gt;I now want to remove that host and all data it has fed into Splunk, from Splunk.&lt;/P&gt;

&lt;P&gt;I've uninstalled the forwarder, but I don't see how to remove it from Splunk itself - the old events are still there and it still shows on the "Data Summary" panel.&lt;/P&gt;

&lt;P&gt;I tried &lt;CODE&gt;hostname | delete&lt;/CODE&gt; from Splunk Web logged in as "admin" and it simply says I don't have rights which seems a bit odd logged in directly as "admin".&lt;/P&gt;

&lt;P&gt;Thanks &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 21 Oct 2015 12:40:18 GMT</pubDate>
    <dc:creator>hutchingsp</dc:creator>
    <dc:date>2015-10-21T12:40:18Z</dc:date>
    <item>
      <title>How to delete a host and all its data from Splunk so it no longer appears in the Data Summary?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-delete-a-host-and-all-its-data-from-Splunk-so-it-no/m-p/286770#M54769</link>
      <description>&lt;P&gt;I have a Windows server with the Universal Forwarder installed for testing.&lt;/P&gt;

&lt;P&gt;I now want to remove that host and all data it has fed into Splunk, from Splunk.&lt;/P&gt;

&lt;P&gt;I've uninstalled the forwarder, but I don't see how to remove it from Splunk itself - the old events are still there and it still shows on the "Data Summary" panel.&lt;/P&gt;

&lt;P&gt;I tried &lt;CODE&gt;hostname | delete&lt;/CODE&gt; from Splunk Web logged in as "admin" and it simply says I don't have rights which seems a bit odd logged in directly as "admin".&lt;/P&gt;

&lt;P&gt;Thanks &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Oct 2015 12:40:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-delete-a-host-and-all-its-data-from-Splunk-so-it-no/m-p/286770#M54769</guid>
      <dc:creator>hutchingsp</dc:creator>
      <dc:date>2015-10-21T12:40:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to delete a host and all its data from Splunk so it no longer appears in the Data Summary?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-delete-a-host-and-all-its-data-from-Splunk-so-it-no/m-p/286771#M54770</link>
      <description>&lt;P&gt;So typically, the best practice is to create a new index for testing, then delete the testing index when you are done. This gets rid of all data sent to the index, and everything is clean. The &lt;CODE&gt;delete&lt;/CODE&gt; command on the other hand is actually only a logical deletion, the data is still on disk (subject to the index's retention policy) but will never be retrieved in a Splunk search. To use it you will need to give your user (even if that's the admin user) the built in  "can_delete" role. Once that's done then the delete command will work as expected. And you can then remove the capability again (It's risky to leave that capability on as even though the data is still on disk the only self-service supported way of making it visible again involves re-indexing removed data. &lt;/P&gt;

&lt;P&gt;There are a few other nuclear options to removing data from Splunk discussed here: &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.0/Indexer/RemovedatafromSplunk"&gt;http://docs.splunk.com/Documentation/Splunk/6.2.0/Indexer/RemovedatafromSplunk&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Oct 2015 14:00:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-delete-a-host-and-all-its-data-from-Splunk-so-it-no/m-p/286771#M54770</guid>
      <dc:creator>acharlieh</dc:creator>
      <dc:date>2015-10-21T14:00:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to delete a host and all its data from Splunk so it no longer appears in the Data Summary?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-delete-a-host-and-all-its-data-from-Splunk-so-it-no/m-p/286772#M54771</link>
      <description>&lt;P&gt;Thanks, the data is minimal, I simply don't want to client to show up in things like the "Data Summary" pane on the search dashboard - is that doable?&lt;/P&gt;</description>
      <pubDate>Wed, 21 Oct 2015 14:36:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-delete-a-host-and-all-its-data-from-Splunk-so-it-no/m-p/286772#M54771</guid>
      <dc:creator>hutchingsp</dc:creator>
      <dc:date>2015-10-21T14:36:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to delete a host and all its data from Splunk so it no longer appears in the Data Summary?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-delete-a-host-and-all-its-data-from-Splunk-so-it-no/m-p/286773#M54772</link>
      <description>&lt;P&gt;@hutchingsp I am looking for the same thing did you achieve the requirement pls update!&lt;/P&gt;</description>
      <pubDate>Fri, 06 May 2016 09:49:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-delete-a-host-and-all-its-data-from-Splunk-so-it-no/m-p/286773#M54772</guid>
      <dc:creator>sureshsala</dc:creator>
      <dc:date>2016-05-06T09:49:09Z</dc:date>
    </item>
  </channel>
</rss>

