<?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 bulk delete multiple host from Splunk not data in Splunk Enterprise Security</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-bulk-delete-multiple-host-from-Splunk-not-data/m-p/407546#M4758</link>
    <description>&lt;P&gt;Help with the SPL Query to delete bulk host list!&lt;/P&gt;</description>
    <pubDate>Thu, 17 Jan 2019 06:54:50 GMT</pubDate>
    <dc:creator>pavi_pavi_p</dc:creator>
    <dc:date>2019-01-17T06:54:50Z</dc:date>
    <item>
      <title>How to bulk delete multiple host from Splunk not data</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-bulk-delete-multiple-host-from-Splunk-not-data/m-p/407543#M4755</link>
      <description>&lt;P&gt;Hello Experts,&lt;/P&gt;

&lt;P&gt;Good Morning,&lt;/P&gt;

&lt;P&gt;How to bulk delete multiple host from Splunk not data. Kindly help with the query. &lt;/P&gt;

&lt;P&gt;Thanks&lt;BR /&gt;
Pavi&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jan 2019 06:26:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-bulk-delete-multiple-host-from-Splunk-not-data/m-p/407543#M4755</guid>
      <dc:creator>pavi_pavi_p</dc:creator>
      <dc:date>2019-01-17T06:26:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to bulk delete multiple host from Splunk not data</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-bulk-delete-multiple-host-from-Splunk-not-data/m-p/407544#M4756</link>
      <description>&lt;P&gt;"Splunk not data" means, the hosts that are not sent any data?&lt;BR /&gt;
you can remove the bulk hosts from the serverClass.conf file, so that inputs file wont be deployed to these bulk hosts. but still these hosts would be sending the logs as per their existing inputs file. &lt;/P&gt;

&lt;P&gt;i am not sure of this idea - if we blacklist a host which was whitelisted earlier, then, will the host still be sending the logs or not? need to verify this. &lt;/P&gt;</description>
      <pubDate>Thu, 17 Jan 2019 06:38:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-bulk-delete-multiple-host-from-Splunk-not-data/m-p/407544#M4756</guid>
      <dc:creator>inventsekar</dc:creator>
      <dc:date>2019-01-17T06:38:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to bulk delete multiple host from Splunk not data</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-bulk-delete-multiple-host-from-Splunk-not-data/m-p/407545#M4757</link>
      <description>&lt;P&gt;Hello Sekar,&lt;/P&gt;

&lt;P&gt;Thanks for your response.&lt;/P&gt;

&lt;P&gt;earlier team forgot the credentials of deployment server and we are deploy new DS. Kindly assist with the delete bulk host from Splunk.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jan 2019 06:54:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-bulk-delete-multiple-host-from-Splunk-not-data/m-p/407545#M4757</guid>
      <dc:creator>pavi_pavi_p</dc:creator>
      <dc:date>2019-01-17T06:54:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to bulk delete multiple host from Splunk not data</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-bulk-delete-multiple-host-from-Splunk-not-data/m-p/407546#M4758</link>
      <description>&lt;P&gt;Help with the SPL Query to delete bulk host list!&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jan 2019 06:54:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-bulk-delete-multiple-host-from-Splunk-not-data/m-p/407546#M4758</guid>
      <dc:creator>pavi_pavi_p</dc:creator>
      <dc:date>2019-01-17T06:54:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to bulk delete multiple host from Splunk not data</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-bulk-delete-multiple-host-from-Splunk-not-data/m-p/407547#M4759</link>
      <description>&lt;P&gt;I know how to delete single host from Splunk.&lt;/P&gt;

&lt;P&gt;Ex : Host=hostname or ipaddress | delete.&lt;/P&gt;

&lt;P&gt;looking SPL query for bulk host deletion.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jan 2019 06:58:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-bulk-delete-multiple-host-from-Splunk-not-data/m-p/407547#M4759</guid>
      <dc:creator>pavi_pavi_p</dc:creator>
      <dc:date>2019-01-17T06:58:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to bulk delete multiple host from Splunk not data</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-bulk-delete-multiple-host-from-Splunk-not-data/m-p/407548#M4760</link>
      <description>&lt;P&gt;&lt;CODE&gt;Host=hostname or ipaddress | delete&lt;/CODE&gt;&lt;BR /&gt;
this will delete the logs from the host. &lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;earlier team forgot the credentials of deployment server and we are deploy new DS. Kindly assist with the delete bulk host from Splunk&lt;/CODE&gt;&lt;BR /&gt;
To deploy a new deployment server, i am not sure why you want to bulk delete hosts. &lt;BR /&gt;
kindly update us clearly about the situation. &lt;/P&gt;</description>
      <pubDate>Thu, 17 Jan 2019 07:27:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-bulk-delete-multiple-host-from-Splunk-not-data/m-p/407548#M4760</guid>
      <dc:creator>inventsekar</dc:creator>
      <dc:date>2019-01-17T07:27:22Z</dc:date>
    </item>
  </channel>
</rss>

