<?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: What is the size (in bytes) of various common IT data event sourcetypes in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/What-is-the-size-in-bytes-of-various-common-IT-data-event/m-p/15081#M1639</link>
    <description>&lt;P&gt;Please see this Splunk Wiki table for more details, or to add your own events and their sizes now:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://www.splunk.com/wiki/Community:CommonEventSizes" rel="nofollow"&gt;http://www.splunk.com/wiki/Community:CommonEventSizes&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 14 Jun 2010 21:34:06 GMT</pubDate>
    <dc:creator>maverick</dc:creator>
    <dc:date>2010-06-14T21:34:06Z</dc:date>
    <item>
      <title>What is the size (in bytes) of various common IT data event sourcetypes</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-is-the-size-in-bytes-of-various-common-IT-data-event/m-p/15080#M1638</link>
      <description>&lt;P&gt;I was wondering if anyone had a link to some web page that lists the sizes (in bytes) for various common IT data event source types, like Cisco ASA, Microsoft IIS, Bluecoat, WebSphere/WebLogic log4j or logback, insert_your_common_sourcetype_here, etc.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jun 2010 21:08:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-is-the-size-in-bytes-of-various-common-IT-data-event/m-p/15080#M1638</guid>
      <dc:creator>maverick</dc:creator>
      <dc:date>2010-06-08T21:08:05Z</dc:date>
    </item>
    <item>
      <title>Re: What is the size (in bytes) of various common IT data event sourcetypes</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-is-the-size-in-bytes-of-various-common-IT-data-event/m-p/15081#M1639</link>
      <description>&lt;P&gt;Please see this Splunk Wiki table for more details, or to add your own events and their sizes now:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://www.splunk.com/wiki/Community:CommonEventSizes" rel="nofollow"&gt;http://www.splunk.com/wiki/Community:CommonEventSizes&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jun 2010 21:34:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-is-the-size-in-bytes-of-various-common-IT-data-event/m-p/15081#M1639</guid>
      <dc:creator>maverick</dc:creator>
      <dc:date>2010-06-14T21:34:06Z</dc:date>
    </item>
    <item>
      <title>Re: What is the size (in bytes) of various common IT data event sourcetypes</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-is-the-size-in-bytes-of-various-common-IT-data-event/m-p/15082#M1640</link>
      <description>&lt;P&gt;If you want to check the average size in bytes of your events broken down by sourcetype, you can run the search below. Of course, feel free to replace "*" with a specific data set you want to study, and don't forget to adequately set the time frame of the search : &lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;| eval esize=len(_raw) | stats avg(esize) by sourcetype&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Wed, 01 Sep 2010 02:58:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-is-the-size-in-bytes-of-various-common-IT-data-event/m-p/15082#M1640</guid>
      <dc:creator>hexx</dc:creator>
      <dc:date>2010-09-01T02:58:10Z</dc:date>
    </item>
    <item>
      <title>Re: What is the size (in bytes) of various common IT data event sourcetypes</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-is-the-size-in-bytes-of-various-common-IT-data-event/m-p/15083#M1641</link>
      <description>&lt;P&gt;Here's the same search but also showing the 10th and 90th percentile for event size (in bytes) broken down by sourcetype :&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;| eval esize=len(_raw) | stats p10(esize), avg(esize), p90(esize) by sourcetype&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Wed, 01 Sep 2010 02:58:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-is-the-size-in-bytes-of-various-common-IT-data-event/m-p/15083#M1641</guid>
      <dc:creator>hexx</dc:creator>
      <dc:date>2010-09-01T02:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: What is the size (in bytes) of various common IT data event sourcetypes</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-is-the-size-in-bytes-of-various-common-IT-data-event/m-p/15084#M1642</link>
      <description>&lt;P&gt;Thanks! This will help a lot!&lt;/P&gt;</description>
      <pubDate>Wed, 01 Sep 2010 04:46:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-is-the-size-in-bytes-of-various-common-IT-data-event/m-p/15084#M1642</guid>
      <dc:creator>maverick</dc:creator>
      <dc:date>2010-09-01T04:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: What is the size (in bytes) of various common IT data event sourcetypes</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-is-the-size-in-bytes-of-various-common-IT-data-event/m-p/15085#M1643</link>
      <description>&lt;P&gt;Isn't it simply the length of the _raw field? e.g. the value given by esize is only the number of characters.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Feb 2015 15:00:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-is-the-size-in-bytes-of-various-common-IT-data-event/m-p/15085#M1643</guid>
      <dc:creator>effem</dc:creator>
      <dc:date>2015-02-19T15:00:11Z</dc:date>
    </item>
    <item>
      <title>Re: What is the size (in bytes) of various common IT data event sourcetypes</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-is-the-size-in-bytes-of-various-common-IT-data-event/m-p/15086#M1644</link>
      <description>&lt;P&gt;Any idea how you would find the TOTAL size of events by sourcetype in an index?&lt;/P&gt;</description>
      <pubDate>Mon, 03 Oct 2016 22:22:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-is-the-size-in-bytes-of-various-common-IT-data-event/m-p/15086#M1644</guid>
      <dc:creator>mendesjo</dc:creator>
      <dc:date>2016-10-03T22:22:31Z</dc:date>
    </item>
  </channel>
</rss>

