<?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 is splunk license usage determined in Installation</title>
    <link>https://community.splunk.com/t5/Installation/How-is-splunk-license-usage-determined/m-p/152749#M2426</link>
    <description>&lt;P&gt;Hi robertlabrie,&lt;/P&gt;

&lt;P&gt;usually adding extra fields does not add more license usage. License usage is based on the size of the &lt;CODE&gt;_raw&lt;/CODE&gt; data. I cannot tell you exactly how Splunk determines the raw data size, but you can do some search-fu to verify it with your data.&lt;/P&gt;

&lt;P&gt;Roughly, you can run a search where you look at your data over a range of indexed_time values, counting up the size of the actual events. Take this run everywhere example to get the &lt;CODE&gt;_raw&lt;/CODE&gt; data size per source&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal | eval event_size=len(_raw) | timechart sum(event_size) as event_size by source
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This is a &lt;EM&gt;slow and expensive search&lt;/EM&gt; and it &lt;EM&gt;must&lt;/EM&gt; be run across a time range that can contain all possible events that were indexed at that time -- meaning regardless of timestamp regularity. Typically this means it must be run over all time. &lt;/P&gt;

&lt;P&gt;hope this helps ...&lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
    <pubDate>Mon, 28 Sep 2020 16:32:33 GMT</pubDate>
    <dc:creator>MuS</dc:creator>
    <dc:date>2020-09-28T16:32:33Z</dc:date>
    <item>
      <title>How is splunk license usage determined</title>
      <link>https://community.splunk.com/t5/Installation/How-is-splunk-license-usage-determined/m-p/152748#M2425</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I can see the usage report, but my question is: how is it determined? Is it byte for byte against my source data? (ie "Hello World" == 11 bytes)?&lt;/P&gt;

&lt;P&gt;I'm asking because I changed the INDEXED_EXTRACTIONS setting in my props.conf from undefined to w3c and my license usage shot up through the roof. From my usual .3gb a day to 1.4. Did all these extra fields cost me extra?&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
Rob&lt;/P&gt;</description>
      <pubDate>Mon, 05 May 2014 16:50:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/How-is-splunk-license-usage-determined/m-p/152748#M2425</guid>
      <dc:creator>robertlabrie</dc:creator>
      <dc:date>2014-05-05T16:50:46Z</dc:date>
    </item>
    <item>
      <title>Re: How is splunk license usage determined</title>
      <link>https://community.splunk.com/t5/Installation/How-is-splunk-license-usage-determined/m-p/152749#M2426</link>
      <description>&lt;P&gt;Hi robertlabrie,&lt;/P&gt;

&lt;P&gt;usually adding extra fields does not add more license usage. License usage is based on the size of the &lt;CODE&gt;_raw&lt;/CODE&gt; data. I cannot tell you exactly how Splunk determines the raw data size, but you can do some search-fu to verify it with your data.&lt;/P&gt;

&lt;P&gt;Roughly, you can run a search where you look at your data over a range of indexed_time values, counting up the size of the actual events. Take this run everywhere example to get the &lt;CODE&gt;_raw&lt;/CODE&gt; data size per source&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal | eval event_size=len(_raw) | timechart sum(event_size) as event_size by source
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This is a &lt;EM&gt;slow and expensive search&lt;/EM&gt; and it &lt;EM&gt;must&lt;/EM&gt; be run across a time range that can contain all possible events that were indexed at that time -- meaning regardless of timestamp regularity. Typically this means it must be run over all time. &lt;/P&gt;

&lt;P&gt;hope this helps ...&lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 16:32:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/How-is-splunk-license-usage-determined/m-p/152749#M2426</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2020-09-28T16:32:33Z</dc:date>
    </item>
  </channel>
</rss>

