<?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 search license usage by indexer server and top 10 host usage per indexer? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-search-license-usage-by-indexer-server-and-top-10-host/m-p/120764#M25074</link>
    <description>&lt;P&gt;10x.&lt;/P&gt;

&lt;P&gt;But in our case it's not working because the splunk version is &amp;lt; 5.&lt;BR /&gt;
Any suggestion?&lt;/P&gt;</description>
    <pubDate>Thu, 28 Jul 2016 06:35:48 GMT</pubDate>
    <dc:creator>sspomeplus</dc:creator>
    <dc:date>2016-07-28T06:35:48Z</dc:date>
    <item>
      <title>How to search license usage by indexer server and top 10 host usage per indexer?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-search-license-usage-by-indexer-server-and-top-10-host/m-p/120760#M25070</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;

&lt;P&gt;I got a request to create report for License Usage by Indexer Server and Top 10 Host usage per Indexer Server. Could you please help me with search query so that I can achieve that request.&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;They need a report which says per day how much MB/GB License being utilized per Indexer server&lt;BR /&gt;
And For each Indexer servers what are the top 10 host's contributing&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jan 2015 15:19:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-search-license-usage-by-indexer-server-and-top-10-host/m-p/120760#M25070</guid>
      <dc:creator>kpavan</dc:creator>
      <dc:date>2015-01-28T15:19:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to search license usage by indexer server and top 10 host usage per indexer?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-search-license-usage-by-indexer-server-and-top-10-host/m-p/120761#M25071</link>
      <description>&lt;P&gt;Here's the answer to your first question:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal source=*license_usage.log type="RolloverSummary" earliest=-30d@d pool=* | eval _time=_time - 43200 | bin _time span=1d | stats latest(b) AS b by slave, pool, _time | eval mb = round(b/1024/1024,2)
| join type=left slave 
     [| rest count=0 /services/licenser/slaves 
     | rename label as slave_name
     | rename title as slave 
     | table slave_name slave]
| search mb!=0
| timechart span=1d sum(mb) AS "volume" fixedrange=false by slave_name
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;You should be able to manipulate the above to get the second question as well.&lt;/P&gt;

&lt;P&gt;Hope this helps&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jan 2015 15:54:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-search-license-usage-by-indexer-server-and-top-10-host/m-p/120761#M25071</guid>
      <dc:creator>aholzer</dc:creator>
      <dc:date>2015-01-28T15:54:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to search license usage by indexer server and top 10 host usage per indexer?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-search-license-usage-by-indexer-server-and-top-10-host/m-p/120762#M25072</link>
      <description>&lt;P&gt;Search operation 'rest' is unknown. You might not have permission to run this operation.&lt;/P&gt;

&lt;P&gt;Any suggestion?&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2016 11:22:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-search-license-usage-by-indexer-server-and-top-10-host/m-p/120762#M25072</guid>
      <dc:creator>sspomeplus</dc:creator>
      <dc:date>2016-07-25T11:22:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to search license usage by indexer server and top 10 host usage per indexer?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-search-license-usage-by-indexer-server-and-top-10-host/m-p/120763#M25073</link>
      <description>&lt;P&gt;There was a pipe symbol missing in the rest subsearch. Try now.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2016 14:51:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-search-license-usage-by-indexer-server-and-top-10-host/m-p/120763#M25073</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2016-07-25T14:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to search license usage by indexer server and top 10 host usage per indexer?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-search-license-usage-by-indexer-server-and-top-10-host/m-p/120764#M25074</link>
      <description>&lt;P&gt;10x.&lt;/P&gt;

&lt;P&gt;But in our case it's not working because the splunk version is &amp;lt; 5.&lt;BR /&gt;
Any suggestion?&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jul 2016 06:35:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-search-license-usage-by-indexer-server-and-top-10-host/m-p/120764#M25074</guid>
      <dc:creator>sspomeplus</dc:creator>
      <dc:date>2016-07-28T06:35:48Z</dc:date>
    </item>
  </channel>
</rss>

