<?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 Does the length of metadata fields and its value, host, source, and sourcetype count against license consumption? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Does-the-length-of-metadata-fields-and-its-value-host-source-and/m-p/639715#M109232</link>
    <description>&lt;P class="lia-align-justify"&gt;Does the length of metadata fields and its value such as time, host, source and sourcetype count against license consumption?&lt;BR /&gt;&lt;BR /&gt;For example, the following HEC JSON has a length of 212 characters but the event (_raw) is only 20 characters, is license calculated against the total json length or _raw length?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;{
   "time":1437522387,
   "host":"dataserver01.applicationmonitoring.com",
   "source":"/var/logs/application_monitoring.log",
   "sourcetype":"application_status",
   "event":{
      "message":"Seems OK"
   }
}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 13 Apr 2023 16:33:39 GMT</pubDate>
    <dc:creator>johnhuang</dc:creator>
    <dc:date>2023-04-13T16:33:39Z</dc:date>
    <item>
      <title>Does the length of metadata fields and its value, host, source, and sourcetype count against license consumption?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Does-the-length-of-metadata-fields-and-its-value-host-source-and/m-p/639715#M109232</link>
      <description>&lt;P class="lia-align-justify"&gt;Does the length of metadata fields and its value such as time, host, source and sourcetype count against license consumption?&lt;BR /&gt;&lt;BR /&gt;For example, the following HEC JSON has a length of 212 characters but the event (_raw) is only 20 characters, is license calculated against the total json length or _raw length?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;{
   "time":1437522387,
   "host":"dataserver01.applicationmonitoring.com",
   "source":"/var/logs/application_monitoring.log",
   "sourcetype":"application_status",
   "event":{
      "message":"Seems OK"
   }
}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Apr 2023 16:33:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Does-the-length-of-metadata-fields-and-its-value-host-source-and/m-p/639715#M109232</guid>
      <dc:creator>johnhuang</dc:creator>
      <dc:date>2023-04-13T16:33:39Z</dc:date>
    </item>
    <item>
      <title>Re: Metadata fields license consumption</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Does-the-length-of-metadata-fields-and-its-value-host-source-and/m-p/639726#M109233</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/190794"&gt;@johnhuang&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;it seems the also the raw log is 212 chars not 20.&lt;/P&gt;&lt;P&gt;Anyway, License consuption is calculated only on the volume of _raw logs indexed:&lt;/P&gt;&lt;P&gt;if your event has 212 chars, it causes a License consuption of 212 bytes, even if you extract from it many fields.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 13 Apr 2023 06:26:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Does-the-length-of-metadata-fields-and-its-value-host-source-and/m-p/639726#M109233</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-04-13T06:26:36Z</dc:date>
    </item>
    <item>
      <title>Re: Metadata fields license consumption</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Does-the-length-of-metadata-fields-and-its-value-host-source-and/m-p/639801#M109238</link>
      <description>&lt;P&gt;When using the HEC event format and sending to the event endpoint (not raw endpoint) only the "event" field should be rated. The metadata fields are not.&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Thu, 13 Apr 2023 14:46:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Does-the-length-of-metadata-fields-and-its-value-host-source-and/m-p/639801#M109238</guid>
      <dc:creator>mattymo</dc:creator>
      <dc:date>2023-04-13T14:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: Metadata fields license consumption</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Does-the-length-of-metadata-fields-and-its-value-host-source-and/m-p/639812#M109239</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/160866"&gt;@mattymo&lt;/a&gt;, I was able to test and confirm your answer.&lt;BR /&gt;&lt;BR /&gt;The following event sent to HEC would incur license usage of 22 bytes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{
   "index":"summary_is_temp",
   "host":"testing_hec_license_consumption.acme.org",
   "source":"/var/logs/application_monitoring.log",
   "sourcetype":"application_status",
   "event":{
      "message":"Seems OK"
   }
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="johnhuang_1-1681397948711.png" style="width: 771px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/24891i9F7424E22BFA9FD6/image-dimensions/771x52?v=v2" width="771" height="52" role="button" title="johnhuang_1-1681397948711.png" alt="johnhuang_1-1681397948711.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="johnhuang_0-1681398429840.png" style="width: 772px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/24892iCB95E15D1BF8796E/image-dimensions/772x303?v=v2" width="772" height="303" role="button" title="johnhuang_0-1681398429840.png" alt="johnhuang_0-1681398429840.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Apr 2023 15:08:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Does-the-length-of-metadata-fields-and-its-value-host-source-and/m-p/639812#M109239</guid>
      <dc:creator>johnhuang</dc:creator>
      <dc:date>2023-04-13T15:08:17Z</dc:date>
    </item>
    <item>
      <title>Re: Metadata fields license consumption</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Does-the-length-of-metadata-fields-and-its-value-host-source-and/m-p/639814#M109240</link>
      <description>&lt;P&gt;kudos to you to mistrusting and verifying!!!&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Apr 2023 15:12:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Does-the-length-of-metadata-fields-and-its-value-host-source-and/m-p/639814#M109240</guid>
      <dc:creator>mattymo</dc:creator>
      <dc:date>2023-04-13T15:12:17Z</dc:date>
    </item>
  </channel>
</rss>

