<?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: Alerts Not Firing in Alerting</title>
    <link>https://community.splunk.com/t5/Alerting/Alerts-Not-Firing/m-p/548823#M10425</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/233695"&gt;@merzinger&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you run this search can you see your triggered alert?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| rest /servicesNS/-/-/saved/searches 
| search title="*" 
| rename dispatch.earliest_time AS "frequency", title AS "title", eai:acl.app AS "app", next_scheduled_time AS "nextRunTime", search AS "query", updated AS "lastUpdated", action.email.to AS "emailTo", action.email.cc AS "emailCC", action.email.subject AS "emailSubject", alert.severity AS "SEV" 
| eval severity=case(SEV == "5", "Critical-5", SEV == "4", "High-4",SEV == "3", "Warning-3",SEV == "2", "Low-2",SEV == "1", "Info-1") 
| table title lastUpdated, nextRunTime, emailTo action.lookup.filename, query, severity
| fillnull value="" 
| sort -lastUpdated&lt;/LI-CODE&gt;</description>
    <pubDate>Wed, 21 Apr 2021 15:53:07 GMT</pubDate>
    <dc:creator>aasabatini</dc:creator>
    <dc:date>2021-04-21T15:53:07Z</dc:date>
    <item>
      <title>Alerts Not Firing</title>
      <link>https://community.splunk.com/t5/Alerting/Alerts-Not-Firing/m-p/548820#M10424</link>
      <description>&lt;P&gt;Users have been complaining they were not getting email alerts.&amp;nbsp; While troubleshooting this issue I noticed the alerts were also not being written to the triggered alerts area even though that action is selected in the alert.&amp;nbsp; I am able to send email notifications using this SPL:&amp;nbsp;&amp;nbsp;index=_internal | stats count by host&lt;BR /&gt;| top 1 host | sendemail to="merzinger@test.com" sendresults=true&lt;BR /&gt;&lt;BR /&gt;To help troubleshoot this some more I created a very simple alert with this SPL:&lt;BR /&gt;index=_internal | stats count by host&amp;nbsp; &amp;nbsp; &amp;nbsp;The search is set to lookup back 15 minutes and the CRON schedule is set for * * * * * to run every minute.&amp;nbsp; The action for this alert is just to add the event to the Triggered Alerts if results &amp;gt; 0.&amp;nbsp; This search definitely returns results but the alert actions don't seem to be triggering.&amp;nbsp; Any help would be appreciated.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Apr 2021 15:47:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Alerts-Not-Firing/m-p/548820#M10424</guid>
      <dc:creator>merzinger</dc:creator>
      <dc:date>2021-04-21T15:47:33Z</dc:date>
    </item>
    <item>
      <title>Re: Alerts Not Firing</title>
      <link>https://community.splunk.com/t5/Alerting/Alerts-Not-Firing/m-p/548823#M10425</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/233695"&gt;@merzinger&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you run this search can you see your triggered alert?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| rest /servicesNS/-/-/saved/searches 
| search title="*" 
| rename dispatch.earliest_time AS "frequency", title AS "title", eai:acl.app AS "app", next_scheduled_time AS "nextRunTime", search AS "query", updated AS "lastUpdated", action.email.to AS "emailTo", action.email.cc AS "emailCC", action.email.subject AS "emailSubject", alert.severity AS "SEV" 
| eval severity=case(SEV == "5", "Critical-5", SEV == "4", "High-4",SEV == "3", "Warning-3",SEV == "2", "Low-2",SEV == "1", "Info-1") 
| table title lastUpdated, nextRunTime, emailTo action.lookup.filename, query, severity
| fillnull value="" 
| sort -lastUpdated&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 21 Apr 2021 15:53:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Alerts-Not-Firing/m-p/548823#M10425</guid>
      <dc:creator>aasabatini</dc:creator>
      <dc:date>2021-04-21T15:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: Alerts Not Firing</title>
      <link>https://community.splunk.com/t5/Alerting/Alerts-Not-Firing/m-p/548829#M10426</link>
      <description>&lt;P&gt;When I run that REST search I see my "MattTest" alert but I don't see it in Activity &amp;gt; Triggered Alerts.&amp;nbsp; There are no entries in there.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Apr 2021 16:24:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Alerts-Not-Firing/m-p/548829#M10426</guid>
      <dc:creator>merzinger</dc:creator>
      <dc:date>2021-04-21T16:24:44Z</dc:date>
    </item>
    <item>
      <title>Re: Alerts Not Firing</title>
      <link>https://community.splunk.com/t5/Alerting/Alerts-Not-Firing/m-p/549094#M10440</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/233695"&gt;@merzinger&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sorry for the late reply, can you tell what you see if you run this search?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=_audit action=alert_fired ss_app=* | eval ttl=expiration-now() | search ttl&amp;gt;0 | convert ctime(trigger_time) | table trigger_time ss_name severity | rename trigger_time as "Alert Time" ss_name as "Alert Name" severity as "Severity"&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 23 Apr 2021 09:59:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Alerts-Not-Firing/m-p/549094#M10440</guid>
      <dc:creator>aasabatini</dc:creator>
      <dc:date>2021-04-23T09:59:24Z</dc:date>
    </item>
    <item>
      <title>Re: Alerts Not Firing</title>
      <link>https://community.splunk.com/t5/Alerting/Alerts-Not-Firing/m-p/549195#M10443</link>
      <description>&lt;P&gt;When I run that search it shows that the alerts haven't fired since early on of 4/22.&amp;nbsp; They have some KV Store and other issues with this search head cluster so I am going to reform the cluster.&amp;nbsp; Thanks for your help.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Apr 2021 21:52:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Alerts-Not-Firing/m-p/549195#M10443</guid>
      <dc:creator>merzinger_prude</dc:creator>
      <dc:date>2021-04-23T21:52:59Z</dc:date>
    </item>
  </channel>
</rss>

