<?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: Simple alert still does not fire in Alerting</title>
    <link>https://community.splunk.com/t5/Alerting/Simple-alert-still-does-not-fire/m-p/272484#M4995</link>
    <description>&lt;P&gt;don't forget to click "Accept".&lt;/P&gt;</description>
    <pubDate>Sun, 03 Apr 2016 18:11:18 GMT</pubDate>
    <dc:creator>woodcock</dc:creator>
    <dc:date>2016-04-03T18:11:18Z</dc:date>
    <item>
      <title>Simple alert still does not fire</title>
      <link>https://community.splunk.com/t5/Alerting/Simple-alert-still-does-not-fire/m-p/272480#M4991</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;

&lt;P&gt;I had trouble last year making a simple alert work in Splunk (topic: "Simple alert not working?"). I could not make it work so I used Python SDK and alerted using python. Now I want to try to make Splunk alert again. I have tried many simple tests, and I have never successfully made an alert fire. I must be doing something simple wrong.&lt;/P&gt;

&lt;P&gt;I have streaming data that comes constantly. Can anyone suggest a trivial alert test I can try that can work? &lt;BR /&gt;
For example, I try a search for all data on my index and get hundreds of results in most recent few minutes. Then I click "save as" and select "alert". I select to have alert type scheduled from Cron Schedule, and tell it to run every minute (* * * * *). I choose "trigger alert when" I select "number of results" and select "is greater than" with value "0". For trigger action I ask it to send me an e-mail. &lt;/P&gt;

&lt;P&gt;I save the alert and it appears in my alerts list. But no longer how long I wait I never get an e-mail and the alert always says "There are no fired events for this alert". I have tried other Cron selections. I have also tried using "Real-time" instead of Cron Schedule, but it still does not fire.&lt;/P&gt;

&lt;P&gt;Does anyone know how to make it fire?&lt;/P&gt;

&lt;P&gt;Thank you very much for any help,&lt;BR /&gt;
Pelin&lt;/P&gt;</description>
      <pubDate>Sun, 03 Apr 2016 03:58:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Simple-alert-still-does-not-fire/m-p/272480#M4991</guid>
      <dc:creator>pkurt</dc:creator>
      <dc:date>2016-04-03T03:58:17Z</dc:date>
    </item>
    <item>
      <title>Re: Simple alert still does not fire</title>
      <link>https://community.splunk.com/t5/Alerting/Simple-alert-still-does-not-fire/m-p/272481#M4992</link>
      <description>&lt;P&gt;Try this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;|noop|stats count|eval count = count + 1
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Then trigger your alert to fire for &lt;CODE&gt;Number of events greater than 0&lt;/CODE&gt; and set it for every 5 minutes.  Don't assume the email will to through but check for triggered alerts from the &lt;CODE&gt;Alerts&lt;/CODE&gt; screen.&lt;/P&gt;</description>
      <pubDate>Sun, 03 Apr 2016 14:49:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Simple-alert-still-does-not-fire/m-p/272481#M4992</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2016-04-03T14:49:09Z</dc:date>
    </item>
    <item>
      <title>Re: Simple alert still does not fire</title>
      <link>https://community.splunk.com/t5/Alerting/Simple-alert-still-does-not-fire/m-p/272482#M4993</link>
      <description>&lt;P&gt;Thank you very much! I made this work on a different server. My first server has problems right now. Will try there too when it is working again.&lt;/P&gt;

&lt;P&gt;But the e-mail does not work now. It is listed in the triggered alerts like you said. But no e-mail was sent. Do you know why the e-mail might not be working?&lt;/P&gt;</description>
      <pubDate>Sun, 03 Apr 2016 18:00:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Simple-alert-still-does-not-fire/m-p/272482#M4993</guid>
      <dc:creator>pkurt</dc:creator>
      <dc:date>2016-04-03T18:00:19Z</dc:date>
    </item>
    <item>
      <title>Re: Simple alert still does not fire</title>
      <link>https://community.splunk.com/t5/Alerting/Simple-alert-still-does-not-fire/m-p/272483#M4994</link>
      <description>&lt;P&gt;If you have &lt;CODE&gt;admin&lt;/CODE&gt; privileges on your Search Head, go to &lt;CODE&gt;Settings&lt;/CODE&gt; -&amp;gt; &lt;CODE&gt;Server settings&lt;/CODE&gt; -&amp;gt; &lt;CODE&gt;Email settings&lt;/CODE&gt;.  Here is blog that shows how to use gmail:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://blogs.splunk.com/2014/06/27/splunk-alerts-using-gmail-twitter-phone-calls-and-much-more/"&gt;http://blogs.splunk.com/2014/06/27/splunk-alerts-using-gmail-twitter-phone-calls-and-much-more/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 03 Apr 2016 18:11:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Simple-alert-still-does-not-fire/m-p/272483#M4994</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2016-04-03T18:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: Simple alert still does not fire</title>
      <link>https://community.splunk.com/t5/Alerting/Simple-alert-still-does-not-fire/m-p/272484#M4995</link>
      <description>&lt;P&gt;don't forget to click "Accept".&lt;/P&gt;</description>
      <pubDate>Sun, 03 Apr 2016 18:11:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Simple-alert-still-does-not-fire/m-p/272484#M4995</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2016-04-03T18:11:18Z</dc:date>
    </item>
    <item>
      <title>Re: Simple alert still does not fire</title>
      <link>https://community.splunk.com/t5/Alerting/Simple-alert-still-does-not-fire/m-p/272485#M4996</link>
      <description>&lt;P&gt;Thank you very much, it worked!!!&lt;/P&gt;</description>
      <pubDate>Mon, 04 Apr 2016 03:28:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Simple-alert-still-does-not-fire/m-p/272485#M4996</guid>
      <dc:creator>pkurt</dc:creator>
      <dc:date>2016-04-04T03:28:27Z</dc:date>
    </item>
  </channel>
</rss>

