<?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 Unusually high volume detection with respect to the same day of the previous week per server in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Unusually-high-volume-detection-with-respect-to-the-same-day-of/m-p/392046#M171044</link>
    <description>&lt;P&gt;It would be possible to detect an increase in volume per server.&lt;/P&gt;

&lt;P&gt;This is my current search that looks global but would need one per server without having to create 100 search one by src_Ip = ...&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=cisco_asa sourcetype="cisco:asa" Cisco_ASA_action=allowed  earliest=-1w
 | timechart count span=1d perc95(avg) 
 | where strftime(_time, "%A") == strftime(now(),"%A") 
 | timewrap w 
 | rename "* ago" as * | eval avg=Total/3.0 | rename latest_week as Today 1week_before as Lastday _time as Date | eval ChangePercent = (Today - Lastday) / 100 | convert timeformat="%m/%d/%Y %H:%M:%S" ctime(Date)  | where ChangePercent &amp;gt; 0.20
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Thank you!&lt;/P&gt;</description>
    <pubDate>Mon, 27 May 2019 16:38:02 GMT</pubDate>
    <dc:creator>christianubeda</dc:creator>
    <dc:date>2019-05-27T16:38:02Z</dc:date>
    <item>
      <title>Unusually high volume detection with respect to the same day of the previous week per server</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Unusually-high-volume-detection-with-respect-to-the-same-day-of/m-p/392046#M171044</link>
      <description>&lt;P&gt;It would be possible to detect an increase in volume per server.&lt;/P&gt;

&lt;P&gt;This is my current search that looks global but would need one per server without having to create 100 search one by src_Ip = ...&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=cisco_asa sourcetype="cisco:asa" Cisco_ASA_action=allowed  earliest=-1w
 | timechart count span=1d perc95(avg) 
 | where strftime(_time, "%A") == strftime(now(),"%A") 
 | timewrap w 
 | rename "* ago" as * | eval avg=Total/3.0 | rename latest_week as Today 1week_before as Lastday _time as Date | eval ChangePercent = (Today - Lastday) / 100 | convert timeformat="%m/%d/%Y %H:%M:%S" ctime(Date)  | where ChangePercent &amp;gt; 0.20
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 27 May 2019 16:38:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Unusually-high-volume-detection-with-respect-to-the-same-day-of/m-p/392046#M171044</guid>
      <dc:creator>christianubeda</dc:creator>
      <dc:date>2019-05-27T16:38:02Z</dc:date>
    </item>
    <item>
      <title>Re: Unusually high volume detection with respect to the same day of the previous week per server</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Unusually-high-volume-detection-with-respect-to-the-same-day-of/m-p/392047#M171045</link>
      <description>&lt;P&gt;Is this same question as &lt;A href="https://answers.splunk.com/answers/748738/cisco-asa-volume-detection-today-against-same-day.html"&gt;https://answers.splunk.com/answers/748738/cisco-asa-volume-detection-today-against-same-day.html&lt;/A&gt; ?&lt;BR /&gt;
If not, you could do it very similar to the above question&lt;/P&gt;</description>
      <pubDate>Mon, 27 May 2019 19:38:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Unusually-high-volume-detection-with-respect-to-the-same-day-of/m-p/392047#M171045</guid>
      <dc:creator>koshyk</dc:creator>
      <dc:date>2019-05-27T19:38:13Z</dc:date>
    </item>
  </channel>
</rss>

