<?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: Why does license usage differ between the number found using RolloverSummary versus Usage from the license_usage.log file? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Why-does-license-usage-differ-between-the-number-found-using/m-p/207672#M40942</link>
    <description>&lt;P&gt;Usage is a blanket counter which increments whenever something is indexed. RolloverSummary is a tall(sum) of the days usage which is calculated just after midnight. There is likely a discrepancy with the time period searched leaving a gap between the summary evaluation and the time period beginning/end.&lt;/P&gt;</description>
    <pubDate>Tue, 29 Mar 2016 14:15:28 GMT</pubDate>
    <dc:creator>bgronvall_splun</dc:creator>
    <dc:date>2016-03-29T14:15:28Z</dc:date>
    <item>
      <title>Why does license usage differ between the number found using RolloverSummary versus Usage from the license_usage.log file?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-does-license-usage-differ-between-the-number-found-using/m-p/207671#M40941</link>
      <description>&lt;P&gt;I did the two following searches using the same license_usage.log file and got different results for yesterday's total bytes used by that indexer. Why are they different and which is more accurate?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal host=splunk source=*license_usage.log type="RolloverSummary" slave=09F538B3-E658-4C42-A213-EE89679465E0 | eval _time=_time - 43200 | bin _time span=1d  | eval TotalBytes=b/1024/1024/1024
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Result: 63.288 GB&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index = _internal host = splunk source = *license_usage.log type = "Usage" i=09F538B3-E658-4C42-A213-EE89679465E0 | stats sum(b) as TotalBytes | eval TotalBytes=TotalBytes/1024/1024/1024
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Result: 63.2525 GB&lt;/P&gt;

&lt;P&gt;Same time span - different result.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Feb 2016 06:10:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-does-license-usage-differ-between-the-number-found-using/m-p/207671#M40941</guid>
      <dc:creator>coleman07</dc:creator>
      <dc:date>2016-02-18T06:10:25Z</dc:date>
    </item>
    <item>
      <title>Re: Why does license usage differ between the number found using RolloverSummary versus Usage from the license_usage.log file?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-does-license-usage-differ-between-the-number-found-using/m-p/207672#M40942</link>
      <description>&lt;P&gt;Usage is a blanket counter which increments whenever something is indexed. RolloverSummary is a tall(sum) of the days usage which is calculated just after midnight. There is likely a discrepancy with the time period searched leaving a gap between the summary evaluation and the time period beginning/end.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2016 14:15:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-does-license-usage-differ-between-the-number-found-using/m-p/207672#M40942</guid>
      <dc:creator>bgronvall_splun</dc:creator>
      <dc:date>2016-03-29T14:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: Why does license usage differ between the number found using RolloverSummary versus Usage from the license_usage.log file?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-does-license-usage-differ-between-the-number-found-using/m-p/207673#M40943</link>
      <description>&lt;P&gt;I am seeying the same as coleman07 describes, only that this is happening in LURV (&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.4.1/Admin/AboutSplunksLicenseUsageReportView"&gt;http://docs.splunk.com/Documentation/Splunk/6.4.1/Admin/AboutSplunksLicenseUsageReportView&lt;/A&gt; ). When going into the "Previous 30 Days" tab and choosing no splitby, a license violation is shown, when switching to a splitby (e.g. index), there a still 50GB free before the pool size is reached. So there's a delta of 50GB between "RolloverSummary" and "Usage" calculations.&lt;/P&gt;

&lt;P&gt;Trying to find these unaccounted, missing 50GB has been unfruitful so far.&lt;/P&gt;

&lt;P&gt;Can you please elaborate a little more on these artificats? What volume does count towards license volume, is it "RolloverSummary"?&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2016 15:15:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-does-license-usage-differ-between-the-number-found-using/m-p/207673#M40943</guid>
      <dc:creator>Olli1919</dc:creator>
      <dc:date>2016-05-13T15:15:14Z</dc:date>
    </item>
    <item>
      <title>Re: Why does license usage differ between the number found using RolloverSummary versus Usage from the license_usage.log file?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-does-license-usage-differ-between-the-number-found-using/m-p/207674#M40944</link>
      <description>&lt;P&gt;Now with the new DMC in v6.4 there are still both types of license usage reporting. And it is Type=RolloverSummary, which is the reference for actual daily license count. Unfortunately Type=RolloverSummary does not offer the sourcetype. Only Type=Usage does. Yesterday we had delta of 120GB between both license usages calculation types. It is thus nearly impossible do analyze a license violation down to the sourcetype / data source which caused it, when missing 120GB in the reporting.&lt;BR /&gt;
One could think that splunk has no interest in offering a license usage report, which would allow customers to identify what data sources they spend their money on.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jul 2016 17:38:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-does-license-usage-differ-between-the-number-found-using/m-p/207674#M40944</guid>
      <dc:creator>Olli1919</dc:creator>
      <dc:date>2016-07-26T17:38:04Z</dc:date>
    </item>
  </channel>
</rss>

