<?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 delete events that have a certain field empty? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/delete-events-that-have-a-certain-field-empty/m-p/28536#M4870</link>
    <description>&lt;P&gt;here is the scenario:&lt;BR /&gt;
&lt;A href="http://tinypic.com/r/1ax08/6"&gt;http://tinypic.com/r/1ax08/6&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;how can i delete the events for which the field is empty?&lt;/P&gt;

&lt;P&gt;thanks&lt;/P&gt;

&lt;P&gt;EDIT:&lt;BR /&gt;
btw, i do not want to do the "delete" command which would delete the data from the actual server. I just want it removed from the search result&lt;/P&gt;</description>
    <pubDate>Thu, 08 Nov 2012 20:51:25 GMT</pubDate>
    <dc:creator>halperkins</dc:creator>
    <dc:date>2012-11-08T20:51:25Z</dc:date>
    <item>
      <title>delete events that have a certain field empty?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/delete-events-that-have-a-certain-field-empty/m-p/28536#M4870</link>
      <description>&lt;P&gt;here is the scenario:&lt;BR /&gt;
&lt;A href="http://tinypic.com/r/1ax08/6"&gt;http://tinypic.com/r/1ax08/6&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;how can i delete the events for which the field is empty?&lt;/P&gt;

&lt;P&gt;thanks&lt;/P&gt;

&lt;P&gt;EDIT:&lt;BR /&gt;
btw, i do not want to do the "delete" command which would delete the data from the actual server. I just want it removed from the search result&lt;/P&gt;</description>
      <pubDate>Thu, 08 Nov 2012 20:51:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/delete-events-that-have-a-certain-field-empty/m-p/28536#M4870</guid>
      <dc:creator>halperkins</dc:creator>
      <dc:date>2012-11-08T20:51:25Z</dc:date>
    </item>
    <item>
      <title>Re: delete events that have a certain field empty?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/delete-events-that-have-a-certain-field-empty/m-p/28537#M4871</link>
      <description>&lt;P&gt;&lt;CODE&gt;| where isnull(&amp;lt;field&amp;gt;)&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Nov 2012 21:44:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/delete-events-that-have-a-certain-field-empty/m-p/28537#M4871</guid>
      <dc:creator>sowings</dc:creator>
      <dc:date>2012-11-08T21:44:32Z</dc:date>
    </item>
    <item>
      <title>Re: delete events that have a certain field empty?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/delete-events-that-have-a-certain-field-empty/m-p/28538#M4872</link>
      <description>&lt;UL&gt;
&lt;LI&gt;Edit, didnt read all the way, above is correctomundo. &lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;source=&lt;YOUR_SRC&gt; | where isnull(B)&lt;/YOUR_SRC&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Nov 2012 02:58:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/delete-events-that-have-a-certain-field-empty/m-p/28538#M4872</guid>
      <dc:creator>gfrjonp</dc:creator>
      <dc:date>2012-11-09T02:58:43Z</dc:date>
    </item>
    <item>
      <title>Re: delete events that have a certain field empty?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/delete-events-that-have-a-certain-field-empty/m-p/28539#M4873</link>
      <description>&lt;P&gt;In order to remove events from the search result when field is empty you could just add field=* to your search.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Nov 2012 14:44:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/delete-events-that-have-a-certain-field-empty/m-p/28539#M4873</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2012-11-09T14:44:40Z</dc:date>
    </item>
    <item>
      <title>Re: delete events that have a certain field empty?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/delete-events-that-have-a-certain-field-empty/m-p/28540#M4874</link>
      <description>&lt;P&gt;It worked for me&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2016 01:12:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/delete-events-that-have-a-certain-field-empty/m-p/28540#M4874</guid>
      <dc:creator>sirisk</dc:creator>
      <dc:date>2016-11-15T01:12:44Z</dc:date>
    </item>
    <item>
      <title>Re: delete events that have a certain field empty?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/delete-events-that-have-a-certain-field-empty/m-p/28541#M4875</link>
      <description>&lt;P&gt;@martin_mueller&lt;BR /&gt;
How is this right?&lt;BR /&gt;
For my understanding this means the fields value could by anything.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2016 07:02:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/delete-events-that-have-a-certain-field-empty/m-p/28541#M4875</guid>
      <dc:creator>horsefez</dc:creator>
      <dc:date>2016-11-15T07:02:43Z</dc:date>
    </item>
    <item>
      <title>Re: delete events that have a certain field empty?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/delete-events-that-have-a-certain-field-empty/m-p/28542#M4876</link>
      <description>&lt;P&gt;&lt;CODE&gt;field=*&lt;/CODE&gt; means "field is anything but empty".&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2016 17:46:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/delete-events-that-have-a-certain-field-empty/m-p/28542#M4876</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2016-11-15T17:46:40Z</dc:date>
    </item>
  </channel>
</rss>

