<?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 usage data missing from splunk in Monitoring Splunk</title>
    <link>https://community.splunk.com/t5/Monitoring-Splunk/License-usage-data-missing-from-splunk/m-p/370318#M5231</link>
    <description>&lt;P&gt;Stop using your license master as an indexer!!&lt;/P&gt;

&lt;P&gt;Like pyro_wood advised, you should forward your License Master Logs (and any other Splunk instance that isn't an indexer) to your indexers!!&lt;/P&gt;

&lt;P&gt;You can do this by going to settings &amp;gt; Forwarding &amp;amp; Receiving &amp;gt; Configuring Forwarding, or by using outputs.conf&lt;/P&gt;

&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Forwarder/6.6.0/Forwarder/Configureforwardingwithoutputs.conf"&gt;https://docs.splunk.com/Documentation/Forwarder/6.6.0/Forwarder/Configureforwardingwithoutputs.conf&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 25 Jun 2017 11:36:51 GMT</pubDate>
    <dc:creator>mattymo</dc:creator>
    <dc:date>2017-06-25T11:36:51Z</dc:date>
    <item>
      <title>License usage data missing from splunk</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/License-usage-data-missing-from-splunk/m-p/370312#M5225</link>
      <description>&lt;P&gt;License usage data is missing from splunk. &lt;/P&gt;

&lt;P&gt;index=_internal  source=&lt;EM&gt;license_usage.log&lt;/EM&gt;&lt;/P&gt;

&lt;P&gt;Once the master is restarted the data starts indexing for this source and will index the data for few hours and then again it will stop.&lt;/P&gt;

&lt;P&gt;Can someone please assist?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 14:38:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/License-usage-data-missing-from-splunk/m-p/370312#M5225</guid>
      <dc:creator>ppanchal</dc:creator>
      <dc:date>2020-09-29T14:38:50Z</dc:date>
    </item>
    <item>
      <title>Re: License usage data missing from splunk</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/License-usage-data-missing-from-splunk/m-p/370313#M5226</link>
      <description>&lt;P&gt;very broad question, so any other info you can provide might help resolve faster&lt;BR /&gt;
try and search:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;  index=_internal source=*license_usage.log*
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;you will notice you need the wild card as this logs rotates and naming changes to:&lt;BR /&gt;
license_usage.log.1&lt;BR /&gt;
license_usage.log.2&lt;BR /&gt;
.&lt;BR /&gt;
.&lt;BR /&gt;
.&lt;BR /&gt;
license_usage.log.n&lt;BR /&gt;
hope it helps&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 14:34:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/License-usage-data-missing-from-splunk/m-p/370313#M5226</guid>
      <dc:creator>adonio</dc:creator>
      <dc:date>2020-09-29T14:34:29Z</dc:date>
    </item>
    <item>
      <title>Re: License usage data missing from splunk</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/License-usage-data-missing-from-splunk/m-p/370314#M5227</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;if your license master is indexing his _internal-data locally (which is not the best practice approach) it could happen that your instance stops indexing after reaching a minimum of 5GB disk space on your partition. (splunk-default).&lt;/P&gt;

&lt;P&gt;Another option could be, that my source value for the usage.log looks like this&lt;BR /&gt;
&lt;CODE&gt;source=/opt/splunk/var/log/splunk/license_usage.log&lt;/CODE&gt;&lt;BR /&gt;
Your query should be looking like this &lt;CODE&gt;source=*license_usage.log&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;Additionally there could be a problem with Splunk writting the logfiles, but this could only be determined if there are any warnings or errors under splunkd.log. &lt;/P&gt;</description>
      <pubDate>Fri, 23 Jun 2017 16:45:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/License-usage-data-missing-from-splunk/m-p/370314#M5227</guid>
      <dc:creator>horsefez</dc:creator>
      <dc:date>2017-06-23T16:45:06Z</dc:date>
    </item>
    <item>
      <title>Re: License usage data missing from splunk</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/License-usage-data-missing-from-splunk/m-p/370315#M5228</link>
      <description>&lt;P&gt;How to prevent the index from stopping to index after reaching a min of 5GB?&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jun 2017 16:54:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/License-usage-data-missing-from-splunk/m-p/370315#M5228</guid>
      <dc:creator>ppanchal</dc:creator>
      <dc:date>2017-06-23T16:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: License usage data missing from splunk</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/License-usage-data-missing-from-splunk/m-p/370316#M5229</link>
      <description>&lt;P&gt;This did not help, tried it.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jun 2017 16:56:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/License-usage-data-missing-from-splunk/m-p/370316#M5229</guid>
      <dc:creator>ppanchal</dc:creator>
      <dc:date>2017-06-23T16:56:44Z</dc:date>
    </item>
    <item>
      <title>Re: License usage data missing from splunk</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/License-usage-data-missing-from-splunk/m-p/370317#M5230</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;lower the limit:&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.6.1/Admin/Changedefaultvalues#Set_minimum_free_disk_space"&gt;http://docs.splunk.com/Documentation/Splunk/6.6.1/Admin/Changedefaultvalues#Set_minimum_free_disk_space&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jun 2017 17:00:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/License-usage-data-missing-from-splunk/m-p/370317#M5230</guid>
      <dc:creator>horsefez</dc:creator>
      <dc:date>2017-06-23T17:00:41Z</dc:date>
    </item>
    <item>
      <title>Re: License usage data missing from splunk</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/License-usage-data-missing-from-splunk/m-p/370318#M5231</link>
      <description>&lt;P&gt;Stop using your license master as an indexer!!&lt;/P&gt;

&lt;P&gt;Like pyro_wood advised, you should forward your License Master Logs (and any other Splunk instance that isn't an indexer) to your indexers!!&lt;/P&gt;

&lt;P&gt;You can do this by going to settings &amp;gt; Forwarding &amp;amp; Receiving &amp;gt; Configuring Forwarding, or by using outputs.conf&lt;/P&gt;

&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Forwarder/6.6.0/Forwarder/Configureforwardingwithoutputs.conf"&gt;https://docs.splunk.com/Documentation/Forwarder/6.6.0/Forwarder/Configureforwardingwithoutputs.conf&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 25 Jun 2017 11:36:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/License-usage-data-missing-from-splunk/m-p/370318#M5231</guid>
      <dc:creator>mattymo</dc:creator>
      <dc:date>2017-06-25T11:36:51Z</dc:date>
    </item>
  </channel>
</rss>

