<?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: Alert Setup - Based on percentages in Alerting</title>
    <link>https://community.splunk.com/t5/Alerting/Alert-Setup-Based-on-percentages/m-p/77104#M1070</link>
    <description>&lt;P&gt;Here is my illustration&lt;/P&gt;

&lt;P&gt;I create 2 tags&lt;/P&gt;

&lt;P&gt;Bad_End   totalParts=0, totalParts=1&lt;/P&gt;

&lt;P&gt;Good_End  totalParts=2, totalParts=3, totalParts=4&lt;/P&gt;

&lt;P&gt;Executing this search on my filtered target &lt;/P&gt;

&lt;P&gt;| top tag::totalParts &lt;/P&gt;

&lt;P&gt;Returns:&lt;/P&gt;

&lt;P&gt;tag::totalParts         count      percent&lt;BR /&gt;&lt;BR /&gt;
1 Bad_End                 34         1.816239 &lt;/P&gt;

&lt;P&gt;2 Good_End                1838       98.183761 &lt;/P&gt;

&lt;P&gt;I would like to Alert based on Good_End being smaller than 97% &lt;/P&gt;

&lt;P&gt;I saved the search and would like assistance with the Custom Conditional search expression that would trigger and Alert. &lt;/P&gt;</description>
    <pubDate>Fri, 23 Sep 2011 23:58:55 GMT</pubDate>
    <dc:creator>borisalves</dc:creator>
    <dc:date>2011-09-23T23:58:55Z</dc:date>
    <item>
      <title>Alert Setup - Based on percentages</title>
      <link>https://community.splunk.com/t5/Alerting/Alert-Setup-Based-on-percentages/m-p/77102#M1068</link>
      <description>&lt;P&gt;Hi 'am trying to setup an alert to trigger based on percentage. But couldn't find the options for the same. Please could you assist me.&lt;/P&gt;

&lt;P&gt;For eg: &lt;/P&gt;

&lt;P&gt;An alert should trigger if the failure event &amp;gt;=5% of the total events.&lt;/P&gt;

&lt;P&gt;Total events = 100&lt;BR /&gt;
Failure events = 6&lt;BR /&gt;
Success events = 94&lt;/P&gt;

&lt;P&gt;In above case, an alert should be triggered since the failure event is &amp;gt;=5%.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2011 11:23:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Alert-Setup-Based-on-percentages/m-p/77102#M1068</guid>
      <dc:creator>kragav</dc:creator>
      <dc:date>2011-09-16T11:23:11Z</dc:date>
    </item>
    <item>
      <title>Re: Alert Setup - Based on percentages</title>
      <link>https://community.splunk.com/t5/Alerting/Alert-Setup-Based-on-percentages/m-p/77103#M1069</link>
      <description>&lt;PRE&gt;&lt;CODE&gt; | eval percentage=((failureevents/successevents)*100) | where percentage&amp;gt;=5
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;If you could paste some example data it would be easier to give a more accurate answer &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;
The above is roughly what you want to be doing to produce a percentage that you could perform an alert on&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2011 11:58:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Alert-Setup-Based-on-percentages/m-p/77103#M1069</guid>
      <dc:creator>Drainy</dc:creator>
      <dc:date>2011-09-16T11:58:01Z</dc:date>
    </item>
    <item>
      <title>Re: Alert Setup - Based on percentages</title>
      <link>https://community.splunk.com/t5/Alerting/Alert-Setup-Based-on-percentages/m-p/77104#M1070</link>
      <description>&lt;P&gt;Here is my illustration&lt;/P&gt;

&lt;P&gt;I create 2 tags&lt;/P&gt;

&lt;P&gt;Bad_End   totalParts=0, totalParts=1&lt;/P&gt;

&lt;P&gt;Good_End  totalParts=2, totalParts=3, totalParts=4&lt;/P&gt;

&lt;P&gt;Executing this search on my filtered target &lt;/P&gt;

&lt;P&gt;| top tag::totalParts &lt;/P&gt;

&lt;P&gt;Returns:&lt;/P&gt;

&lt;P&gt;tag::totalParts         count      percent&lt;BR /&gt;&lt;BR /&gt;
1 Bad_End                 34         1.816239 &lt;/P&gt;

&lt;P&gt;2 Good_End                1838       98.183761 &lt;/P&gt;

&lt;P&gt;I would like to Alert based on Good_End being smaller than 97% &lt;/P&gt;

&lt;P&gt;I saved the search and would like assistance with the Custom Conditional search expression that would trigger and Alert. &lt;/P&gt;</description>
      <pubDate>Fri, 23 Sep 2011 23:58:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Alert-Setup-Based-on-percentages/m-p/77104#M1070</guid>
      <dc:creator>borisalves</dc:creator>
      <dc:date>2011-09-23T23:58:55Z</dc:date>
    </item>
  </channel>
</rss>

