<?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: Creating an alert in Alerting</title>
    <link>https://community.splunk.com/t5/Alerting/Creating-an-alert/m-p/483385#M8554</link>
    <description>&lt;P&gt;Use on the Earliest:  &lt;CODE&gt;@d&lt;/CODE&gt; and for latest use: &lt;CODE&gt;now&lt;/CODE&gt;&lt;BR /&gt;
That is the equivalent to today&lt;/P&gt;</description>
    <pubDate>Fri, 15 Nov 2019 14:45:07 GMT</pubDate>
    <dc:creator>gfreitas</dc:creator>
    <dc:date>2019-11-15T14:45:07Z</dc:date>
    <item>
      <title>Creating an alert</title>
      <link>https://community.splunk.com/t5/Alerting/Creating-an-alert/m-p/483382#M8551</link>
      <description>&lt;P&gt;Hi! Need some help with an alert. I just created an alert. Look at the attached pic. I want it to look today's results and based on my limit send an alert. Right now it check 24 hours back each 5 minutes. But I want it to check today's result and based on that send an alert. Then i wondering if  i can make anything to send an update when the alert is solved.&lt;/P&gt;

&lt;P&gt;Can someone assist plz &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/7950iD3AFA7A29FE71998/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>Thu, 14 Nov 2019 14:09:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Creating-an-alert/m-p/483382#M8551</guid>
      <dc:creator>amirarsalan</dc:creator>
      <dc:date>2019-11-14T14:09:41Z</dc:date>
    </item>
    <item>
      <title>Re: Creating an alert</title>
      <link>https://community.splunk.com/t5/Alerting/Creating-an-alert/m-p/483383#M8552</link>
      <description>&lt;P&gt;Hi @amirarsalan,&lt;BR /&gt;
could you share your search?&lt;BR /&gt;
because with the interface you inserted in the question you manage the execution of the check, but the conditions to check are in the main search not here.&lt;/P&gt;

&lt;P&gt;Ciao.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 14 Nov 2019 14:26:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Creating-an-alert/m-p/483383#M8552</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2019-11-14T14:26:24Z</dc:date>
    </item>
    <item>
      <title>Re: Creating an alert</title>
      <link>https://community.splunk.com/t5/Alerting/Creating-an-alert/m-p/483384#M8553</link>
      <description>&lt;P&gt;index =xxxxx account_id event_name = "xxxxxx" brand = "xxxxx"&lt;BR /&gt;
| lookup currency_eur currency AS currency OUTPUT currency_to_eur AS currency_to_eur&lt;BR /&gt;&lt;BR /&gt;
| eval xxxxx = coalesce((bonus_amount + amount),0)&lt;BR /&gt;
| eval xxxxx_EUR = IF(market = "DK", (Bonus_Amt*0.134), Bonus_Amt*currency_to_eur)&lt;BR /&gt;
| bin _time span=15m &lt;BR /&gt;
| eval Hour = STRFTIME(_time, "%H:%M")&lt;BR /&gt;
| eval Day = STRFTIME(_time,"%Y-%m-%d")&lt;BR /&gt;
| eval where_clause = IF("GB" = "-All-", "%%", "GB")&lt;BR /&gt;
| where market LIKE where_clause&lt;BR /&gt;
| stats SUM(Bonus_Released_EUR) AS "TOTALR"&lt;BR /&gt;
| search TOTALR&amp;gt;16500&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 02:58:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Creating-an-alert/m-p/483384#M8553</guid>
      <dc:creator>amirarsalan</dc:creator>
      <dc:date>2020-09-30T02:58:10Z</dc:date>
    </item>
    <item>
      <title>Re: Creating an alert</title>
      <link>https://community.splunk.com/t5/Alerting/Creating-an-alert/m-p/483385#M8554</link>
      <description>&lt;P&gt;Use on the Earliest:  &lt;CODE&gt;@d&lt;/CODE&gt; and for latest use: &lt;CODE&gt;now&lt;/CODE&gt;&lt;BR /&gt;
That is the equivalent to today&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2019 14:45:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Creating-an-alert/m-p/483385#M8554</guid>
      <dc:creator>gfreitas</dc:creator>
      <dc:date>2019-11-15T14:45:07Z</dc:date>
    </item>
  </channel>
</rss>

