<?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 custom alert for specific range in Alerting</title>
    <link>https://community.splunk.com/t5/Alerting/custom-alert-for-specific-range/m-p/36041#M385</link>
    <description>&lt;PRE&gt;&lt;CODE&gt;sourcetype="access_test" -------------- |
 eval AllenPercentage=(Allen_hits/Total_hits)*100 as AllenPercentage  |
eval RcdnPercentage=(Rcdn_hits/Total_hits)*100 as RcdnPercentage | 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I would like to set a  custom alert  if RcdnPercentage  reaches to 80% and AllenPercentage reaches to 20% &lt;/P&gt;</description>
    <pubDate>Tue, 19 Feb 2013 00:54:45 GMT</pubDate>
    <dc:creator>sarkanth12</dc:creator>
    <dc:date>2013-02-19T00:54:45Z</dc:date>
    <item>
      <title>custom alert for specific range</title>
      <link>https://community.splunk.com/t5/Alerting/custom-alert-for-specific-range/m-p/36041#M385</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;sourcetype="access_test" -------------- |
 eval AllenPercentage=(Allen_hits/Total_hits)*100 as AllenPercentage  |
eval RcdnPercentage=(Rcdn_hits/Total_hits)*100 as RcdnPercentage | 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I would like to set a  custom alert  if RcdnPercentage  reaches to 80% and AllenPercentage reaches to 20% &lt;/P&gt;</description>
      <pubDate>Tue, 19 Feb 2013 00:54:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/custom-alert-for-specific-range/m-p/36041#M385</guid>
      <dc:creator>sarkanth12</dc:creator>
      <dc:date>2013-02-19T00:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: custom alert for specific range</title>
      <link>https://community.splunk.com/t5/Alerting/custom-alert-for-specific-range/m-p/36042#M386</link>
      <description>&lt;P&gt;Add this to the end of your search:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| where RcdnPercentage  &amp;gt;= .8 AND AllenPercentage &amp;gt;= .2
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Then set the Alter Condition to Number of Results &amp;gt; 0.&lt;BR /&gt;
That should work&lt;/P&gt;</description>
      <pubDate>Mon, 25 Feb 2013 13:24:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/custom-alert-for-specific-range/m-p/36042#M386</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2013-02-25T13:24:26Z</dc:date>
    </item>
  </channel>
</rss>

