<?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 write a Splunk search for License Utilization for Particular events? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-write-a-Splunk-search-for-License-Utilization-for/m-p/615293#M213834</link>
    <description>&lt;P&gt;You can approximate license utilization by counting the number of events instead of calculating the exact size. This is faster and could meet your use case.&lt;/P&gt;&lt;P&gt;For example, windows event log:&lt;/P&gt;&lt;P&gt;&amp;lt;base search&amp;gt;&lt;BR /&gt;| top 100 EventCode&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 30 Sep 2022 05:31:32 GMT</pubDate>
    <dc:creator>johnhuang</dc:creator>
    <dc:date>2022-09-30T05:31:32Z</dc:date>
    <item>
      <title>How to write a Splunk search for License Utilization for Particular events?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-write-a-Splunk-search-for-License-Utilization-for/m-p/615195#M213800</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i want to find the license utilization of&amp;nbsp; firewall logs based on severity level. can anyone help me with the query on how to find the license utilization based on particular events like eventid in windows logs&lt;/P&gt;</description>
      <pubDate>Thu, 29 Sep 2022 14:57:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-write-a-Splunk-search-for-License-Utilization-for/m-p/615195#M213800</guid>
      <dc:creator>umesh</dc:creator>
      <dc:date>2022-09-29T14:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to write a Splunk search for License Utilization for Particular events?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-write-a-Splunk-search-for-License-Utilization-for/m-p/615276#M213828</link>
      <description>&lt;P&gt;Splunk's license usage log tracks utilization by index, host, source, sourcetype, and pool, but not severity.&amp;nbsp; You'll have to it yourself by adding up the sizes of all of the relevant events.&amp;nbsp; This method may not match the number calculated by Splunk, but should be close enough.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=firewall sourcetype=firewall 
| eval size=len(_raw)
| stats sum(size) as TotalSize by severity&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 30 Sep 2022 00:10:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-write-a-Splunk-search-for-License-Utilization-for/m-p/615276#M213828</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2022-09-30T00:10:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to write a Splunk search for License Utilization for Particular events?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-write-a-Splunk-search-for-License-Utilization-for/m-p/615293#M213834</link>
      <description>&lt;P&gt;You can approximate license utilization by counting the number of events instead of calculating the exact size. This is faster and could meet your use case.&lt;/P&gt;&lt;P&gt;For example, windows event log:&lt;/P&gt;&lt;P&gt;&amp;lt;base search&amp;gt;&lt;BR /&gt;| top 100 EventCode&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Sep 2022 05:31:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-write-a-Splunk-search-for-License-Utilization-for/m-p/615293#M213834</guid>
      <dc:creator>johnhuang</dc:creator>
      <dc:date>2022-09-30T05:31:32Z</dc:date>
    </item>
  </channel>
</rss>

