<?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 are our Splunk _internal logs consuming license? in Installation</title>
    <link>https://community.splunk.com/t5/Installation/Why-are-our-Splunk-internal-logs-consuming-license/m-p/248930#M3844</link>
    <description>&lt;P&gt;Hi kalyani,&lt;/P&gt;

&lt;P&gt;Maybe you can run the query from &lt;A href="https://answers.splunk.com/answers/206924/how-to-get-the-license-usage-by-host-with-a-licens.html"&gt;How to get the License usage by host - (with a license master-slave setup)&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;It's -&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal source=*license_usage.log* type=Usage earliest=@d |bucket _time span=1d |stats sum(b) AS volume_bytes by _time host pool i |eval volume_GB=round(volume_bytes/1024/1024/1024,3) |rename i AS indexer_GUID |JOIN indexer_GUID [|REST /services/licenser/slaves | table title label|rename title AS indexer_GUID| rename label AS indexer_name]|timechart values(volume_GB) by indexer_name usenull=f useother=f
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Just to ensure that we are on the same page ; -)&lt;/P&gt;</description>
    <pubDate>Mon, 28 Nov 2016 14:52:01 GMT</pubDate>
    <dc:creator>ddrillic</dc:creator>
    <dc:date>2016-11-28T14:52:01Z</dc:date>
    <item>
      <title>Why are our Splunk _internal logs consuming license?</title>
      <link>https://community.splunk.com/t5/Installation/Why-are-our-Splunk-internal-logs-consuming-license/m-p/248929#M3843</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;
&lt;P&gt;I need help on below scenario:&lt;/P&gt;
&lt;P&gt;We have master-slave architecture in Splunk: 1 master indexer and 3 slave indexers.&lt;BR /&gt;We have 5 GB of license.&lt;BR /&gt;From a few days, it is noticed that Splunk _internal logs (splunkd.log,metrics.log,mongod.logs) are consuming the license.&lt;BR /&gt;But according to the answers available here, Splunk should not consider the _internal data in license usage.&lt;BR /&gt;Please find below links for the same:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://answers.splunk.com/answers/302907/does-the-indexing-of-splunk-internal-logs-such-as.html%E2%80%8B" target="_blank"&gt;https://answers.splunk.com/answers/302907/does-the-indexing-of-splunk-internal-logs-such-as.html​&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Need some help to fix the above issue.&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards,&lt;BR /&gt;kalyani Landge&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jun 2020 00:25:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Why-are-our-Splunk-internal-logs-consuming-license/m-p/248929#M3843</guid>
      <dc:creator>kalyanilandge</dc:creator>
      <dc:date>2020-06-17T00:25:03Z</dc:date>
    </item>
    <item>
      <title>Re: Why are our Splunk _internal logs consuming license?</title>
      <link>https://community.splunk.com/t5/Installation/Why-are-our-Splunk-internal-logs-consuming-license/m-p/248930#M3844</link>
      <description>&lt;P&gt;Hi kalyani,&lt;/P&gt;

&lt;P&gt;Maybe you can run the query from &lt;A href="https://answers.splunk.com/answers/206924/how-to-get-the-license-usage-by-host-with-a-licens.html"&gt;How to get the License usage by host - (with a license master-slave setup)&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;It's -&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal source=*license_usage.log* type=Usage earliest=@d |bucket _time span=1d |stats sum(b) AS volume_bytes by _time host pool i |eval volume_GB=round(volume_bytes/1024/1024/1024,3) |rename i AS indexer_GUID |JOIN indexer_GUID [|REST /services/licenser/slaves | table title label|rename title AS indexer_GUID| rename label AS indexer_name]|timechart values(volume_GB) by indexer_name usenull=f useother=f
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Just to ensure that we are on the same page ; -)&lt;/P&gt;</description>
      <pubDate>Mon, 28 Nov 2016 14:52:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Why-are-our-Splunk-internal-logs-consuming-license/m-p/248930#M3844</guid>
      <dc:creator>ddrillic</dc:creator>
      <dc:date>2016-11-28T14:52:01Z</dc:date>
    </item>
    <item>
      <title>Re: Why are our Splunk _internal logs consuming license?</title>
      <link>https://community.splunk.com/t5/Installation/Why-are-our-Splunk-internal-logs-consuming-license/m-p/248931#M3845</link>
      <description>&lt;P&gt;Hi Drillic ,&lt;/P&gt;

&lt;P&gt;Thank you for the query and it is showing  the data indexed on each slave.&lt;BR /&gt;
But my question is why _internal logs are considering in  license.&lt;BR /&gt;
Is there any settings by  which we can define which all  logs should be considered in license.&lt;/P&gt;

&lt;P&gt;Please suggest something.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Nov 2016 08:00:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Why-are-our-Splunk-internal-logs-consuming-license/m-p/248931#M3845</guid>
      <dc:creator>kalyanilandge</dc:creator>
      <dc:date>2016-11-30T08:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: Why are our Splunk _internal logs consuming license?</title>
      <link>https://community.splunk.com/t5/Installation/Why-are-our-Splunk-internal-logs-consuming-license/m-p/248932#M3846</link>
      <description>&lt;P&gt;may we know, how do you say that _internal logs are consuming the license? i&lt;/P&gt;

&lt;P&gt;when you run this, do you get "_internal" is listed as well?&lt;/P&gt;

&lt;PRE&gt;    index=_internal source=*license_usage.log* type=Usage 
    | timechart span=1d sum(b) AS volume_b by idx&lt;/PRE&gt;</description>
      <pubDate>Wed, 30 Nov 2016 09:31:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Why-are-our-Splunk-internal-logs-consuming-license/m-p/248932#M3846</guid>
      <dc:creator>inventsekar</dc:creator>
      <dc:date>2016-11-30T09:31:25Z</dc:date>
    </item>
    <item>
      <title>Re: Why are our Splunk _internal logs consuming license?</title>
      <link>https://community.splunk.com/t5/Installation/Why-are-our-Splunk-internal-logs-consuming-license/m-p/248933#M3847</link>
      <description>&lt;P&gt;I can say this because when i searched for the data using all the index created by me for  all the HF , It is showing no results found.&lt;BR /&gt;
But when i am searching for the same HF using index=_internal it is giving more number of events which is in lakhs.&lt;BR /&gt;
Am i thinking in a wrong direction?&lt;/P&gt;</description>
      <pubDate>Thu, 01 Dec 2016 10:21:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Why-are-our-Splunk-internal-logs-consuming-license/m-p/248933#M3847</guid>
      <dc:creator>kalyanilandge</dc:creator>
      <dc:date>2016-12-01T10:21:15Z</dc:date>
    </item>
    <item>
      <title>Re: Why are our Splunk _internal logs consuming license?</title>
      <link>https://community.splunk.com/t5/Installation/Why-are-our-Splunk-internal-logs-consuming-license/m-p/248934#M3848</link>
      <description>&lt;P&gt;index=_internal contains all info about the splunk servers, including the license info. but, these events will have a field called "idx" (the name of the index).&lt;/P&gt;

&lt;P&gt;_internal indexes can not consume license. &lt;BR /&gt;
and also, the summary indexes dont consume license. &lt;/P&gt;

&lt;P&gt;can you please update us your search query.. &lt;/P&gt;</description>
      <pubDate>Fri, 02 Dec 2016 08:26:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Why-are-our-Splunk-internal-logs-consuming-license/m-p/248934#M3848</guid>
      <dc:creator>inventsekar</dc:creator>
      <dc:date>2016-12-02T08:26:59Z</dc:date>
    </item>
    <item>
      <title>Re: Why are our Splunk _internal logs consuming license?</title>
      <link>https://community.splunk.com/t5/Installation/Why-are-our-Splunk-internal-logs-consuming-license/m-p/248935#M3849</link>
      <description>&lt;P&gt;Please find the below query :&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal source=*license_usage.log type=Usage | eval MB=b/1024/1034 | stats sum(MB) by h | sort sum(MB) | reverse | addcoltotals
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;There is no other index data on the hosts except _internal , still it is giving 5 MB,6  MB data  some 500 hosts .There are 1000 hosts and we have 5 GB license only.&lt;BR /&gt;
what other possible things should I check ?&lt;/P&gt;</description>
      <pubDate>Mon, 12 Dec 2016 06:36:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Why-are-our-Splunk-internal-logs-consuming-license/m-p/248935#M3849</guid>
      <dc:creator>kalyanilandge</dc:creator>
      <dc:date>2016-12-12T06:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: Why are our Splunk _internal logs consuming license?</title>
      <link>https://community.splunk.com/t5/Installation/Why-are-our-Splunk-internal-logs-consuming-license/m-p/248936#M3850</link>
      <description>&lt;P&gt;Splunk internal sourcetypes will not count against license usage as contained in "_index". However, if you try and add data sources and put them in _internal, those will count against the license. Have you added in data sources and put them in _internal?&lt;/P&gt;</description>
      <pubDate>Tue, 13 Dec 2016 06:16:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Why-are-our-Splunk-internal-logs-consuming-license/m-p/248936#M3850</guid>
      <dc:creator>esix_splunk</dc:creator>
      <dc:date>2016-12-13T06:16:17Z</dc:date>
    </item>
    <item>
      <title>Re: Why are our Splunk _internal logs consuming license?</title>
      <link>https://community.splunk.com/t5/Installation/Why-are-our-Splunk-internal-logs-consuming-license/m-p/248937#M3851</link>
      <description>&lt;P&gt;I am not adding any data sources in _internal.&lt;BR /&gt;
And I am not getting any data in the indexes created by me  still license in consumed, that is the reason I am considering that _internal data in consuming license.&lt;BR /&gt;
Is my understanding correct or not?&lt;BR /&gt;
Am I  using the wrong query to check license usage.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jan 2017 11:19:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Why-are-our-Splunk-internal-logs-consuming-license/m-p/248937#M3851</guid>
      <dc:creator>kalyanilandge</dc:creator>
      <dc:date>2017-01-02T11:19:17Z</dc:date>
    </item>
  </channel>
</rss>

