<?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 get the  min, average, max, median event size, standard deviation of event size by sourcetype in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-get-the-min-average-max-median-event-size-standard/m-p/667728#M229066</link>
    <description>&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;When I look at the average and max size of the events, I see that the Max event size sometimes is exactly 300,000 bytes, which is suspicious. Please let me know did the event fields change ? if we receiving 10 events in one chunk of 300,000 bytes ?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 07 Nov 2023 18:39:51 GMT</pubDate>
    <dc:creator>harishsplunk7</dc:creator>
    <dc:date>2023-11-07T18:39:51Z</dc:date>
    <item>
      <title>How to get the  min, average, max, median event size, standard deviation of event size by sourcetype</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-get-the-min-average-max-median-event-size-standard/m-p/654381#M226102</link>
      <description>&lt;P&gt;How to Inspect each feed by different criteria:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Average ingestion rate per day,&amp;nbsp;Minimum event size, 24 hour period&lt;BR /&gt;Average event size, 24 hour period,&amp;nbsp;Maximum event size, 24 hour period, Median event size, 24 hour period&lt;BR /&gt;Standard Deviation of event size, 24 hour period based on sourcetype or source&lt;/P&gt;</description>
      <pubDate>Tue, 15 Aug 2023 16:36:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-get-the-min-average-max-median-event-size-standard/m-p/654381#M226102</guid>
      <dc:creator>harishsplunk7</dc:creator>
      <dc:date>2023-08-15T16:36:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the  min, average, max, median event size, standard deviation of event size by sourcetype</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-get-the-min-average-max-median-event-size-standard/m-p/654388#M226104</link>
      <description>&lt;P&gt;Most of those can be collected with three commands.&amp;nbsp; The rest depends on what is meant by "average ingestion rate" (what is being averaged over what period).&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;&amp;lt;your search&amp;gt;&amp;gt;
| bin span=24h
| eval size=len(_raw)
| stats min(size) as MinEventSize, avg(size) as AvgEventSize, max(size) MaxEventSize, median(size) as MedianEventSize, stdev(size) as StdevEventSize by _time,sourcetype&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Aug 2023 17:26:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-get-the-min-average-max-median-event-size-standard/m-p/654388#M226104</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2023-08-15T17:26:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the  min, average, max, median event size, standard deviation of event size by sourcetype</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-get-the-min-average-max-median-event-size-standard/m-p/667728#M229066</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;When I look at the average and max size of the events, I see that the Max event size sometimes is exactly 300,000 bytes, which is suspicious. Please let me know did the event fields change ? if we receiving 10 events in one chunk of 300,000 bytes ?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2023 18:39:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-get-the-min-average-max-median-event-size-standard/m-p/667728#M229066</guid>
      <dc:creator>harishsplunk7</dc:creator>
      <dc:date>2023-11-07T18:39:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the  min, average, max, median event size, standard deviation of event size by sourcetype</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-get-the-min-average-max-median-event-size-standard/m-p/667734#M229071</link>
      <description>&lt;P&gt;It could be the events are being truncated.&amp;nbsp; Check the &lt;FONT face="courier new,courier"&gt;TRUNCATE&lt;/FONT&gt; setting in the relevant props.conf stanza.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2023 19:08:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-get-the-min-average-max-median-event-size-standard/m-p/667734#M229071</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2023-11-07T19:08:47Z</dc:date>
    </item>
  </channel>
</rss>

