<?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 License usage reporting not showing any data in Reporting</title>
    <link>https://community.splunk.com/t5/Reporting/License-usage-reporting-not-showing-any-data/m-p/210261#M10112</link>
    <description>&lt;P&gt;Our Splunk enterprise environment consists of 3 index servers, one search server and one master deployment server.&lt;/P&gt;

&lt;P&gt;We are using splunk version 6.2.4.&lt;/P&gt;

&lt;P&gt;Can someone please let me know why the deployment server is not showing the license usage graphs ? Please refer attached screen shot.&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/1898iC2972334A041E2EF/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 22 Sep 2016 11:23:39 GMT</pubDate>
    <dc:creator>rakeshcse2</dc:creator>
    <dc:date>2016-09-22T11:23:39Z</dc:date>
    <item>
      <title>License usage reporting not showing any data</title>
      <link>https://community.splunk.com/t5/Reporting/License-usage-reporting-not-showing-any-data/m-p/210261#M10112</link>
      <description>&lt;P&gt;Our Splunk enterprise environment consists of 3 index servers, one search server and one master deployment server.&lt;/P&gt;

&lt;P&gt;We are using splunk version 6.2.4.&lt;/P&gt;

&lt;P&gt;Can someone please let me know why the deployment server is not showing the license usage graphs ? Please refer attached screen shot.&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/1898iC2972334A041E2EF/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Sep 2016 11:23:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/License-usage-reporting-not-showing-any-data/m-p/210261#M10112</guid>
      <dc:creator>rakeshcse2</dc:creator>
      <dc:date>2016-09-22T11:23:39Z</dc:date>
    </item>
    <item>
      <title>Re: License usage reporting not showing any data</title>
      <link>https://community.splunk.com/t5/Reporting/License-usage-reporting-not-showing-any-data/m-p/210262#M10113</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;The dashboards are executing &lt;CODE&gt;index=_internal source=*license_usage.log&lt;/CODE&gt; behind the scenes. I would guess that the instance you are running the dashboards is not definded as a searchhead or it's not forwarding it's own events to the indexers. &lt;BR /&gt;
Try to run the following search from your search head:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal source=*license_usage.log type="RolloverSummary" earliest=-30d@d   | eval _time=_time - 43200 | bin _time span=1d | stats latest(b) AS b by slave, pool, _time | timechart span=1d sum(b) AS "volume" fixedrange=false | join type=outer _time [search index=_internal source=*license_usage.log type="RolloverSummary" earliest=-30d@d | eval _time=_time - 43200 | bin _time span=1d | stats latest(stacksz) AS "stack size" by _time] | fields - _timediff  | foreach * [eval &amp;lt;&amp;gt;=round('&amp;lt;&amp;gt;'/1024/1024/1024, 3)]
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Regards,&lt;/P&gt;

&lt;P&gt;Andreas&lt;/P&gt;</description>
      <pubDate>Thu, 22 Sep 2016 14:41:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/License-usage-reporting-not-showing-any-data/m-p/210262#M10113</guid>
      <dc:creator>schose</dc:creator>
      <dc:date>2016-09-22T14:41:42Z</dc:date>
    </item>
    <item>
      <title>Re: License usage reporting not showing any data</title>
      <link>https://community.splunk.com/t5/Reporting/License-usage-reporting-not-showing-any-data/m-p/210263#M10114</link>
      <description>&lt;P&gt;The search with index=_internal is working and showing the license usage details, also the server is configured as a search head too under server roles. Still, the graphs are not populating. What else could be missing?&lt;/P&gt;

&lt;P&gt;App_-&amp;gt;DMC---&amp;gt;Setup--&amp;gt;Serverroles ---Cluster Master&lt;BR /&gt;
Deployment Server&lt;BR /&gt;
Indexer&lt;BR /&gt;
License Master&lt;BR /&gt;
Search Head&lt;/P&gt;</description>
      <pubDate>Thu, 22 Sep 2016 15:35:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/License-usage-reporting-not-showing-any-data/m-p/210263#M10114</guid>
      <dc:creator>rakeshcse2</dc:creator>
      <dc:date>2016-09-22T15:35:44Z</dc:date>
    </item>
    <item>
      <title>Re: License usage reporting not showing any data</title>
      <link>https://community.splunk.com/t5/Reporting/License-usage-reporting-not-showing-any-data/m-p/210264#M10115</link>
      <description>&lt;P&gt;Problem:&lt;BR /&gt;
One particular Splunk report is reporting back with no data, though the dashboard is showing data, and test reports are working as expected.&lt;/P&gt;

&lt;P&gt;Problem Description:&lt;BR /&gt;
Report detailing diskspace and license usage does not send correctly. Many panels report no data when scheduled, but show fine within Splunk, or in a test report.&lt;/P&gt;

&lt;P&gt;Recommendation:&lt;BR /&gt;
Go to 'Access Controls &amp;gt; Users.' Previous customer realized he didn't change the role back to admin after he finished doing some testing on a custom role he was testing out. Switched it over to his LDAP account and it works just fine now.&lt;/P&gt;

&lt;P&gt;Solution:&lt;BR /&gt;
Customer fixed the issue. The report was sending from customer's local account, which did not have admin rights, and therefore could not search/report on the _internal index.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Apr 2017 00:18:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/License-usage-reporting-not-showing-any-data/m-p/210264#M10115</guid>
      <dc:creator>kgrigsby_splunk</dc:creator>
      <dc:date>2017-04-26T00:18:21Z</dc:date>
    </item>
  </channel>
</rss>

