<?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 &amp;quot;License Usage - Previous 30 Days&amp;quot; dashboard broken? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/quot-License-Usage-Previous-30-Days-quot-dashboard-broken/m-p/410396#M172784</link>
    <description>&lt;P&gt;In a distributed environment the master "License Usage - Previous 30 Days" and "License Usage - Today", and the searched associated with them returns no data.&lt;/P&gt;

&lt;P&gt;However, I get the data if I try this search:&lt;BR /&gt;
index=_internal &lt;BR /&gt;
     [ &lt;CODE&gt;set_local_host&lt;/CODE&gt;] source=&lt;EM&gt;license_usage.log&lt;/EM&gt; type="RolloverSummary" earliest=-30d@d &lt;BR /&gt;
 | eval _time=_time - 43200 &lt;BR /&gt;
 | bin _time span=1d &lt;BR /&gt;
 | stats latest(b) AS b by slave, pool, _time &lt;BR /&gt;
 | timechart span=1d sum(b) AS "volume" fixedrange=false &lt;BR /&gt;
 | join type=outer _time &lt;BR /&gt;
     [ search index=_internal &lt;BR /&gt;
         [ &lt;CODE&gt;set_local_host&lt;/CODE&gt;] source=&lt;EM&gt;license_usage.log&lt;/EM&gt; type="RolloverSummary" earliest=-30d@d &lt;BR /&gt;
     | eval _time=_time - 43200 &lt;BR /&gt;
     | bin _time span=1d &lt;BR /&gt;
     | stats latest(stacksz) AS "stack size" by _time] &lt;BR /&gt;
 | fields - _timediff &lt;BR /&gt;
 | foreach * &lt;BR /&gt;
     [ eval &amp;lt;&lt;FIELD&gt;&amp;gt;=round('&amp;lt;&lt;FIELD&gt;&amp;gt;'/1024/1024/1024, 3)]&lt;BR /&gt;
which I found here: &lt;A href="https://answers.splunk.com/answers/618300/why-is-there-no-license-usage-data-available-in-sp.html" target="_blank"&gt;https://answers.splunk.com/answers/618300/why-is-there-no-license-usage-data-available-in-sp.html&lt;/A&gt;&lt;/FIELD&gt;&lt;/FIELD&gt;&lt;/P&gt;

&lt;P&gt;There are no errors or warning regarding dmc_licensing_summery_no_split in index="_internal". Is there anything I can do?&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 23:27:08 GMT</pubDate>
    <dc:creator>girtsgr</dc:creator>
    <dc:date>2020-09-29T23:27:08Z</dc:date>
    <item>
      <title>"License Usage - Previous 30 Days" dashboard broken?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/quot-License-Usage-Previous-30-Days-quot-dashboard-broken/m-p/410396#M172784</link>
      <description>&lt;P&gt;In a distributed environment the master "License Usage - Previous 30 Days" and "License Usage - Today", and the searched associated with them returns no data.&lt;/P&gt;

&lt;P&gt;However, I get the data if I try this search:&lt;BR /&gt;
index=_internal &lt;BR /&gt;
     [ &lt;CODE&gt;set_local_host&lt;/CODE&gt;] source=&lt;EM&gt;license_usage.log&lt;/EM&gt; type="RolloverSummary" earliest=-30d@d &lt;BR /&gt;
 | eval _time=_time - 43200 &lt;BR /&gt;
 | bin _time span=1d &lt;BR /&gt;
 | stats latest(b) AS b by slave, pool, _time &lt;BR /&gt;
 | timechart span=1d sum(b) AS "volume" fixedrange=false &lt;BR /&gt;
 | join type=outer _time &lt;BR /&gt;
     [ search index=_internal &lt;BR /&gt;
         [ &lt;CODE&gt;set_local_host&lt;/CODE&gt;] source=&lt;EM&gt;license_usage.log&lt;/EM&gt; type="RolloverSummary" earliest=-30d@d &lt;BR /&gt;
     | eval _time=_time - 43200 &lt;BR /&gt;
     | bin _time span=1d &lt;BR /&gt;
     | stats latest(stacksz) AS "stack size" by _time] &lt;BR /&gt;
 | fields - _timediff &lt;BR /&gt;
 | foreach * &lt;BR /&gt;
     [ eval &amp;lt;&lt;FIELD&gt;&amp;gt;=round('&amp;lt;&lt;FIELD&gt;&amp;gt;'/1024/1024/1024, 3)]&lt;BR /&gt;
which I found here: &lt;A href="https://answers.splunk.com/answers/618300/why-is-there-no-license-usage-data-available-in-sp.html" target="_blank"&gt;https://answers.splunk.com/answers/618300/why-is-there-no-license-usage-data-available-in-sp.html&lt;/A&gt;&lt;/FIELD&gt;&lt;/FIELD&gt;&lt;/P&gt;

&lt;P&gt;There are no errors or warning regarding dmc_licensing_summery_no_split in index="_internal". Is there anything I can do?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 23:27:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/quot-License-Usage-Previous-30-Days-quot-dashboard-broken/m-p/410396#M172784</guid>
      <dc:creator>girtsgr</dc:creator>
      <dc:date>2020-09-29T23:27:08Z</dc:date>
    </item>
    <item>
      <title>Re: "License Usage - Previous 30 Days" dashboard broken?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/quot-License-Usage-Previous-30-Days-quot-dashboard-broken/m-p/410397#M172785</link>
      <description>&lt;P&gt;[ set_local_host] -&amp;gt; this will search for local host, is your local host the license master ? if not then instead of local host set it the name of your license master&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 23:30:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/quot-License-Usage-Previous-30-Days-quot-dashboard-broken/m-p/410397#M172785</guid>
      <dc:creator>divvyamehta</dc:creator>
      <dc:date>2020-09-29T23:30:59Z</dc:date>
    </item>
    <item>
      <title>Re: "License Usage - Previous 30 Days" dashboard broken?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/quot-License-Usage-Previous-30-Days-quot-dashboard-broken/m-p/410398#M172786</link>
      <description>&lt;P&gt;Yes, it's the licence master.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Feb 2019 08:30:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/quot-License-Usage-Previous-30-Days-quot-dashboard-broken/m-p/410398#M172786</guid>
      <dc:creator>girtsgr</dc:creator>
      <dc:date>2019-02-28T08:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: "License Usage - Previous 30 Days" dashboard broken?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/quot-License-Usage-Previous-30-Days-quot-dashboard-broken/m-p/410399#M172787</link>
      <description>&lt;P&gt;In a distributed environment you will need to make sure that your license master is forwarding its logs to the indexing tier similar to what you do with Search Heads. This guide should help out: &lt;A href="https://docs.splunk.com/Documentation/Splunk/7.2.4/DistSearch/Forwardsearchheaddata"&gt;https://docs.splunk.com/Documentation/Splunk/7.2.4/DistSearch/Forwardsearchheaddata&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Feb 2019 14:51:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/quot-License-Usage-Previous-30-Days-quot-dashboard-broken/m-p/410399#M172787</guid>
      <dc:creator>pkeenan87</dc:creator>
      <dc:date>2019-02-28T14:51:01Z</dc:date>
    </item>
    <item>
      <title>Re: "License Usage - Previous 30 Days" dashboard broken?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/quot-License-Usage-Previous-30-Days-quot-dashboard-broken/m-p/410400#M172788</link>
      <description>&lt;P&gt;It is. index="_internal" shows events from all the servers, including the licence masters. &lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2019 10:49:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/quot-License-Usage-Previous-30-Days-quot-dashboard-broken/m-p/410400#M172788</guid>
      <dc:creator>girtsgr</dc:creator>
      <dc:date>2019-03-01T10:49:02Z</dc:date>
    </item>
  </channel>
</rss>

