<?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: Multiple searches on the same field? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Multiple-searches-on-the-same-field/m-p/62061#M15331</link>
    <description>&lt;P&gt;Sure.. just use OR&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;my awesome search terms AND ( foo=0 OR foo&amp;gt;200 OR foo &amp;lt;5 )
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Now, if you're wanting to do some distribution analysis, it might be more like&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;my awesome search terms | eval disposition=case(foo &amp;lt; 0, "Lessthanzero", 
foo=0 , "EqualZero", 
foo &amp;gt; 0, "GreaterThanZero") 
| stats count(_raw) by disposition
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 18 Mar 2011 01:50:36 GMT</pubDate>
    <dc:creator>dwaddle</dc:creator>
    <dc:date>2011-03-18T01:50:36Z</dc:date>
    <item>
      <title>Multiple searches on the same field?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Multiple-searches-on-the-same-field/m-p/62060#M15330</link>
      <description>&lt;P&gt;Is it possible to perform multiple searches on the same field?  For reporting purposes I want to search for all values less than zero, equal to zero, and greater than zero.  &lt;/P&gt;</description>
      <pubDate>Fri, 18 Mar 2011 01:18:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Multiple-searches-on-the-same-field/m-p/62060#M15330</guid>
      <dc:creator>whucks</dc:creator>
      <dc:date>2011-03-18T01:18:43Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple searches on the same field?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Multiple-searches-on-the-same-field/m-p/62061#M15331</link>
      <description>&lt;P&gt;Sure.. just use OR&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;my awesome search terms AND ( foo=0 OR foo&amp;gt;200 OR foo &amp;lt;5 )
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Now, if you're wanting to do some distribution analysis, it might be more like&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;my awesome search terms | eval disposition=case(foo &amp;lt; 0, "Lessthanzero", 
foo=0 , "EqualZero", 
foo &amp;gt; 0, "GreaterThanZero") 
| stats count(_raw) by disposition
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 18 Mar 2011 01:50:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Multiple-searches-on-the-same-field/m-p/62061#M15331</guid>
      <dc:creator>dwaddle</dc:creator>
      <dc:date>2011-03-18T01:50:36Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple searches on the same field?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Multiple-searches-on-the-same-field/m-p/62062#M15332</link>
      <description>&lt;P&gt;Thank you very much for your answer to my question.  Your solution worked perfectly.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Mar 2011 01:59:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Multiple-searches-on-the-same-field/m-p/62062#M15332</guid>
      <dc:creator>whucks</dc:creator>
      <dc:date>2011-03-18T01:59:45Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple searches on the same field?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Multiple-searches-on-the-same-field/m-p/62063#M15333</link>
      <description>&lt;P&gt;If this isn't working for you .. it's ok, you're not crazy. Chances are you have "or" instead of "OR". Make sure it's capitalized.&lt;/P&gt;</description>
      <pubDate>Sun, 19 May 2013 18:04:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Multiple-searches-on-the-same-field/m-p/62063#M15333</guid>
      <dc:creator>rps462</dc:creator>
      <dc:date>2013-05-19T18:04:36Z</dc:date>
    </item>
  </channel>
</rss>

