<?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 Why does my real-time alert continue to send emails/sms? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Why-does-my-real-time-alert-continue-to-send-emails-sms/m-p/391614#M114010</link>
    <description>&lt;P&gt;I have a query for which I've configured a real-time alert when the query returns a result. I'm getting 25 to 35 emails and texts, and I really just need 1 of each. I'm not sure what I've set incorrectly here. &lt;/P&gt;

&lt;P&gt;index = chm source="&lt;EM&gt;CH_HealthMonitorHighLevel&lt;/EM&gt;" &lt;BR /&gt;
            | fillnull value="" &lt;BR /&gt;
            | eval StartTime = relative_time(now(),"-10m") &lt;BR /&gt;
            | where _time &amp;gt;= StartTime and (AppID == 16 or AppID == 41) &lt;BR /&gt;
            | where NOT StatusID == 0 AND NOT StatusID == 1&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/6556i324B28D88CF749F4/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 19 Feb 2019 21:15:51 GMT</pubDate>
    <dc:creator>blindfire_bandi</dc:creator>
    <dc:date>2019-02-19T21:15:51Z</dc:date>
    <item>
      <title>Why does my real-time alert continue to send emails/sms?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-does-my-real-time-alert-continue-to-send-emails-sms/m-p/391614#M114010</link>
      <description>&lt;P&gt;I have a query for which I've configured a real-time alert when the query returns a result. I'm getting 25 to 35 emails and texts, and I really just need 1 of each. I'm not sure what I've set incorrectly here. &lt;/P&gt;

&lt;P&gt;index = chm source="&lt;EM&gt;CH_HealthMonitorHighLevel&lt;/EM&gt;" &lt;BR /&gt;
            | fillnull value="" &lt;BR /&gt;
            | eval StartTime = relative_time(now(),"-10m") &lt;BR /&gt;
            | where _time &amp;gt;= StartTime and (AppID == 16 or AppID == 41) &lt;BR /&gt;
            | where NOT StatusID == 0 AND NOT StatusID == 1&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/6556i324B28D88CF749F4/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Feb 2019 21:15:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-does-my-real-time-alert-continue-to-send-emails-sms/m-p/391614#M114010</guid>
      <dc:creator>blindfire_bandi</dc:creator>
      <dc:date>2019-02-19T21:15:51Z</dc:date>
    </item>
    <item>
      <title>Re: Why does my real-time alert continue to send emails/sms?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-does-my-real-time-alert-continue-to-send-emails-sms/m-p/391615#M114011</link>
      <description>&lt;P&gt;Real time searches run continuously and since, the window specified is 10 minutes, even for one result, it triggers multiple alerts. You can set the &lt;STRONG&gt;throttle to suppress triggering for 10 minutes&lt;/STRONG&gt; (that way, the search waits for 10 minutes before triggering the alert again). Hope this helps&lt;/P&gt;</description>
      <pubDate>Wed, 20 Feb 2019 01:53:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-does-my-real-time-alert-continue-to-send-emails-sms/m-p/391615#M114011</guid>
      <dc:creator>paranjith</dc:creator>
      <dc:date>2019-02-20T01:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: Why does my real-time alert continue to send emails/sms?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-does-my-real-time-alert-continue-to-send-emails-sms/m-p/391616#M114012</link>
      <description>&lt;P&gt;Can you post a screenshot of the Trigger Condition?&lt;/P&gt;

&lt;P&gt;Also, is there a specific reason why you are using a real-time alert? Because real-time alerts are more costly in terms of computing resources than schedules alerts.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Feb 2019 07:03:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-does-my-real-time-alert-continue-to-send-emails-sms/m-p/391616#M114012</guid>
      <dc:creator>whrg</dc:creator>
      <dc:date>2019-02-20T07:03:03Z</dc:date>
    </item>
    <item>
      <title>Re: Why does my real-time alert continue to send emails/sms?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-does-my-real-time-alert-continue-to-send-emails-sms/m-p/391617#M114013</link>
      <description>&lt;P&gt;The alert is getting triggered repeatedly as the event will be populated multiple times in the 10 minute duration. If you run this search every 10 minutes you should get a single mail only.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Feb 2019 11:44:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-does-my-real-time-alert-continue-to-send-emails-sms/m-p/391617#M114013</guid>
      <dc:creator>bangalorep</dc:creator>
      <dc:date>2019-02-20T11:44:36Z</dc:date>
    </item>
    <item>
      <title>Re: Why does my real-time alert continue to send emails/sms?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-does-my-real-time-alert-continue-to-send-emails-sms/m-p/391618#M114014</link>
      <description>&lt;P&gt;@whrg It's attached to the question as alert.png. As far as the real-time is concerned, we're using real-time because we have single value panels that turn yellow to warn and red to indicate "down" for several applications. The operators who are on-call will only be interested in being alerted when something is at the warn or down state.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Feb 2019 14:54:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-does-my-real-time-alert-continue-to-send-emails-sms/m-p/391618#M114014</guid>
      <dc:creator>blindfire_bandi</dc:creator>
      <dc:date>2019-02-20T14:54:53Z</dc:date>
    </item>
    <item>
      <title>Re: Why does my real-time alert continue to send emails/sms?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-does-my-real-time-alert-continue-to-send-emails-sms/m-p/391619#M114015</link>
      <description>&lt;P&gt;@paranjith The throttling has fixed my issue. Thank you&lt;/P&gt;</description>
      <pubDate>Thu, 21 Feb 2019 17:28:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-does-my-real-time-alert-continue-to-send-emails-sms/m-p/391619#M114015</guid>
      <dc:creator>blindfire_bandi</dc:creator>
      <dc:date>2019-02-21T17:28:21Z</dc:date>
    </item>
  </channel>
</rss>

