<?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: Query - SPlunk _internal Index in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Query-SPlunk-internal-Index/m-p/486916#M193753</link>
    <description>&lt;P&gt;We don't have privilege to forward the logs of license master to indexer(Test Environment) due to other country Rules and Regulations. Is there any other way to get total amount of data indexed per day?&lt;/P&gt;</description>
    <pubDate>Tue, 14 Jan 2020 06:15:05 GMT</pubDate>
    <dc:creator>rupeshn</dc:creator>
    <dc:date>2020-01-14T06:15:05Z</dc:date>
    <item>
      <title>Query - SPlunk _internal Index</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Query-SPlunk-internal-Index/m-p/486912#M193749</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I was trying to get amount of data getting indexed in particular index per day and analyze it as a trend. I used below Query:&lt;/P&gt;

&lt;P&gt;index=_internal source=license_usage.log type=Usage | stats sum(eval(b/1024/1024/1024)) AS volume_b by idx date_mday date_month date_year | stats max(volume_b) by idx date_month date_year.&lt;/P&gt;

&lt;P&gt;But I can see that i'm getting only below indexes in my result.&lt;/P&gt;

&lt;P&gt;default.&lt;BR /&gt;
mcafee&lt;BR /&gt;
msad&lt;BR /&gt;
network&lt;BR /&gt;
perfmon&lt;BR /&gt;
veeammon&lt;BR /&gt;
wineventlog&lt;BR /&gt;
wireless&lt;BR /&gt;
zscaler&lt;/P&gt;

&lt;P&gt;But when i run a search to get all indexes i.e index=* | dedup index | table index.  I got 32 indexes in my results.&lt;/P&gt;

&lt;P&gt;I'm running this search on test Environment which acts as SH+DS+Indexer and reporting to another instance for license(License master).&lt;/P&gt;

&lt;P&gt;And can we search licensing on slave nodes by default or do we need to enable it explicitly?&lt;/P&gt;

&lt;P&gt;Could you please and let me know what is the issue here.&lt;/P&gt;

&lt;P&gt;Thank You!&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 03:43:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Query-SPlunk-internal-Index/m-p/486912#M193749</guid>
      <dc:creator>rupeshn</dc:creator>
      <dc:date>2020-09-30T03:43:10Z</dc:date>
    </item>
    <item>
      <title>Re: Query - SPlunk _internal Index</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Query-SPlunk-internal-Index/m-p/486913#M193750</link>
      <description>&lt;P&gt;hi @rupeshn&lt;/P&gt;

&lt;P&gt;Internal indexes and summary indexes do not count against licensing hence are not captured in license logs. &lt;BR /&gt;
I ran this in my test environment and can confirm that I dont see any of internal indexes or summary indexes.&lt;/P&gt;

&lt;P&gt;Can you check if those missing indexes are summary indexes/internal indexes?&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jan 2020 05:50:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Query-SPlunk-internal-Index/m-p/486913#M193750</guid>
      <dc:creator>dvg06</dc:creator>
      <dc:date>2020-01-14T05:50:31Z</dc:date>
    </item>
    <item>
      <title>Re: Query - SPlunk _internal Index</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Query-SPlunk-internal-Index/m-p/486914#M193751</link>
      <description>&lt;P&gt;Hi @dvg06,&lt;/P&gt;

&lt;P&gt;I can confirm that those are not summary/internal indexes.&lt;/P&gt;

&lt;P&gt;Just checked license_usage.log file in Test Environment and found the following line:&lt;/P&gt;

&lt;P&gt;11-28-2019 11:18:33.645 +0530 INFO  LicenseUsage - type=Message - License usage logging not available for slave licensing instances, please see license_usage.log on license master=&lt;A href="https://splunkl****:9089"&gt;https://splunkl****:9089&lt;/A&gt; for usage breakdown&lt;/P&gt;

&lt;P&gt;?&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jan 2020 06:10:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Query-SPlunk-internal-Index/m-p/486914#M193751</guid>
      <dc:creator>rupeshn</dc:creator>
      <dc:date>2020-01-14T06:10:58Z</dc:date>
    </item>
    <item>
      <title>Re: Query - SPlunk _internal Index</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Query-SPlunk-internal-Index/m-p/486915#M193752</link>
      <description>&lt;P&gt;Seems License master is not forwarding its logs to Indexer(Test Environment). &lt;/P&gt;</description>
      <pubDate>Tue, 14 Jan 2020 06:11:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Query-SPlunk-internal-Index/m-p/486915#M193752</guid>
      <dc:creator>rupeshn</dc:creator>
      <dc:date>2020-01-14T06:11:37Z</dc:date>
    </item>
    <item>
      <title>Re: Query - SPlunk _internal Index</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Query-SPlunk-internal-Index/m-p/486916#M193753</link>
      <description>&lt;P&gt;We don't have privilege to forward the logs of license master to indexer(Test Environment) due to other country Rules and Regulations. Is there any other way to get total amount of data indexed per day?&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jan 2020 06:15:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Query-SPlunk-internal-Index/m-p/486916#M193753</guid>
      <dc:creator>rupeshn</dc:creator>
      <dc:date>2020-01-14T06:15:05Z</dc:date>
    </item>
  </channel>
</rss>

