<?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 Data Extraction in Search Form in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Data-Extraction-in-Search-Form/m-p/64199#M15887</link>
    <description>&lt;P&gt;Here is what I have - &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;2010-10-05T12:37:55-05:00 xxx.xxx.xxx.xxx [lpr.info] SERVERNAME: Scan ID: 1283612407,Begin: 2010-09-04 15:00:03,End: 2010-09-04,Completed,Duration (seconds): 196,User1: username,User2: username,"Scan started on selected drives and folders and all extensions.","Scan Complete: Risks: 0 Scanned: 1012 Files/Folders/Drives Omitted: 0",Command: Not a command scan (),Threats: 0,Infected: 0,Total files: 1012,Omitted: 0,Computer: computername,IP Address: xxx.xxx.xxx.xxx,Domain: domainname,Server: servername
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I want to run a query where Risks, Threats, or Infected are greater than 0.&lt;/P&gt;

&lt;P&gt;(Scan Complete:) AND (Risks: &amp;lt;0) OR (Threats: &amp;lt;0) OR (Infected: &amp;lt;0)&lt;/P&gt;

&lt;P&gt;The problem I'm having is that I do not know how to get "&amp;lt;0" into the query.&lt;/P&gt;

&lt;P&gt;Any assistance is much appreciated.&lt;/P&gt;</description>
    <pubDate>Wed, 06 Oct 2010 00:50:31 GMT</pubDate>
    <dc:creator>twgtech</dc:creator>
    <dc:date>2010-10-06T00:50:31Z</dc:date>
    <item>
      <title>Data Extraction in Search Form</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Data-Extraction-in-Search-Form/m-p/64199#M15887</link>
      <description>&lt;P&gt;Here is what I have - &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;2010-10-05T12:37:55-05:00 xxx.xxx.xxx.xxx [lpr.info] SERVERNAME: Scan ID: 1283612407,Begin: 2010-09-04 15:00:03,End: 2010-09-04,Completed,Duration (seconds): 196,User1: username,User2: username,"Scan started on selected drives and folders and all extensions.","Scan Complete: Risks: 0 Scanned: 1012 Files/Folders/Drives Omitted: 0",Command: Not a command scan (),Threats: 0,Infected: 0,Total files: 1012,Omitted: 0,Computer: computername,IP Address: xxx.xxx.xxx.xxx,Domain: domainname,Server: servername
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I want to run a query where Risks, Threats, or Infected are greater than 0.&lt;/P&gt;

&lt;P&gt;(Scan Complete:) AND (Risks: &amp;lt;0) OR (Threats: &amp;lt;0) OR (Infected: &amp;lt;0)&lt;/P&gt;

&lt;P&gt;The problem I'm having is that I do not know how to get "&amp;lt;0" into the query.&lt;/P&gt;

&lt;P&gt;Any assistance is much appreciated.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Oct 2010 00:50:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Data-Extraction-in-Search-Form/m-p/64199#M15887</guid>
      <dc:creator>twgtech</dc:creator>
      <dc:date>2010-10-06T00:50:31Z</dc:date>
    </item>
    <item>
      <title>Re: Data Extraction in Search Form</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Data-Extraction-in-Search-Form/m-p/64200#M15888</link>
      <description>&lt;P&gt;Do these fields get extracted? Scan Complete, Risks, Threats, Infected? If yes you can try:
Try:  &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;your search&amp;gt; | WHERE Risks &amp;gt; 0 AND Infected &amp;gt; 0 ...etc..
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;If these fields do not get extracted then you can try something like:  &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;your search&amp;gt; NOT ("Scan Complete:" OR "Risks: 0") ..etc...
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Hope this helped.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Oct 2010 01:02:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Data-Extraction-in-Search-Form/m-p/64200#M15888</guid>
      <dc:creator>Genti</dc:creator>
      <dc:date>2010-10-06T01:02:16Z</dc:date>
    </item>
    <item>
      <title>Re: Data Extraction in Search Form</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Data-Extraction-in-Search-Form/m-p/64201#M15889</link>
      <description>&lt;P&gt;also since you want greater then zero you want foo&amp;gt;0&lt;/P&gt;</description>
      <pubDate>Wed, 06 Oct 2010 01:02:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Data-Extraction-in-Search-Form/m-p/64201#M15889</guid>
      <dc:creator>Genti</dc:creator>
      <dc:date>2010-10-06T01:02:57Z</dc:date>
    </item>
    <item>
      <title>Re: Data Extraction in Search Form</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Data-Extraction-in-Search-Form/m-p/64202#M15890</link>
      <description>&lt;P&gt;They do not get extracted, so using - &lt;/P&gt;

&lt;P&gt;"Scan Complete:" NOT ("Risks: 0" OR "Threats: 0" OR "Infected: 0")&lt;/P&gt;

&lt;P&gt;Gave me just what I was looking for. &lt;/P&gt;

&lt;P&gt;Much appreciated, Genti.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Oct 2010 01:16:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Data-Extraction-in-Search-Form/m-p/64202#M15890</guid>
      <dc:creator>twgtech</dc:creator>
      <dc:date>2010-10-06T01:16:06Z</dc:date>
    </item>
    <item>
      <title>Re: Data Extraction in Search Form</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Data-Extraction-in-Search-Form/m-p/64203#M15891</link>
      <description>&lt;P&gt;Yeah, I saw that after I posted. Total typo on my part.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Oct 2010 01:29:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Data-Extraction-in-Search-Form/m-p/64203#M15891</guid>
      <dc:creator>twgtech</dc:creator>
      <dc:date>2010-10-06T01:29:14Z</dc:date>
    </item>
    <item>
      <title>Re: Data Extraction in Search Form</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Data-Extraction-in-Search-Form/m-p/64204#M15892</link>
      <description>&lt;P&gt;Yay! &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt; - You're welcome!&lt;/P&gt;</description>
      <pubDate>Wed, 06 Oct 2010 01:44:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Data-Extraction-in-Search-Form/m-p/64204#M15892</guid>
      <dc:creator>Genti</dc:creator>
      <dc:date>2010-10-06T01:44:47Z</dc:date>
    </item>
  </channel>
</rss>

