<?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 does splunk email alerting work..? in Alerting</title>
    <link>https://community.splunk.com/t5/Alerting/How-does-splunk-email-alerting-work/m-p/251660#M4696</link>
    <description>&lt;P&gt;If you schedule it every 1 hour , the search will run only at every hour. So if you schedule at just before 8am, it will execute at 8 am,then 9 am,then 10 am and so on. So at the time of execution(hour) if the condition satisfies, it sends alert. If you want to check if any error has happened after the last schedule, then your search should look from &lt;CODE&gt;earliest=-1h latest=now&lt;/CODE&gt; to include all events for last one hours.&lt;/P&gt;

&lt;P&gt;Hope I could explain!&lt;/P&gt;</description>
    <pubDate>Fri, 29 Jan 2016 05:32:59 GMT</pubDate>
    <dc:creator>renjith_nair</dc:creator>
    <dc:date>2016-01-29T05:32:59Z</dc:date>
    <item>
      <title>How does splunk email alerting work..?</title>
      <link>https://community.splunk.com/t5/Alerting/How-does-splunk-email-alerting-work/m-p/251659#M4695</link>
      <description>&lt;P&gt;I have a search scheduled to send an email alert when count &amp;gt; 10  in an hour  timespan.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=webserver sourcetype=web_logs  loglevel=error  | stats count by user | where count &amp;gt; 10 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;let's say if i schedule this alert at @8am to run every hour, how does the hourly cycle works to fire an email alert..?&lt;/P&gt;

&lt;P&gt;If count is &amp;gt; 10 @9:30am, will i get notified via email alert @9:30 or 10am..?&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jan 2016 03:59:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-does-splunk-email-alerting-work/m-p/251659#M4695</guid>
      <dc:creator>prakash007</dc:creator>
      <dc:date>2016-01-29T03:59:35Z</dc:date>
    </item>
    <item>
      <title>Re: How does splunk email alerting work..?</title>
      <link>https://community.splunk.com/t5/Alerting/How-does-splunk-email-alerting-work/m-p/251660#M4696</link>
      <description>&lt;P&gt;If you schedule it every 1 hour , the search will run only at every hour. So if you schedule at just before 8am, it will execute at 8 am,then 9 am,then 10 am and so on. So at the time of execution(hour) if the condition satisfies, it sends alert. If you want to check if any error has happened after the last schedule, then your search should look from &lt;CODE&gt;earliest=-1h latest=now&lt;/CODE&gt; to include all events for last one hours.&lt;/P&gt;

&lt;P&gt;Hope I could explain!&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jan 2016 05:32:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-does-splunk-email-alerting-work/m-p/251660#M4696</guid>
      <dc:creator>renjith_nair</dc:creator>
      <dc:date>2016-01-29T05:32:59Z</dc:date>
    </item>
    <item>
      <title>Re: How does splunk email alerting work..?</title>
      <link>https://community.splunk.com/t5/Alerting/How-does-splunk-email-alerting-work/m-p/251661#M4697</link>
      <description>&lt;P&gt;hi mcnamara,&lt;/P&gt;

&lt;P&gt;using what operating system?&lt;BR /&gt;
if you use &lt;CODE&gt;Windows&lt;/CODE&gt;, try to change and use &lt;CODE&gt;Linux&lt;/CODE&gt; because &lt;CODE&gt;Linux&lt;/CODE&gt; includes a default mail management service.&lt;/P&gt;

&lt;P&gt;and if it not work is that the condition for triggering the alert has not been met. trying to change the condition to see if you have emails in return before giving your starting condition.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jan 2016 08:22:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-does-splunk-email-alerting-work/m-p/251661#M4697</guid>
      <dc:creator>gyslainlatsa</dc:creator>
      <dc:date>2016-01-29T08:22:29Z</dc:date>
    </item>
  </channel>
</rss>

