<?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: average count events in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/average-count-events/m-p/270153#M190036</link>
    <description>&lt;P&gt;Eventstats is your friend. Assuming your fields are named IP and events:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| eventstats avg(events) as avg_events
| where events &amp;lt; avg_events
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Mon, 25 Jul 2016 12:10:08 GMT</pubDate>
    <dc:creator>javiergn</dc:creator>
    <dc:date>2016-07-25T12:10:08Z</dc:date>
    <item>
      <title>average count events</title>
      <link>https://community.splunk.com/t5/Splunk-Search/average-count-events/m-p/270152#M190035</link>
      <description>&lt;P&gt;Hey guys.&lt;/P&gt;

&lt;P&gt;I need to know what ip have less events then avarage of all devices.&lt;/P&gt;

&lt;P&gt;for example:&lt;BR /&gt;
ip             events&lt;BR /&gt;
1.1.1.1        11&lt;BR /&gt;
2.2.2.2       10&lt;BR /&gt;
3.3.3.3        9&lt;BR /&gt;
4.4.4.4         1&lt;/P&gt;

&lt;P&gt;so average is 7.75 and i want to find ip 4.4.4.4&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2016 11:00:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/average-count-events/m-p/270152#M190035</guid>
      <dc:creator>Shark2112</dc:creator>
      <dc:date>2016-07-25T11:00:06Z</dc:date>
    </item>
    <item>
      <title>Re: average count events</title>
      <link>https://community.splunk.com/t5/Splunk-Search/average-count-events/m-p/270153#M190036</link>
      <description>&lt;P&gt;Eventstats is your friend. Assuming your fields are named IP and events:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| eventstats avg(events) as avg_events
| where events &amp;lt; avg_events
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 25 Jul 2016 12:10:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/average-count-events/m-p/270153#M190036</guid>
      <dc:creator>javiergn</dc:creator>
      <dc:date>2016-07-25T12:10:08Z</dc:date>
    </item>
  </channel>
</rss>

