<?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 compute the mean activity volume per field in Splunk? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-compute-the-mean-activity-volume-per-field-in-Splunk/m-p/283550#M85687</link>
    <description>&lt;P&gt;try something like this,, &lt;/P&gt;

&lt;P&gt;base search | timechart span=1h mean(user) as mean, stdev(user) AS std | where std&amp;gt;10 AND mean&amp;gt;10&lt;/P&gt;</description>
    <pubDate>Thu, 27 Oct 2016 20:52:22 GMT</pubDate>
    <dc:creator>vasanthmss</dc:creator>
    <dc:date>2016-10-27T20:52:22Z</dc:date>
    <item>
      <title>How to compute the mean activity volume per field in Splunk?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-compute-the-mean-activity-volume-per-field-in-Splunk/m-p/283549#M85686</link>
      <description>&lt;P&gt;How to Compute the mean activity volume per user in each hour yesterday, and find the ones more than n standard deviations above the mean?&lt;/P&gt;

&lt;P&gt;Note: Considering user as a field&lt;/P&gt;

&lt;P&gt;Any ideas about writing a search which satisfies the above condition?&lt;/P&gt;</description>
      <pubDate>Thu, 27 Oct 2016 19:47:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-compute-the-mean-activity-volume-per-field-in-Splunk/m-p/283549#M85686</guid>
      <dc:creator>pavanae</dc:creator>
      <dc:date>2016-10-27T19:47:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to compute the mean activity volume per field in Splunk?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-compute-the-mean-activity-volume-per-field-in-Splunk/m-p/283550#M85687</link>
      <description>&lt;P&gt;try something like this,, &lt;/P&gt;

&lt;P&gt;base search | timechart span=1h mean(user) as mean, stdev(user) AS std | where std&amp;gt;10 AND mean&amp;gt;10&lt;/P&gt;</description>
      <pubDate>Thu, 27 Oct 2016 20:52:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-compute-the-mean-activity-volume-per-field-in-Splunk/m-p/283550#M85687</guid>
      <dc:creator>vasanthmss</dc:creator>
      <dc:date>2016-10-27T20:52:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to compute the mean activity volume per field in Splunk?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-compute-the-mean-activity-volume-per-field-in-Splunk/m-p/283551#M85688</link>
      <description>&lt;P&gt;By mean activity, I am assuming you mean the average. &lt;BR /&gt;
    | stats avg(count) by date_hour, user&lt;/P&gt;

&lt;P&gt;For standard deviation you can try something like below.  Replace "n" with your amount.&lt;BR /&gt;
    | eventstats stdev(count) as deviation | eval outlier=deviation*"n" | where count &amp;gt; outlier&lt;/P&gt;</description>
      <pubDate>Fri, 28 Oct 2016 11:50:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-compute-the-mean-activity-volume-per-field-in-Splunk/m-p/283551#M85688</guid>
      <dc:creator>mgrosholz</dc:creator>
      <dc:date>2016-10-28T11:50:51Z</dc:date>
    </item>
  </channel>
</rss>

