<?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: Exclude search result in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Exclude-search-result/m-p/26269#M177643</link>
    <description>&lt;PRE&gt;&lt;CODE&gt;... | where failedpct&amp;gt;5
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 07 Nov 2012 12:45:49 GMT</pubDate>
    <dc:creator>Ayn</dc:creator>
    <dc:date>2012-11-07T12:45:49Z</dc:date>
    <item>
      <title>Exclude search result</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Exclude-search-result/m-p/26268#M177642</link>
      <description>&lt;P&gt;Hi all&lt;/P&gt;

&lt;P&gt;This might be very straight forward, but i cant get my head around it, so i hope someone is able to help me out.&lt;/P&gt;

&lt;P&gt;The task is to show every hostname with a value greater than 5 on failedpct.&lt;/P&gt;

&lt;P&gt;This is my search:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;sourcetype=stats | stats first(customername) as customer, last(monPingGWCheck) AS upstatus, count, count(FailedModulesString) AS failedcount by hostname | eval failedpct=failedcount/count*100 | eval failedpct=if(upstatus == 1, failedpct, 0) | sort customer, -failedpct | table customer, hostname, upstatus, count, failedcount, failedpct
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Any suggestion?&lt;/P&gt;</description>
      <pubDate>Wed, 07 Nov 2012 12:25:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Exclude-search-result/m-p/26268#M177642</guid>
      <dc:creator>polymorphic</dc:creator>
      <dc:date>2012-11-07T12:25:03Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude search result</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Exclude-search-result/m-p/26269#M177643</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;... | where failedpct&amp;gt;5
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 07 Nov 2012 12:45:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Exclude-search-result/m-p/26269#M177643</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2012-11-07T12:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude search result</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Exclude-search-result/m-p/26270#M177644</link>
      <description>&lt;P&gt;As i said, VERY straight forward. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;
Thank you very much.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Nov 2012 12:47:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Exclude-search-result/m-p/26270#M177644</guid>
      <dc:creator>polymorphic</dc:creator>
      <dc:date>2012-11-07T12:47:34Z</dc:date>
    </item>
  </channel>
</rss>

