<?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: Need Help w/ Multiple Alert Emails in Alerting</title>
    <link>https://community.splunk.com/t5/Alerting/Need-Help-w-Multiple-Alert-Emails/m-p/461298#M8976</link>
    <description>&lt;P&gt;@richgalloway my apologies for the delay, I should be able to verify on the next alert. &lt;/P&gt;</description>
    <pubDate>Thu, 28 May 2020 16:35:58 GMT</pubDate>
    <dc:creator>joeybroesky</dc:creator>
    <dc:date>2020-05-28T16:35:58Z</dc:date>
    <item>
      <title>Need Help w/ Multiple Alert Emails</title>
      <link>https://community.splunk.com/t5/Alerting/Need-Help-w-Multiple-Alert-Emails/m-p/461294#M8972</link>
      <description>&lt;P&gt;Need assistance figuring out why we are receiving multiple email alerts. We are trying to setup email alerts for Office365 Service Messages.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Search String&lt;/STRONG&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;index="o365data" sourcetype="o365:service:message"  Id=*
 | where Classification == "Incident" AND Severity == "Sev2"
 | spath Messages{} output=Messages
 | spath WorkloadDisplayName
 | spath Id
 | spath Status
 | stats values(WorkloadDisplayName) as WorkloadDisplayName values(Id) as Id values(Status) as Status by Messages
 | spath input=Messages
 | eval PublishedTime=strptime(PublishedTime, "%Y-%m-%dT%H:%M:%S.%NZ")
 | eval CorrectPublished=PublishedTime+25200
 | where MessageText != "A post-incident report has been published."
 | stats count by CorrectPublished Id WorkloadDisplayName MessageText Status 
 | sort - CorrectPublished
 | dedup CorrectPublished
 | fields - count
 | eval CorrectPublished=strftime(CorrectPublished,"%Y/%m/%d %T")
 | fields - PublishedTime
 | dedup Id
 | table CorrectPublished Id WorkloadDisplayName MessageText Status
 | rename CorrectPublished as "Published", Id as "ID", WorkloadDisplayName as "Workload", MessageText as "Details"
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;STRONG&gt;Alert Settings&lt;/STRONG&gt;&lt;BR /&gt;Alert Type: Real-time&lt;BR /&gt;Expires: 48 Hour(s)&lt;BR /&gt;Trigger alert when: Per-Result&lt;BR /&gt;Throtte: yes&lt;BR /&gt;Suppress results containing field value: *&lt;BR /&gt;Suppress triggering for: 2 minute(s)&lt;BR /&gt;When triggered: Send email&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Emails Received&lt;/STRONG&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/8958i52AB6F65D8D9FDFD/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/8959iF008EEB5FB036E9B/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, 09 Jun 2020 01:08:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Need-Help-w-Multiple-Alert-Emails/m-p/461294#M8972</guid>
      <dc:creator>joeybroesky</dc:creator>
      <dc:date>2020-06-09T01:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help w/ Multiple Alert Emails</title>
      <link>https://community.splunk.com/t5/Alerting/Need-Help-w-Multiple-Alert-Emails/m-p/461295#M8973</link>
      <description>&lt;P&gt;Try changing &lt;CODE&gt;Trigger alert when: Per-Result&lt;/CODE&gt; to &lt;CODE&gt;Trigger alert when: Once&lt;/CODE&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2020 17:30:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Need-Help-w-Multiple-Alert-Emails/m-p/461295#M8973</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-05-21T17:30:32Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help w/ Multiple Alert Emails</title>
      <link>https://community.splunk.com/t5/Alerting/Need-Help-w-Multiple-Alert-Emails/m-p/461296#M8974</link>
      <description>&lt;P&gt;Thanks Rich! I'll test this and report back!&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2020 19:03:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Need-Help-w-Multiple-Alert-Emails/m-p/461296#M8974</guid>
      <dc:creator>joeybroesky</dc:creator>
      <dc:date>2020-05-21T19:03:30Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help w/ Multiple Alert Emails</title>
      <link>https://community.splunk.com/t5/Alerting/Need-Help-w-Multiple-Alert-Emails/m-p/461297#M8975</link>
      <description>&lt;P&gt;@joeybroesky If your problem is solved then please accept the answer to help future readers.&lt;/P&gt;</description>
      <pubDate>Thu, 28 May 2020 12:42:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Need-Help-w-Multiple-Alert-Emails/m-p/461297#M8975</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-05-28T12:42:29Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help w/ Multiple Alert Emails</title>
      <link>https://community.splunk.com/t5/Alerting/Need-Help-w-Multiple-Alert-Emails/m-p/461298#M8976</link>
      <description>&lt;P&gt;@richgalloway my apologies for the delay, I should be able to verify on the next alert. &lt;/P&gt;</description>
      <pubDate>Thu, 28 May 2020 16:35:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Need-Help-w-Multiple-Alert-Emails/m-p/461298#M8976</guid>
      <dc:creator>joeybroesky</dc:creator>
      <dc:date>2020-05-28T16:35:58Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help w/ Multiple Alert Emails</title>
      <link>https://community.splunk.com/t5/Alerting/Need-Help-w-Multiple-Alert-Emails/m-p/461299#M8977</link>
      <description>&lt;P&gt;This did the trick. Thanks again Rich!!&lt;/P&gt;</description>
      <pubDate>Thu, 28 May 2020 20:56:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Need-Help-w-Multiple-Alert-Emails/m-p/461299#M8977</guid>
      <dc:creator>joeybroesky</dc:creator>
      <dc:date>2020-05-28T20:56:52Z</dc:date>
    </item>
  </channel>
</rss>

