<?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 can I check event size? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-check-event-size/m-p/367314#M66765</link>
    <description>&lt;P&gt;Hey @chintan_shah, did I edit your question correctly? Are you hoping to check your licensing limits? Or is this for your own storage capacity?&lt;/P&gt;</description>
    <pubDate>Fri, 11 Aug 2017 22:36:37 GMT</pubDate>
    <dc:creator>lfedak_splunk</dc:creator>
    <dc:date>2017-08-11T22:36:37Z</dc:date>
    <item>
      <title>How can I check event size?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-check-event-size/m-p/367313#M66764</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Is there any way to determine which events takes a lot of storage/data? It will help me to bypass those events if required.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Aug 2017 20:06:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-check-event-size/m-p/367313#M66764</guid>
      <dc:creator>chintan_shah</dc:creator>
      <dc:date>2017-08-11T20:06:26Z</dc:date>
    </item>
    <item>
      <title>Re: How can I check event size?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-check-event-size/m-p/367314#M66765</link>
      <description>&lt;P&gt;Hey @chintan_shah, did I edit your question correctly? Are you hoping to check your licensing limits? Or is this for your own storage capacity?&lt;/P&gt;</description>
      <pubDate>Fri, 11 Aug 2017 22:36:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-check-event-size/m-p/367314#M66765</guid>
      <dc:creator>lfedak_splunk</dc:creator>
      <dc:date>2017-08-11T22:36:37Z</dc:date>
    </item>
    <item>
      <title>Re: How can I check event size?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-check-event-size/m-p/367315#M66766</link>
      <description>&lt;P&gt;Hey chintan_shah!&lt;/P&gt;

&lt;P&gt;Check out the meta woot! app on splunkbase. &lt;/P&gt;

&lt;P&gt;It provides many must have views for Splunk Admins, including a licensing data model that show you license usage per event:&lt;/P&gt;

&lt;P&gt;&lt;IMG src="http://i.imgur.com/kbWtPDm.png" alt="alt text" /&gt;&lt;/P&gt;

&lt;P&gt;This will allow you to monitor how much license a sourcetype/index are using per event. &lt;/P&gt;

&lt;P&gt;Once you narrow it down you can then use a search like this to investigate the raw events &lt;/P&gt;

&lt;P&gt;index=_internal sourcetype="splunkd" &lt;BR /&gt;
| eval eventSize=len(_raw)&lt;BR /&gt;
| table eventSize _raw&lt;BR /&gt;
| sort - eventSize&lt;/P&gt;

&lt;P&gt;and append &lt;CODE&gt;| stats max(eventSize), avg(eventSize), min(eventSize)&lt;/CODE&gt; to keep some high level stats on your data. &lt;/P&gt;

&lt;P&gt;&lt;IMG src="http://i.imgur.com/zQVFDR8.png" alt="alt text" /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 15:21:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-check-event-size/m-p/367315#M66766</guid>
      <dc:creator>mattymo</dc:creator>
      <dc:date>2020-09-29T15:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: How can I check event size?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-check-event-size/m-p/367316#M66767</link>
      <description>&lt;P&gt;@mmodestino_splunk &lt;/P&gt;

&lt;P&gt;I am trying to check the license usage consumption by event pattern and trying to create a report which would say which event patterns are consuming more license.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Sep 2019 13:41:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-check-event-size/m-p/367316#M66767</guid>
      <dc:creator>manish_singh_77</dc:creator>
      <dc:date>2019-09-24T13:41:15Z</dc:date>
    </item>
  </channel>
</rss>

