<?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: How to create Alerts in Alerting</title>
    <link>https://community.splunk.com/t5/Alerting/How-to-create-Alerts/m-p/29734#M271</link>
    <description>&lt;P&gt;The above one sends an e-mail only when the ORDERID is more than 100. otherwise it do't send the e-mail. If u want the e-mail to be sent always irrespectibe of the status, schdule the e-mail.&lt;/P&gt;</description>
    <pubDate>Fri, 10 May 2013 10:14:26 GMT</pubDate>
    <dc:creator>marellasunil</dc:creator>
    <dc:date>2013-05-10T10:14:26Z</dc:date>
    <item>
      <title>How to create Alerts</title>
      <link>https://community.splunk.com/t5/Alerting/How-to-create-Alerts/m-p/29731#M268</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;

&lt;P&gt;This is my search query-source=***************************************** | table ORDERID "Delay(in days)"&lt;/P&gt;

&lt;P&gt;This is the result of the search query&lt;BR /&gt;
         ORDERID    Delay(in days)&lt;BR /&gt;
1   269150751   4.00&lt;BR /&gt;
2   269126721   7.00&lt;BR /&gt;
3   269157489   21.00&lt;BR /&gt;
4   269153074   114.00&lt;BR /&gt;
5   269159590   217.00&lt;BR /&gt;
6   269110381   118.00&lt;BR /&gt;
7   269163859   24.00&lt;/P&gt;

&lt;P&gt;I want to create Alerts for those ORDERIDs whose Delay is greater than 100.&lt;/P&gt;

&lt;P&gt;Please tell what type of alert i should select and important parameters&lt;/P&gt;</description>
      <pubDate>Fri, 10 May 2013 05:31:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-to-create-Alerts/m-p/29731#M268</guid>
      <dc:creator>ncbshiva</dc:creator>
      <dc:date>2013-05-10T05:31:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Alerts</title>
      <link>https://community.splunk.com/t5/Alerting/How-to-create-Alerts/m-p/29732#M269</link>
      <description>&lt;P&gt;You can add a filter to your search to only show those ORDERID's that are more than 100 days delayed.&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;your base search | where "Delays (in days)"&amp;gt;100|table ORDERID "Delays (in days)"&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;Then set a schedule for the search and alert condition "always". This will be more like a scheduled report than an alert.&lt;/P&gt;</description>
      <pubDate>Fri, 10 May 2013 07:18:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-to-create-Alerts/m-p/29732#M269</guid>
      <dc:creator>kristian_kolb</dc:creator>
      <dc:date>2013-05-10T07:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Alerts</title>
      <link>https://community.splunk.com/t5/Alerting/How-to-create-Alerts/m-p/29733#M270</link>
      <description>&lt;P&gt;You can use if condition as well,&lt;BR /&gt;
..| eval delayalert=if(Delay&amp;gt;100, "Delay for the ".ORDERID." more than 100days", "OK") | table ORDERID, Delay, delayalert&lt;/P&gt;

&lt;P&gt;In the alert, there is a dropdown in the condition, select "if custom condition is met" &amp;amp; type  - where delayalert!="OK".&lt;/P&gt;

&lt;P&gt;It sends an e-mail with the delayalert which ORDERID is taking more than 100days&lt;/P&gt;</description>
      <pubDate>Fri, 10 May 2013 10:12:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-to-create-Alerts/m-p/29733#M270</guid>
      <dc:creator>marellasunil</dc:creator>
      <dc:date>2013-05-10T10:12:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Alerts</title>
      <link>https://community.splunk.com/t5/Alerting/How-to-create-Alerts/m-p/29734#M271</link>
      <description>&lt;P&gt;The above one sends an e-mail only when the ORDERID is more than 100. otherwise it do't send the e-mail. If u want the e-mail to be sent always irrespectibe of the status, schdule the e-mail.&lt;/P&gt;</description>
      <pubDate>Fri, 10 May 2013 10:14:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-to-create-Alerts/m-p/29734#M271</guid>
      <dc:creator>marellasunil</dc:creator>
      <dc:date>2013-05-10T10:14:26Z</dc:date>
    </item>
  </channel>
</rss>

