<?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: Why are the alerts not triggered any more? in Other Usage</title>
    <link>https://community.splunk.com/t5/Other-Usage/Why-are-the-alerts-not-triggered-any-more/m-p/656164#M1308</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/259429"&gt;@Ammar&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;let me understand: is your issue that the search doesn't find any result or that the search finds results but you don't have any action?&lt;/P&gt;&lt;P&gt;in the first&amp;nbsp; case, you have to debug your search:&lt;/P&gt;&lt;P&gt;I see that you didn't used the index definition, if the index to use isn't in the default search path, you cannot find anything:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=your_index host=192.168.1.1 "DST=192.168.1.174"
| stats count AS Requests BY SRC
| sort -Requests 
| where Requests&amp;gt;50&lt;/LI-CODE&gt;&lt;P&gt;Then are you sure that in your logs you have a scring exaclty&amp;nbsp;&lt;SPAN&gt;"DST=192.168.1.174"? this isn't a field definition used for the search: if you have the field DST (that usually is in lowercase!) you can use it without quotes.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;in the second case, you have to check the response actions configuration, which one did you configured?&lt;/P&gt;&lt;P&gt;To be listed in the triggered alerts or to receive an email you have to configure this actions in the response actions, it isn't automatic by default.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
    <pubDate>Wed, 30 Aug 2023 22:36:33 GMT</pubDate>
    <dc:creator>gcusello</dc:creator>
    <dc:date>2023-08-30T22:36:33Z</dc:date>
    <item>
      <title>Why are the alerts not triggered any more?</title>
      <link>https://community.splunk.com/t5/Other-Usage/Why-are-the-alerts-not-triggered-any-more/m-p/656095#M1307</link>
      <description>&lt;P&gt;Hi Guys,&lt;/P&gt;
&lt;P&gt;am trying to configure Splunk to send me alerts through mobile when the requests against my web server are more than a specified value&lt;/P&gt;
&lt;P&gt;i ran the search and it shows me the requests number and source IP but&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i created an alert but this alert is not triggered at all(i viewed the triggered alerts menu and its empty) scheduled to one hour, number of results greater than 0 and selected actions Splunk secure gateway&amp;nbsp;&lt;/P&gt;
&lt;P&gt;my goal is send these events to my mobile and to SOAR when they greater than a value and configure playbook to automatically block the src_ip as its&amp;nbsp; mostly performing a DoS attack&lt;/P&gt;
&lt;P&gt;anybody can help me ?&lt;/P&gt;
&lt;P&gt;host=192.168.1.1 "DST=192.168.1.174"|stats count(SRC) AS Requests BY SRC&lt;BR /&gt;|sort - Requests | where Requests&amp;gt;50&lt;/P&gt;</description>
      <pubDate>Wed, 30 Aug 2023 16:30:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Other-Usage/Why-are-the-alerts-not-triggered-any-more/m-p/656095#M1307</guid>
      <dc:creator>Ammar</dc:creator>
      <dc:date>2023-08-30T16:30:19Z</dc:date>
    </item>
    <item>
      <title>Re: Why are the alerts not triggered any more?</title>
      <link>https://community.splunk.com/t5/Other-Usage/Why-are-the-alerts-not-triggered-any-more/m-p/656164#M1308</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/259429"&gt;@Ammar&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;let me understand: is your issue that the search doesn't find any result or that the search finds results but you don't have any action?&lt;/P&gt;&lt;P&gt;in the first&amp;nbsp; case, you have to debug your search:&lt;/P&gt;&lt;P&gt;I see that you didn't used the index definition, if the index to use isn't in the default search path, you cannot find anything:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=your_index host=192.168.1.1 "DST=192.168.1.174"
| stats count AS Requests BY SRC
| sort -Requests 
| where Requests&amp;gt;50&lt;/LI-CODE&gt;&lt;P&gt;Then are you sure that in your logs you have a scring exaclty&amp;nbsp;&lt;SPAN&gt;"DST=192.168.1.174"? this isn't a field definition used for the search: if you have the field DST (that usually is in lowercase!) you can use it without quotes.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;in the second case, you have to check the response actions configuration, which one did you configured?&lt;/P&gt;&lt;P&gt;To be listed in the triggered alerts or to receive an email you have to configure this actions in the response actions, it isn't automatic by default.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 30 Aug 2023 22:36:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Other-Usage/Why-are-the-alerts-not-triggered-any-more/m-p/656164#M1308</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-08-30T22:36:33Z</dc:date>
    </item>
    <item>
      <title>Re: Why are the alerts not triggered any more?</title>
      <link>https://community.splunk.com/t5/Other-Usage/Why-are-the-alerts-not-triggered-any-more/m-p/656292#M1309</link>
      <description>&lt;P&gt;thanks for the reply&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;the search finds results&amp;nbsp; accurately&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;but when created alert with send to mobile ,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;the alert will never be triggered&amp;nbsp;despite when running the search query i get results&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;BTW the alert is configured on schedule not real-time&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Aug 2023 15:47:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Other-Usage/Why-are-the-alerts-not-triggered-any-more/m-p/656292#M1309</guid>
      <dc:creator>Ammar</dc:creator>
      <dc:date>2023-08-31T15:47:20Z</dc:date>
    </item>
    <item>
      <title>Re: Why are the alerts not triggered any more?</title>
      <link>https://community.splunk.com/t5/Other-Usage/Why-are-the-alerts-not-triggered-any-more/m-p/656406#M1310</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;can you show how your Alert has configured.&lt;/P&gt;&lt;P&gt;You could also look from internal logs if that alert is run and if it raised or not.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have you test that your email works from splunk? Easiest way to check it is add&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;....
| sendemail ....&lt;/LI-CODE&gt;&lt;P&gt;after your query.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;One comment for your SPL. It's better 1st select rows and then sort, that way it's more efficient.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;...
| where Requests &amp;gt; 50
| sort 0 - Requests&lt;/LI-CODE&gt;&lt;P&gt;Is better way. Also if there could be huge amount of those then you need 0 with sort to sort all not only XXX events.&lt;/P&gt;&lt;P&gt;r. Ismo&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Sep 2023 10:40:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Other-Usage/Why-are-the-alerts-not-triggered-any-more/m-p/656406#M1310</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2023-09-01T10:40:25Z</dc:date>
    </item>
    <item>
      <title>Re: Why are the alerts not triggered any more?</title>
      <link>https://community.splunk.com/t5/Other-Usage/Why-are-the-alerts-not-triggered-any-more/m-p/656451#M1311</link>
      <description>&lt;P&gt;hey,&lt;/P&gt;&lt;P&gt;thanks for the reply&amp;nbsp;&lt;/P&gt;&lt;P&gt;i figured out that what was causing this is the mobile action in the alert&lt;/P&gt;&lt;P&gt;when i configured the alert to send action via Email it worked!&lt;/P&gt;&lt;P&gt;i don't know why sending push notification to mobile is not working although its configured on my splunk mobile app correctly and on Splunk Secure Gateway!&lt;/P&gt;&lt;P&gt;thank you for mentioning the email action to me&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Sep 2023 15:53:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Other-Usage/Why-are-the-alerts-not-triggered-any-more/m-p/656451#M1311</guid>
      <dc:creator>Ammar</dc:creator>
      <dc:date>2023-09-01T15:53:42Z</dc:date>
    </item>
    <item>
      <title>Re: Why are the alerts not triggered any more?</title>
      <link>https://community.splunk.com/t5/Other-Usage/Why-are-the-alerts-not-triggered-any-more/m-p/656611#M1312</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/259429"&gt;@Ammar&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;good for you, see next time!&lt;/P&gt;&lt;P&gt;Ciao and happy splunking&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;P.S.: Karma Points are appreciated by all the contributors &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Sep 2023 06:24:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Other-Usage/Why-are-the-alerts-not-triggered-any-more/m-p/656611#M1312</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-09-05T06:24:15Z</dc:date>
    </item>
  </channel>
</rss>

