<?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: Hosts with the largest events in size? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Hosts-with-the-largest-events-in-size/m-p/53672#M10359</link>
    <description>&lt;P&gt;I like it. I can pin it to a specific source. Thanks.&lt;/P&gt;</description>
    <pubDate>Tue, 04 Dec 2012 14:04:09 GMT</pubDate>
    <dc:creator>kwaingrow</dc:creator>
    <dc:date>2012-12-04T14:04:09Z</dc:date>
    <item>
      <title>Hosts with the largest events in size?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Hosts-with-the-largest-events-in-size/m-p/53670#M10357</link>
      <description>&lt;P&gt;In an effort to police my license usage, I'm currently using the following to find the hosts with the largest number of events sending to Splunk in the last 5 minutes:&lt;/P&gt;

&lt;P&gt;index=* earliest=-5m | stats count by host,splunk_server | sort -count&lt;/P&gt;

&lt;P&gt;While a host may be spamming Splunk with events, they may not be that large and affect my license usage that much. What can I use to find the hosts that are sending the actual &lt;STRONG&gt;largest&lt;/STRONG&gt; (in size) events by host,splunk_server taking up the most space in the last 5 minutes?  &lt;/P&gt;</description>
      <pubDate>Tue, 04 Dec 2012 11:51:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Hosts-with-the-largest-events-in-size/m-p/53670#M10357</guid>
      <dc:creator>kwaingrow</dc:creator>
      <dc:date>2012-12-04T11:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: Hosts with the largest events in size?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Hosts-with-the-largest-events-in-size/m-p/53671#M10358</link>
      <description>&lt;P&gt;You would want to do something like below (value in bytes).&lt;/P&gt;

&lt;P&gt;index=* earliest=-5m | eval esize=len(_raw) | stats count max(esize) by host, source&lt;/P&gt;</description>
      <pubDate>Tue, 04 Dec 2012 13:41:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Hosts-with-the-largest-events-in-size/m-p/53671#M10358</guid>
      <dc:creator>sdaniels</dc:creator>
      <dc:date>2012-12-04T13:41:19Z</dc:date>
    </item>
    <item>
      <title>Re: Hosts with the largest events in size?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Hosts-with-the-largest-events-in-size/m-p/53672#M10359</link>
      <description>&lt;P&gt;I like it. I can pin it to a specific source. Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Dec 2012 14:04:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Hosts-with-the-largest-events-in-size/m-p/53672#M10359</guid>
      <dc:creator>kwaingrow</dc:creator>
      <dc:date>2012-12-04T14:04:09Z</dc:date>
    </item>
    <item>
      <title>Re: Hosts with the largest events in size?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Hosts-with-the-largest-events-in-size/m-p/53673#M10360</link>
      <description>&lt;P&gt;You can also just check the license_usage.log, which breaks down the number of &lt;EM&gt;indexed&lt;/EM&gt; bytes by host, source, and sourcetype, and indexer:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal source=*license_usage.log | stats sum(b) by s,st,h,i
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;though the indexer is represented by GUID rather than name in this case. You can of course roll up:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal source=*license_usage.log | stats sum(b) by s,h
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;as usual.&lt;/P&gt;</description>
      <pubDate>Sun, 14 Jul 2013 17:23:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Hosts-with-the-largest-events-in-size/m-p/53673#M10360</guid>
      <dc:creator>gkanapathy</dc:creator>
      <dc:date>2013-07-14T17:23:44Z</dc:date>
    </item>
  </channel>
</rss>

