<?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: How to create an alert on traffic drop Deviation? in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-create-an-alert-on-traffic-drop-Deviation/m-p/612052#M13816</link>
    <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225168"&gt;@ITWhisperer&lt;/a&gt;&amp;nbsp;This was perfect. Everything I needed. Thanks for the help. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Just one more thing, Is there a way to compare that with same time frame but from last week? For example 10:00 today Thursday with 10:00 Thursday last week?&lt;/P&gt;</description>
    <pubDate>Tue, 06 Sep 2022 08:46:41 GMT</pubDate>
    <dc:creator>shashank_24</dc:creator>
    <dc:date>2022-09-06T08:46:41Z</dc:date>
    <item>
      <title>How to create an alert on traffic drop Deviation?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-create-an-alert-on-traffic-drop-Deviation/m-p/611939#M13814</link>
      <description>&lt;P&gt;Hi, I want to create an alert on traffic drop deviation. Something like if the traffic drop by 50% than what was it in last hour or if the traffic drops to zero, then I want the alert triggered.&lt;/P&gt;
&lt;P&gt;Creating alert on 0 traffic is easy but that could give false positives as well so I am trying to find a way to alert only if there is a significant deviation.&lt;/P&gt;
&lt;P&gt;Is that possible? I have this query at the moment which looks into the incoming requests. I can run the alert every 15 or 30 minutes and want to trigger if there is a deviation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;index=myapp_prod  "message.logPoint"=INCOMING_REQUEST | timechart span=30m count&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Shashank&lt;/P&gt;</description>
      <pubDate>Mon, 05 Sep 2022 22:20:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-create-an-alert-on-traffic-drop-Deviation/m-p/611939#M13814</guid>
      <dc:creator>shashank_24</dc:creator>
      <dc:date>2022-09-05T22:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: Alert on traffic drop Deviation</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-create-an-alert-on-traffic-drop-Deviation/m-p/611941#M13815</link>
      <description>&lt;LI-CODE lang="markup"&gt;index=myapp_prod  "message.logPoint"=INCOMING_REQUEST 
| timechart span=30m count
| streamstats window=1 current=f values(count) as previous
| where count / previous &amp;lt; 0.5&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 05 Sep 2022 11:27:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-create-an-alert-on-traffic-drop-Deviation/m-p/611941#M13815</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-09-05T11:27:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to create an alert on traffic drop Deviation?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-create-an-alert-on-traffic-drop-Deviation/m-p/612052#M13816</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225168"&gt;@ITWhisperer&lt;/a&gt;&amp;nbsp;This was perfect. Everything I needed. Thanks for the help. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Just one more thing, Is there a way to compare that with same time frame but from last week? For example 10:00 today Thursday with 10:00 Thursday last week?&lt;/P&gt;</description>
      <pubDate>Tue, 06 Sep 2022 08:46:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-create-an-alert-on-traffic-drop-Deviation/m-p/612052#M13816</guid>
      <dc:creator>shashank_24</dc:creator>
      <dc:date>2022-09-06T08:46:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to create an alert on traffic drop Deviation?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-create-an-alert-on-traffic-drop-Deviation/m-p/612059#M13819</link>
      <description>&lt;P&gt;There is a timewrap command for this sort of thing.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Sep 2022 09:15:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-create-an-alert-on-traffic-drop-Deviation/m-p/612059#M13819</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-09-06T09:15:14Z</dc:date>
    </item>
  </channel>
</rss>

