<?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: how to find license usage by indexes in Installation</title>
    <link>https://community.splunk.com/t5/Installation/How-to-find-license-usage-by-indexes/m-p/265409#M4059</link>
    <description>&lt;P&gt;Than you for the answer !&lt;/P&gt;

&lt;P&gt;This is strange, there is a difference between the total and the DMC :&lt;/P&gt;

&lt;P&gt;SH query : 925 GB&lt;BR /&gt;
DMC : 909 GB&lt;/P&gt;</description>
    <pubDate>Thu, 05 Oct 2017 14:45:28 GMT</pubDate>
    <dc:creator>Julian_Gudiel_S</dc:creator>
    <dc:date>2017-10-05T14:45:28Z</dc:date>
    <item>
      <title>How to find license usage by indexes?</title>
      <link>https://community.splunk.com/t5/Installation/How-to-find-license-usage-by-indexes/m-p/265407#M4057</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I have made one search for finding the license usages for indexes that is given below.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;index=_internal source=*license_usage.log type=usage (idx=*) | eval MB = round(b/1048576,2) | eval st_idx = st.": ".idx | timechart span=1d sum(MB) by st_idx | addtotals
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Now the issue is if I pass through any index name to idx parameter, then it is giving result for the particular index, but when I am using &lt;CODE&gt;*&lt;/CODE&gt; for enlisting all indexes, then it is giving "no result found".&lt;/P&gt;
&lt;P&gt;Please give suggestions and help me to sort out this issue.&lt;/P&gt;
&lt;P&gt;Thanks in advance...&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jun 2020 23:40:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/How-to-find-license-usage-by-indexes/m-p/265407#M4057</guid>
      <dc:creator>sunnyparmar</dc:creator>
      <dc:date>2020-06-15T23:40:17Z</dc:date>
    </item>
    <item>
      <title>Re: how to find license usage by indexes</title>
      <link>https://community.splunk.com/t5/Installation/How-to-find-license-usage-by-indexes/m-p/265408#M4058</link>
      <description>&lt;P&gt;Able to see result for both&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal source="*license_usage.log" type=usage idx="*" | eval MB = round(b/1048576,2) | eval st_idx = st.": ".idx | timechart span=1d sum(MB) by st_idx | addtotals
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;And&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal source="*license_usage.log" type=usage idx="windows" | eval MB = round(b/1048576,2) | eval st_idx = st.": ".idx | timechart span=1d sum(MB) by st_idx | addtotals
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;If the above is not working for you, can you check &lt;EM&gt;job inspector&lt;/EM&gt; and see what's the final search when you replace idx=*&lt;/P&gt;</description>
      <pubDate>Wed, 03 Feb 2016 12:43:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/How-to-find-license-usage-by-indexes/m-p/265408#M4058</guid>
      <dc:creator>renjith_nair</dc:creator>
      <dc:date>2016-02-03T12:43:28Z</dc:date>
    </item>
    <item>
      <title>Re: how to find license usage by indexes</title>
      <link>https://community.splunk.com/t5/Installation/How-to-find-license-usage-by-indexes/m-p/265409#M4059</link>
      <description>&lt;P&gt;Than you for the answer !&lt;/P&gt;

&lt;P&gt;This is strange, there is a difference between the total and the DMC :&lt;/P&gt;

&lt;P&gt;SH query : 925 GB&lt;BR /&gt;
DMC : 909 GB&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2017 14:45:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/How-to-find-license-usage-by-indexes/m-p/265409#M4059</guid>
      <dc:creator>Julian_Gudiel_S</dc:creator>
      <dc:date>2017-10-05T14:45:28Z</dc:date>
    </item>
  </channel>
</rss>

