<?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 Filter on Null Values? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-Filter-on-Null-Values/m-p/339111#M100555</link>
    <description>&lt;P&gt;Here's some ways to mark code so that the interface doesn't mess with it. &lt;/P&gt;

&lt;P&gt;1) use the code button (101 010) to mark code (works in Chrome)&lt;BR /&gt;&lt;BR /&gt;
2) If it is multiple lines, you can put at least four spaces before each line.&lt;BR /&gt;&lt;BR /&gt;
3) For small snatches of code, you can use the grave accent "&lt;CODE&gt;" that is under the tilde(~) on an American keyboard.  Place the gave accent before and after the small stretch of code to mark it as&lt;/CODE&gt;code`. &lt;/P&gt;</description>
    <pubDate>Mon, 31 Jul 2017 21:41:54 GMT</pubDate>
    <dc:creator>DalJeanis</dc:creator>
    <dc:date>2017-07-31T21:41:54Z</dc:date>
    <item>
      <title>How to Filter on Null Values?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-Filter-on-Null-Values/m-p/339108#M100552</link>
      <description>&lt;P&gt;Hello, I am trying to filter on null values for the field called Device. None of the following searches below work- can you please help me figure out another way to do this?&lt;/P&gt;

&lt;P&gt;NOT Device="asterick" &lt;BR /&gt;
Device!="asterick"&lt;BR /&gt;
Device=""&lt;/P&gt;

&lt;P&gt;Note: I actually put an asterick in the middle of those searches (*) but I typed out asterick because it was changing my formatting of this question&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jul 2017 18:49:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-Filter-on-Null-Values/m-p/339108#M100552</guid>
      <dc:creator>katzr</dc:creator>
      <dc:date>2017-07-31T18:49:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to Filter on Null Values?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-Filter-on-Null-Values/m-p/339109#M100553</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;NOT Device="*" should give you all events that don't have the field "Device". Field names are case-sensitive, is the field you want to filter out exactly called "Device"?
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Can you show us a couple of sample events, indicating which ones you don't want?&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jul 2017 20:29:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-Filter-on-Null-Values/m-p/339109#M100553</guid>
      <dc:creator>s2_splunk</dc:creator>
      <dc:date>2017-07-31T20:29:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to Filter on Null Values?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-Filter-on-Null-Values/m-p/339110#M100554</link>
      <description>&lt;P&gt;use &lt;CODE&gt;|where isnull(Device)&lt;/CODE&gt; to get all events where Device is null and &lt;CODE&gt;|where isnotnull(Device)&lt;/CODE&gt; or  &lt;CODE&gt;|search Device=*&lt;/CODE&gt;/&lt;CODE&gt;index=A Device=*&lt;/CODE&gt; to get all events where Device is not null.&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jul 2017 20:34:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-Filter-on-Null-Values/m-p/339110#M100554</guid>
      <dc:creator>cmerriman</dc:creator>
      <dc:date>2017-07-31T20:34:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to Filter on Null Values?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-Filter-on-Null-Values/m-p/339111#M100555</link>
      <description>&lt;P&gt;Here's some ways to mark code so that the interface doesn't mess with it. &lt;/P&gt;

&lt;P&gt;1) use the code button (101 010) to mark code (works in Chrome)&lt;BR /&gt;&lt;BR /&gt;
2) If it is multiple lines, you can put at least four spaces before each line.&lt;BR /&gt;&lt;BR /&gt;
3) For small snatches of code, you can use the grave accent "&lt;CODE&gt;" that is under the tilde(~) on an American keyboard.  Place the gave accent before and after the small stretch of code to mark it as&lt;/CODE&gt;code`. &lt;/P&gt;</description>
      <pubDate>Mon, 31 Jul 2017 21:41:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-Filter-on-Null-Values/m-p/339111#M100555</guid>
      <dc:creator>DalJeanis</dc:creator>
      <dc:date>2017-07-31T21:41:54Z</dc:date>
    </item>
  </channel>
</rss>

