<?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: Missing results in Splunk Alert Email in Alerting</title>
    <link>https://community.splunk.com/t5/Alerting/Missing-results-in-Splunk-Alert-Email/m-p/572975#M13190</link>
    <description>&lt;P&gt;Search this and look for field result_count.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=_internal sourcetype=scheduler status=success savedsearch_name="Potential Brute Force Attack - 4 or more login attempts in 5 mins"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 29 Oct 2021 14:39:24 GMT</pubDate>
    <dc:creator>somesoni2</dc:creator>
    <dc:date>2021-10-29T14:39:24Z</dc:date>
    <item>
      <title>Missing results in Splunk Alert Email</title>
      <link>https://community.splunk.com/t5/Alerting/Missing-results-in-Splunk-Alert-Email/m-p/572829#M13186</link>
      <description>&lt;P&gt;&lt;FONT face="trebuchet ms,geneva"&gt;Hello Splunk Community !&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="trebuchet ms,geneva"&gt;I have an alert setup to report failed login attempts by a user &amp;gt; 4 times in 5 minutes. &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="trebuchet ms,geneva"&gt;Alert query : &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="trebuchet ms,geneva" color="#993300"&gt;&lt;EM&gt;index=win_os sourcetype="Security" EventCode=4625 | bin span=5m _time| stats count dc(user) by _time, user, Logon_Type,dest, src, Failure_Reason | where count &amp;gt; 3 | sort user | table _time, user, count, Logon_Type,dest, src, Failure_Reason&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;FONT face="trebuchet ms,geneva"&gt;Alert settings:&lt;/FONT&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT face="trebuchet ms,geneva"&gt;Alert Type: Scheduled. Hourly, at 0 minutes past the hour. &lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;FONT face="trebuchet ms,geneva"&gt;&lt;STRONG&gt;Trigger Condition: Number of Results is &amp;gt;&lt;/STRONG&gt; 0&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="trebuchet ms,geneva"&gt;Issue : the last time this alert ran, i got results only from 3 PM attempts. &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="trebuchet ms,geneva"&gt;the alert PDF did not report the results from 2:55 PM.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="trebuchet ms,geneva"&gt;Actual Query result:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vdhiman63_0-1635430679430.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/16640i1AF4D3B7E3892F6A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="vdhiman63_0-1635430679430.png" alt="vdhiman63_0-1635430679430.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="trebuchet ms,geneva"&gt;Alert PDF that came in email:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vdhiman63_1-1635430694883.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/16641iEBBA49B77010220F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="vdhiman63_1-1635430694883.png" alt="vdhiman63_1-1635430694883.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Any idea why the complete results were not shown from 2:55 PM when the alert triggered at the hour ?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Oct 2021 14:19:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Missing-results-in-Splunk-Alert-Email/m-p/572829#M13186</guid>
      <dc:creator>vdhiman63</dc:creator>
      <dc:date>2021-10-28T14:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: Missing results in Splunk Alert Email</title>
      <link>https://community.splunk.com/t5/Alerting/Missing-results-in-Splunk-Alert-Email/m-p/572863#M13187</link>
      <description>&lt;P&gt;Check the scheduler logs (index=_internal sourcetype=scheduler savedsearch_name=YourAlertName) to confirm the number of result. Also, consider allowing some breathing space between the alert schedule and time range. Instead of using Basic schedule&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT face="trebuchet ms,geneva"&gt;Alert Type: Scheduled. &lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT face="trebuchet ms,geneva"&gt;Run at Cron scheduleHourly: 3 * * * * (every hour at 3 min past the hour)&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Time Range: &lt;A href="mailto:-1h@h" target="_blank"&gt;-1h@h&lt;/A&gt;&amp;nbsp;to&amp;nbsp;@h (last full hour)&lt;/STRONG&gt;&lt;BR /&gt;&lt;FONT face="trebuchet ms,geneva"&gt;&lt;STRONG&gt;Trigger Condition: Number of Results is &amp;gt;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;0&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Oct 2021 18:16:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Missing-results-in-Splunk-Alert-Email/m-p/572863#M13187</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2021-10-28T18:16:31Z</dc:date>
    </item>
    <item>
      <title>Re: Missing results in Splunk Alert Email</title>
      <link>https://community.splunk.com/t5/Alerting/Missing-results-in-Splunk-Alert-Email/m-p/572966#M13189</link>
      <description>&lt;P&gt;Thank you iam trying to check the logs. How can i verify the number of results in this message :&amp;nbsp;&lt;/P&gt;&lt;P&gt;event_message&lt;BR /&gt;user=" ", app="search", savedsearch_name="Potential Brute Force Attack - 4 or more login attempts in 5 mins", status=delegated_remote_completion, scheduled_time=1635418800, member_guid=246-1311-453B-B4C8-727D1A, member_label="SH005", member_URI="&lt;A href="https://10" target="_blank"&gt;https://10&lt;/A&gt;....", sid=scheduler__search__RMD57367c0d1d64e89d1_at_1635418800_55813_7EA1D246-1311-453B-B4C8-727D1A477CE1, success=1&lt;/P&gt;</description>
      <pubDate>Fri, 29 Oct 2021 13:52:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Missing-results-in-Splunk-Alert-Email/m-p/572966#M13189</guid>
      <dc:creator>vdhiman63</dc:creator>
      <dc:date>2021-10-29T13:52:26Z</dc:date>
    </item>
    <item>
      <title>Re: Missing results in Splunk Alert Email</title>
      <link>https://community.splunk.com/t5/Alerting/Missing-results-in-Splunk-Alert-Email/m-p/572975#M13190</link>
      <description>&lt;P&gt;Search this and look for field result_count.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=_internal sourcetype=scheduler status=success savedsearch_name="Potential Brute Force Attack - 4 or more login attempts in 5 mins"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Oct 2021 14:39:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Missing-results-in-Splunk-Alert-Email/m-p/572975#M13190</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2021-10-29T14:39:24Z</dc:date>
    </item>
  </channel>
</rss>

