<?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: Cannot receive e-mail notification in Alerting</title>
    <link>https://community.splunk.com/t5/Alerting/Why-am-I-not-receiving-e-mail-notification/m-p/590193#M13656</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thank you very much. This worked for me!!! Thank you again.&lt;/P&gt;</description>
    <pubDate>Tue, 22 Mar 2022 12:07:23 GMT</pubDate>
    <dc:creator>ravir_jbp</dc:creator>
    <dc:date>2022-03-22T12:07:23Z</dc:date>
    <item>
      <title>Why am I not receiving e-mail notification?</title>
      <link>https://community.splunk.com/t5/Alerting/Why-am-I-not-receiving-e-mail-notification/m-p/590185#M13652</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;I am able to perfom search for disk space and can see the reuslts. However, I am not getting alert when I setup it in alert option. Below are the settings I have used:

Search script:
===============
index=perfmon host=XXXXXX OR host=YYYYYYYsourcetype="Perfmon:LogicalDisk" counter="% Free Space" instance="C:" OR instance="D:" OR instance="E:" Value earliest=-1m latest=now |dedup instance host| sort host| eval Value=round(Value,0)| where Value&amp;lt;50| stats list(host),list(instance),list(Value)| rename list(host) as Servers, list(instance) as Drives, list(Value) as FreeSpaceLeft%

Cron expression :
=====================
*/5 * * * *

Trigger alert condition:
=========================

search Value &amp;lt;= 50

CAn you please help me on where it went wrong. I am not getting alert for this condition.&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Mar 2022 11:52:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Why-am-I-not-receiving-e-mail-notification/m-p/590185#M13652</guid>
      <dc:creator>ravir_jbp</dc:creator>
      <dc:date>2022-03-22T11:52:54Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot receive e-mail notification</title>
      <link>https://community.splunk.com/t5/Alerting/Why-am-I-not-receiving-e-mail-notification/m-p/590187#M13653</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/229744"&gt;@ravir_jbp&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;let me understand: you inserted the condition&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| where Value&amp;lt;50&lt;/LI-CODE&gt;&lt;P&gt;inside the search, so if you have results the alert must trigger, is it correct?&lt;/P&gt;&lt;P&gt;in this case the condition to set for the alert activation isn't "value&amp;lt;=0" but "results&amp;gt;0".&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 22 Mar 2022 11:24:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Why-am-I-not-receiving-e-mail-notification/m-p/590187#M13653</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-03-22T11:24:18Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot receive e-mail notification</title>
      <link>https://community.splunk.com/t5/Alerting/Why-am-I-not-receiving-e-mail-notification/m-p/590188#M13654</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Yes firstly I am trying to filter which drive has space left below 50 % and if condition is met then I need to send e-mail alert. That is why I used Value &amp;lt;50.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Shall I use&amp;nbsp;&lt;SPAN&gt;results&amp;gt;0 in the trigger condition? I am confused here.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Mar 2022 11:32:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Why-am-I-not-receiving-e-mail-notification/m-p/590188#M13654</guid>
      <dc:creator>ravir_jbp</dc:creator>
      <dc:date>2022-03-22T11:32:57Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot receive e-mail notification</title>
      <link>https://community.splunk.com/t5/Alerting/Why-am-I-not-receiving-e-mail-notification/m-p/590189#M13655</link>
      <description>&lt;P&gt;HI &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/229744"&gt;@ravir_jbp&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Yes, you have to put the condition only in one point: in the search or in the triggering conditions.&lt;/P&gt;&lt;P&gt;my hint is to put all the conditions in the search and trigger the alert when you have results (results&amp;gt;0), without putting the condition in the triggering conditions.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Mar 2022 11:39:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Why-am-I-not-receiving-e-mail-notification/m-p/590189#M13655</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-03-22T11:39:10Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot receive e-mail notification</title>
      <link>https://community.splunk.com/t5/Alerting/Why-am-I-not-receiving-e-mail-notification/m-p/590193#M13656</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thank you very much. This worked for me!!! Thank you again.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Mar 2022 12:07:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Why-am-I-not-receiving-e-mail-notification/m-p/590193#M13656</guid>
      <dc:creator>ravir_jbp</dc:creator>
      <dc:date>2022-03-22T12:07:23Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot receive e-mail notification</title>
      <link>https://community.splunk.com/t5/Alerting/Why-am-I-not-receiving-e-mail-notification/m-p/590195#M13657</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/229744"&gt;@ravir_jbp&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;good for you, see next time!&lt;/P&gt;&lt;P&gt;Ciao and happy splunking&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;P.S.: Karma Points are appreciated &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Mar 2022 12:11:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Why-am-I-not-receiving-e-mail-notification/m-p/590195#M13657</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-03-22T12:11:43Z</dc:date>
    </item>
  </channel>
</rss>

