<?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: Splunk Alert on specific phrase in Security</title>
    <link>https://community.splunk.com/t5/Security/Splunk-Alert-on-specific-phrase/m-p/577142#M15734</link>
    <description>&lt;P&gt;Will what you show only trigger when the phrase "Please Investigate" appears in the alert? I don't want to see the alert if there is 0.00 latency&lt;/P&gt;</description>
    <pubDate>Thu, 02 Dec 2021 20:34:31 GMT</pubDate>
    <dc:creator>babcolee</dc:creator>
    <dc:date>2021-12-02T20:34:31Z</dc:date>
    <item>
      <title>Splunk Alert on specific phrase</title>
      <link>https://community.splunk.com/t5/Security/Splunk-Alert-on-specific-phrase/m-p/577133#M15732</link>
      <description>&lt;P&gt;I have an alert set up to run every hour to look for any latency of :45 minutes. If over that send a "Please Investigate" message&lt;/P&gt;&lt;P&gt;Index=...&amp;nbsp; | stats count max(_time) as lastTime by host&lt;BR /&gt;| eval now=now()&lt;BR /&gt;| eval timedelta=round((now-lastTime)/60/60,2)&lt;BR /&gt;| eval timedelta=if(timedelta &amp;gt; .75,"Please Investigate", timedelta)&lt;BR /&gt;| convert ctime(lastTime) ctime(now)&lt;BR /&gt;| sort - timedelta&lt;/P&gt;&lt;P&gt;The problem is that I get this alert email even when the latency is 0.00. What I really need is for the alert to trigger and run when it sees the phrase "Please Investigate" . I have been unsuccessful in setting this up in the Splunk Alert GUI as a trigger.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Dec 2021 20:10:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Splunk-Alert-on-specific-phrase/m-p/577133#M15732</guid>
      <dc:creator>babcolee</dc:creator>
      <dc:date>2021-12-02T20:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Alert on specific phrase</title>
      <link>https://community.splunk.com/t5/Security/Splunk-Alert-on-specific-phrase/m-p/577137#M15733</link>
      <description>&lt;P&gt;Why not leave it in minutes?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Index=...  | stats count max(_time) as lastTime by host
| eval now=now()
| eval timedelta=(now-lastTime)/60
| eval timedelta=if(timedelta &amp;gt; 45,"Please Investigate", timedelta)
| convert ctime(lastTime) ctime(now)
| where timedelta="Please Investigate"&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 02 Dec 2021 20:23:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Splunk-Alert-on-specific-phrase/m-p/577137#M15733</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2021-12-02T20:23:54Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Alert on specific phrase</title>
      <link>https://community.splunk.com/t5/Security/Splunk-Alert-on-specific-phrase/m-p/577142#M15734</link>
      <description>&lt;P&gt;Will what you show only trigger when the phrase "Please Investigate" appears in the alert? I don't want to see the alert if there is 0.00 latency&lt;/P&gt;</description>
      <pubDate>Thu, 02 Dec 2021 20:34:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Splunk-Alert-on-specific-phrase/m-p/577142#M15734</guid>
      <dc:creator>babcolee</dc:creator>
      <dc:date>2021-12-02T20:34:31Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Alert on specific phrase</title>
      <link>https://community.splunk.com/t5/Security/Splunk-Alert-on-specific-phrase/m-p/577144#M15735</link>
      <description>&lt;P&gt;You have to make sure that:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;the alert is configured to trigger only when the number of results is greater than 0.&lt;/LI&gt;&lt;LI&gt;your search query is actually filtering out results that you don't want alerted on. Per&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225168"&gt;@ITWhisperer&lt;/a&gt;&amp;nbsp;&lt;UL&gt;&lt;LI&gt;&lt;PRE&gt;| where timedelta="Please Investigate"&lt;/PRE&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Dec 2021 21:21:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Splunk-Alert-on-specific-phrase/m-p/577144#M15735</guid>
      <dc:creator>johnhuang</dc:creator>
      <dc:date>2021-12-02T21:21:34Z</dc:date>
    </item>
  </channel>
</rss>

