<?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: License reporting: Usage vs Rollover Summary in Installation</title>
    <link>https://community.splunk.com/t5/Installation/License-reporting-Usage-vs-Rollover-Summary/m-p/542169#M7203</link>
    <description>&lt;P&gt;The license usage in the _internal logs is what Splunk uses to calculate and compare against your license.&amp;nbsp; So that should be considered the "source of truth".&lt;/P&gt;&lt;P&gt;The search you posted for searching the licensing logs is purposely excluding the sourcetype(s) starting with modular*, which may be impacted the results.&amp;nbsp; Remove that from the search and see if the numbers are closer.&lt;/P&gt;&lt;P&gt;The licensing in the _telemetry is a summarization of the data in the _internal logs that is optionally sent to Splunk for supporting your environment.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;references:&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/8.1.2/Admin/HowSplunklicensingworks" target="_blank"&gt;How Splunk Enterprise licensing works - Splunk Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;</description>
    <pubDate>Wed, 03 Mar 2021 13:59:30 GMT</pubDate>
    <dc:creator>jodonald</dc:creator>
    <dc:date>2021-03-03T13:59:30Z</dc:date>
    <item>
      <title>License reporting: Usage vs Rollover Summary</title>
      <link>https://community.splunk.com/t5/Installation/License-reporting-Usage-vs-Rollover-Summary/m-p/542134#M7201</link>
      <description>&lt;P&gt;Hi all,&lt;BR /&gt;I've already been searching for an answer to my question within the community but I didn't find anything exhaustive.&amp;nbsp;&lt;BR /&gt;Basically, I noticed different number for license usage if computed using the Rollover Summary (the "official" one) vs the Usage log type. Of course, I know that Rollover Summary logs refer to the previous day.&lt;BR /&gt;Having in mind this, the issue happens not every day, but sometimes the license usage computed using the "Usage" logs is about 10% greater than the Rollover Summary.&lt;BR /&gt;I'd like to understand why this happens since I'm experiencing some license violations and I'm trying to investigate which index/sourcetype is the main responsible. But this is not easy since the detailed usage aggregated doesn't correspond to the Rollover Summary.&lt;BR /&gt;Just to be more clear, if I run this search on the License Master, I get a number for yesterday (say 100 GB):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=_telemetry source=*license_usage_summary.log 
| eval _time=_time - 43200, usage_GB = round(b/1024/1024/1024, 3)
| timechart span=1d sum(usage_GB) as usage_GB &lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;while if I run this one, split by index, the aggregate gives me a value about 10% higher (110 GB):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=_internal source=*license_usage.log* type=Usage st!="modular*" 
| eval gb=b/1024/1024/1024
| timechart span=1d sum(gb) AS idx_volume_GB by idx&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The License Master is enabled on a Windows 2016 Server, with Splunk 7.3.6.&lt;BR /&gt;Does anyone know why this happens and how to overcome this "issue"?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Wed, 03 Mar 2021 11:34:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/License-reporting-Usage-vs-Rollover-Summary/m-p/542134#M7201</guid>
      <dc:creator>lpino</dc:creator>
      <dc:date>2021-03-03T11:34:39Z</dc:date>
    </item>
    <item>
      <title>Re: License reporting: Usage vs Rollover Summary</title>
      <link>https://community.splunk.com/t5/Installation/License-reporting-Usage-vs-Rollover-Summary/m-p/542169#M7203</link>
      <description>&lt;P&gt;The license usage in the _internal logs is what Splunk uses to calculate and compare against your license.&amp;nbsp; So that should be considered the "source of truth".&lt;/P&gt;&lt;P&gt;The search you posted for searching the licensing logs is purposely excluding the sourcetype(s) starting with modular*, which may be impacted the results.&amp;nbsp; Remove that from the search and see if the numbers are closer.&lt;/P&gt;&lt;P&gt;The licensing in the _telemetry is a summarization of the data in the _internal logs that is optionally sent to Splunk for supporting your environment.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;references:&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/8.1.2/Admin/HowSplunklicensingworks" target="_blank"&gt;How Splunk Enterprise licensing works - Splunk Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Mar 2021 13:59:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/License-reporting-Usage-vs-Rollover-Summary/m-p/542169#M7203</guid>
      <dc:creator>jodonald</dc:creator>
      <dc:date>2021-03-03T13:59:30Z</dc:date>
    </item>
    <item>
      <title>Re: License reporting: Usage vs Rollover Summary</title>
      <link>https://community.splunk.com/t5/Installation/License-reporting-Usage-vs-Rollover-Summary/m-p/542170#M7204</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/211741"&gt;@jodonald&lt;/a&gt;, thanks for your answer.&lt;BR /&gt;Unfortunately, the sourcetype "modular*" doesn't impact that much on license (it's just about 1 MB/day), while the difference between the Rollover Summary and the Usage logs is 5-6 GB in my environment.&lt;/P&gt;&lt;P&gt;So, even after removing that clause the results are way different:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=_internal source=*license_usage.log* type=Usage
| eval gb=b/1024/1024/1024
| timechart span=1d sum(gb) AS idx_volume_GB by idx&lt;/LI-CODE&gt;&lt;P&gt;As per what I read in other posts, the value reported in the Rollover Summary (also available in the _internal index) is the "official" one used for licensing (this is the value shown in the Splunk License Usage Report page in the GUI), so I am confident that this is the right value.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Mar 2021 14:12:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/License-reporting-Usage-vs-Rollover-Summary/m-p/542170#M7204</guid>
      <dc:creator>lpino</dc:creator>
      <dc:date>2021-03-03T14:12:23Z</dc:date>
    </item>
  </channel>
</rss>

