<?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: Splunk License Usage Report - Max license usage per Index per day showing the peak day per index in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/Splunk-License-Usage-Report-Max-license-usage-per-Index-per-day/m-p/571883#M10426</link>
    <description>&lt;P&gt;This is super. But not sure why it does not show all my indexes? Any ideas?&lt;/P&gt;</description>
    <pubDate>Thu, 21 Oct 2021 18:41:27 GMT</pubDate>
    <dc:creator>SamHTexas</dc:creator>
    <dc:date>2021-10-21T18:41:27Z</dc:date>
    <item>
      <title>Splunk License Usage Report - Max license usage per Index per day showing the peak day per index</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Splunk-License-Usage-Report-Max-license-usage-per-Index-per-day/m-p/571724#M10419</link>
      <description>&lt;P&gt;Please help me fix this SPL to produce the license usage listed above. Thx a million&lt;/P&gt;&lt;P&gt;This is not working for me:&lt;/P&gt;&lt;P class=""&gt;index="_internal"&lt;/P&gt;&lt;P class=""&gt;| stats sum(GB) as A by Date, idx&lt;/P&gt;&lt;P class=""&gt;| eventstats max(A) as B by idx&lt;/P&gt;&lt;P class=""&gt;| where A=B&lt;/P&gt;&lt;P class=""&gt;| dedup A idx&lt;/P&gt;&lt;P class=""&gt;| sort idx&lt;/P&gt;&lt;P class=""&gt;| table Date,A idx&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Oct 2021 21:19:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Splunk-License-Usage-Report-Max-license-usage-per-Index-per-day/m-p/571724#M10419</guid>
      <dc:creator>SamHTexas</dc:creator>
      <dc:date>2021-10-20T21:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk License Usage Report - Max license usage per Index per day showing the peak day per index</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Splunk-License-Usage-Report-Max-license-usage-per-Index-per-day/m-p/571876#M10425</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/228649"&gt;@SamHTexas&lt;/a&gt;, I am not sure if this is what you are looking for, but take a look at the following query:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index="_internal" source="/opt/splunk/var/log/splunk/license_usage.log" type="Usage" 
| eval GB=b/1024/1024/1024 
| bin _time span=1d 
| stats sum(GB) as A by _time, idx 
| eventstats max(A) as B by idx 
| where A=B 
| dedup A idx 
| sort idx 
| table _time,A idx&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;I used your base stats, but changed some of the fields on the main query.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Oct 2021 18:07:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Splunk-License-Usage-Report-Max-license-usage-per-Index-per-day/m-p/571876#M10425</guid>
      <dc:creator>alonsocaio</dc:creator>
      <dc:date>2021-10-21T18:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk License Usage Report - Max license usage per Index per day showing the peak day per index</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Splunk-License-Usage-Report-Max-license-usage-per-Index-per-day/m-p/571883#M10426</link>
      <description>&lt;P&gt;This is super. But not sure why it does not show all my indexes? Any ideas?&lt;/P&gt;</description>
      <pubDate>Thu, 21 Oct 2021 18:41:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Splunk-License-Usage-Report-Max-license-usage-per-Index-per-day/m-p/571883#M10426</guid>
      <dc:creator>SamHTexas</dc:creator>
      <dc:date>2021-10-21T18:41:27Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk License Usage Report - Max license usage per Index per day showing the peak day per index</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Splunk-License-Usage-Report-Max-license-usage-per-Index-per-day/m-p/571886#M10427</link>
      <description>&lt;P&gt;Not so sure, but I guess this query returns only indexes that had used any license on the time range your are searching. If the index didn't receive any data on this time range It won't be returned by the license usage log.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Oct 2021 18:49:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Splunk-License-Usage-Report-Max-license-usage-per-Index-per-day/m-p/571886#M10427</guid>
      <dc:creator>alonsocaio</dc:creator>
      <dc:date>2021-10-21T18:49:12Z</dc:date>
    </item>
  </channel>
</rss>

