<?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: Not getting Email Alert for my saved search in Alerting</title>
    <link>https://community.splunk.com/t5/Alerting/Not-getting-Email-Alert-for-my-saved-search/m-p/142999#M2303</link>
    <description>&lt;P&gt;Hi, Thanks for replying..but I am getting alert for other searches but not for this..could not fid alert_actions="email" in scheduler.log file &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 25 Apr 2014 13:26:17 GMT</pubDate>
    <dc:creator>shreyasathavale</dc:creator>
    <dc:date>2014-04-25T13:26:17Z</dc:date>
    <item>
      <title>Not getting Email Alert for my saved search</title>
      <link>https://community.splunk.com/t5/Alerting/Not-getting-Email-Alert-for-my-saved-search/m-p/142997#M2301</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;
Below is my saved search :&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=perfmon source="perfmon:cputime" counter="% Processor Time" earliest=-15m | stats avg(Value) as CpuUsage by role,host |where CpuUsage &amp;gt; 10 | join type=left max=0  host [search source="Perfmon:Process"|top limit=5 instance by host|rename instance AS Process|where (Process!="_Total" AND Process!="Idle" AND Process!="System")|fields role,CpuUsage,host,Process]
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;for this I am unable to get Email alert, following I have added in savedsearch.conf file&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;action.email = 1
action.email.inline = 1
action.email.sendresults = 1
action.email.to = myemailid@gmail.com 
alert.digest_mode = True
alert.suppress = 0
alert.track = 0
counttype = custom
cron_schedule = */15 * * * *
enableSched = 1
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;What is wrong need help!!!&lt;/P&gt;</description>
      <pubDate>Fri, 25 Apr 2014 10:34:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Not-getting-Email-Alert-for-my-saved-search/m-p/142997#M2301</guid>
      <dc:creator>shreyasathavale</dc:creator>
      <dc:date>2014-04-25T10:34:14Z</dc:date>
    </item>
    <item>
      <title>Re: Not getting Email Alert for my saved search</title>
      <link>https://community.splunk.com/t5/Alerting/Not-getting-Email-Alert-for-my-saved-search/m-p/142998#M2302</link>
      <description>&lt;P&gt;Hi shreyasathavale,&lt;/P&gt;

&lt;P&gt;Check splunkd.log and python.log for any error related to this saved search. &lt;BR /&gt;
Check that your splunk server is allowed to send out email and/or keep in mind that if you're using a *nix server splunk expects localhost to be the sendmail server.&lt;BR /&gt;
Also check scheduler.log for &lt;CODE&gt;alert_action="email"&lt;/CODE&gt; to see if any alert was fired at all and if the email was triggered&lt;/P&gt;

&lt;P&gt;hope this helps ...&lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
      <pubDate>Fri, 25 Apr 2014 11:54:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Not-getting-Email-Alert-for-my-saved-search/m-p/142998#M2302</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2014-04-25T11:54:36Z</dc:date>
    </item>
    <item>
      <title>Re: Not getting Email Alert for my saved search</title>
      <link>https://community.splunk.com/t5/Alerting/Not-getting-Email-Alert-for-my-saved-search/m-p/142999#M2303</link>
      <description>&lt;P&gt;Hi, Thanks for replying..but I am getting alert for other searches but not for this..could not fid alert_actions="email" in scheduler.log file &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Apr 2014 13:26:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Not-getting-Email-Alert-for-my-saved-search/m-p/142999#M2303</guid>
      <dc:creator>shreyasathavale</dc:creator>
      <dc:date>2014-04-25T13:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: Not getting Email Alert for my saved search</title>
      <link>https://community.splunk.com/t5/Alerting/Not-getting-Email-Alert-for-my-saved-search/m-p/143000#M2304</link>
      <description>&lt;P&gt;did you check scheduler.log to see if this search fires alerts at all? does your search produces the expected result if you run it manually?&lt;/P&gt;</description>
      <pubDate>Fri, 25 Apr 2014 13:39:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Not-getting-Email-Alert-for-my-saved-search/m-p/143000#M2304</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2014-04-25T13:39:39Z</dc:date>
    </item>
    <item>
      <title>Re: Not getting Email Alert for my saved search</title>
      <link>https://community.splunk.com/t5/Alerting/Not-getting-Email-Alert-for-my-saved-search/m-p/143001#M2305</link>
      <description>&lt;P&gt;Yes, if I run it manually , it gives me the output&lt;/P&gt;</description>
      <pubDate>Fri, 25 Apr 2014 13:43:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Not-getting-Email-Alert-for-my-saved-search/m-p/143001#M2305</guid>
      <dc:creator>shreyasathavale</dc:creator>
      <dc:date>2014-04-25T13:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: Not getting Email Alert for my saved search</title>
      <link>https://community.splunk.com/t5/Alerting/Not-getting-Email-Alert-for-my-saved-search/m-p/143002#M2306</link>
      <description>&lt;P&gt;check this:&lt;/P&gt;

&lt;P&gt;counttype = &lt;STRING&gt;&lt;/STRING&gt;&lt;/P&gt;

&lt;P&gt;Set the type of count for alerting.&lt;BR /&gt;
Possible values: number of events, number of hosts, number of sources, and always.&lt;BR /&gt;
You've set it to &lt;CODE&gt;custom&lt;/CODE&gt; which is not listed as possible values&lt;/P&gt;</description>
      <pubDate>Fri, 25 Apr 2014 13:46:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Not-getting-Email-Alert-for-my-saved-search/m-p/143002#M2306</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2014-04-25T13:46:33Z</dc:date>
    </item>
    <item>
      <title>Re: Not getting Email Alert for my saved search</title>
      <link>https://community.splunk.com/t5/Alerting/Not-getting-Email-Alert-for-my-saved-search/m-p/143003#M2307</link>
      <description>&lt;P&gt;Ok, thanks.. I will try it and will update it here &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Apr 2014 13:50:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Not-getting-Email-Alert-for-my-saved-search/m-p/143003#M2307</guid>
      <dc:creator>shreyasathavale</dc:creator>
      <dc:date>2014-04-25T13:50:47Z</dc:date>
    </item>
  </channel>
</rss>

