<?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 Consumption Report Breakdown in Monitoring Splunk</title>
    <link>https://community.splunk.com/t5/Monitoring-Splunk/License-Consumption-Report-Breakdown/m-p/533680#M4707</link>
    <description>&lt;P&gt;Thanks for the reply! Just what I needed and much appreciated.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 20 Dec 2020 22:01:25 GMT</pubDate>
    <dc:creator>shocko</dc:creator>
    <dc:date>2020-12-20T22:01:25Z</dc:date>
    <item>
      <title>License Consumption Report Breakdown</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/License-Consumption-Report-Breakdown/m-p/532057#M4691</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;I have Splunk 8.0.5:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;One cluster master&lt;/LI&gt;&lt;LI&gt;One Search head&lt;/LI&gt;&lt;LI&gt;Two indexers to host clustered indexes&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I would like to create a weekly report showing:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;License consumption per index, host, source, sourcetype&lt;/LI&gt;&lt;LI&gt;License consumption per index and thereafter broken down per host, source, sourcetype&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Is there already some canned report for this (licensing dashboard?) or would anyone have a custom query?&lt;/P&gt;</description>
      <pubDate>Fri, 04 Dec 2020 17:04:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/License-Consumption-Report-Breakdown/m-p/532057#M4691</guid>
      <dc:creator>shocko</dc:creator>
      <dc:date>2020-12-04T17:04:15Z</dc:date>
    </item>
    <item>
      <title>Re: License Consumption Report Breakdown</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/License-Consumption-Report-Breakdown/m-p/532063#M4692</link>
      <description>&lt;P&gt;Have you looked at the Monitoring Console?&lt;/P&gt;</description>
      <pubDate>Fri, 04 Dec 2020 18:10:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/License-Consumption-Report-Breakdown/m-p/532063#M4692</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-12-04T18:10:21Z</dc:date>
    </item>
    <item>
      <title>Re: License Consumption Report Breakdown</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/License-Consumption-Report-Breakdown/m-p/533598#M4706</link>
      <description>&lt;P&gt;1. Query to get the license usage per day for index(idx), source(s), sourcetype(st) , host(h) can be pulled from license_usage file. Use the values mentioned in brackets in the timechart.&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;For each index:&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;index=_internal host=licenseserver source="*license_usage.log" type=usage idx="*" | eval MB = round(b/1048576,2) | eval st_idx = idx | timechart span=1d sum(MB) by &lt;STRONG&gt;idx&lt;/STRONG&gt; limit=0&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. To further drilldown. We can use the below query but this will calculate by going through each events.&lt;/P&gt;&lt;P&gt;index=* | eval esize=len(_raw) | stats sum(esize) as size by index host source sourcetype | eval size_in_GB=(size/1024/1024/1024)&lt;/P&gt;</description>
      <pubDate>Fri, 18 Dec 2020 17:50:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/License-Consumption-Report-Breakdown/m-p/533598#M4706</guid>
      <dc:creator>saravanan90</dc:creator>
      <dc:date>2020-12-18T17:50:43Z</dc:date>
    </item>
    <item>
      <title>Re: License Consumption Report Breakdown</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/License-Consumption-Report-Breakdown/m-p/533680#M4707</link>
      <description>&lt;P&gt;Thanks for the reply! Just what I needed and much appreciated.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 20 Dec 2020 22:01:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/License-Consumption-Report-Breakdown/m-p/533680#M4707</guid>
      <dc:creator>shocko</dc:creator>
      <dc:date>2020-12-20T22:01:25Z</dc:date>
    </item>
  </channel>
</rss>

