<?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 check the total consumption out of the 500MB provided by free splunk? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-check-the-total-consumption-out-of-the-500MB-provided-by/m-p/540356#M152869</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;you can check on the menu&amp;nbsp; settings under the voice licensing.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="aasabatini_0-1613639553528.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/12967i1239C31FFBF04246/image-size/medium?v=v2&amp;amp;px=400" role="button" title="aasabatini_0-1613639553528.png" alt="aasabatini_0-1613639553528.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Or you can check the consumption by this search:&lt;/P&gt;&lt;TABLE width="774px"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="40px"&gt;&lt;DIV class="crayon-nums-content"&gt;&lt;DIV class="crayon-num"&gt;1&lt;/DIV&gt;&lt;/DIV&gt;&lt;/TD&gt;&lt;TD width="733.333px"&gt;&lt;DIV class="crayon-pre"&gt;&lt;DIV class="crayon-line"&gt;&lt;SPAN class="crayon-v"&gt;index&lt;/SPAN&gt;&lt;SPAN class="crayon-o"&gt;=&lt;/SPAN&gt;&lt;SPAN class="crayon-e"&gt;_internal &lt;/SPAN&gt;&lt;SPAN class="crayon-v"&gt;source&lt;/SPAN&gt;&lt;SPAN class="crayon-o"&gt;=&lt;/SPAN&gt;&lt;SPAN class="crayon-o"&gt;*&lt;/SPAN&gt;&lt;SPAN class="crayon-v"&gt;license_usage&lt;/SPAN&gt;&lt;SPAN class="crayon-sy"&gt;.&lt;/SPAN&gt;&lt;SPAN class="crayon-e"&gt;log &lt;/SPAN&gt;&lt;SPAN class="crayon-v"&gt;type&lt;/SPAN&gt;&lt;SPAN class="crayon-o"&gt;=&lt;/SPAN&gt;&lt;SPAN class="crayon-s"&gt;"Usage"&lt;/SPAN&gt; &lt;SPAN class="crayon-v"&gt;splunk_server&lt;/SPAN&gt;&lt;SPAN class="crayon-o"&gt;=&lt;/SPAN&gt;&lt;SPAN class="crayon-o"&gt;*&lt;/SPAN&gt; &lt;SPAN class="crayon-v"&gt;earliest&lt;/SPAN&gt;&lt;SPAN class="crayon-o"&gt;=&lt;/SPAN&gt;&lt;SPAN class="crayon-o"&gt;-&lt;/SPAN&gt;&lt;SPAN class="crayon-cn"&gt;1w&lt;/SPAN&gt;&lt;SPAN class="crayon-sy"&gt;@&lt;/SPAN&gt;&lt;SPAN class="crayon-v"&gt;d&lt;/SPAN&gt; &lt;SPAN class="crayon-o"&gt;|&lt;/SPAN&gt; &lt;SPAN class="crayon-e"&gt;eval &lt;/SPAN&gt;&lt;SPAN class="crayon-v"&gt;Date&lt;/SPAN&gt;&lt;SPAN class="crayon-o"&gt;=&lt;/SPAN&gt;&lt;SPAN class="crayon-e"&gt;strftime&lt;/SPAN&gt;&lt;SPAN class="crayon-sy"&gt;(&lt;/SPAN&gt;&lt;SPAN class="crayon-v"&gt;_time&lt;/SPAN&gt;&lt;SPAN class="crayon-sy"&gt;,&lt;/SPAN&gt; &lt;SPAN class="crayon-s"&gt;"%Y/%m/%d"&lt;/SPAN&gt;&lt;SPAN class="crayon-sy"&gt;)&lt;/SPAN&gt; &lt;SPAN class="crayon-o"&gt;|&lt;/SPAN&gt; &lt;SPAN class="crayon-e"&gt;eventstats &lt;/SPAN&gt;&lt;SPAN class="crayon-e"&gt;sum&lt;/SPAN&gt;&lt;SPAN class="crayon-sy"&gt;(&lt;/SPAN&gt;&lt;SPAN class="crayon-v"&gt;b&lt;/SPAN&gt;&lt;SPAN class="crayon-sy"&gt;)&lt;/SPAN&gt; &lt;SPAN class="crayon-st"&gt;as&lt;/SPAN&gt; &lt;SPAN class="crayon-e"&gt;volume &lt;/SPAN&gt;&lt;SPAN class="crayon-e"&gt;by &lt;/SPAN&gt;&lt;SPAN class="crayon-v"&gt;idx&lt;/SPAN&gt;&lt;SPAN class="crayon-sy"&gt;,&lt;/SPAN&gt; &lt;SPAN class="crayon-v"&gt;Date&lt;/SPAN&gt; &lt;SPAN class="crayon-o"&gt;|&lt;/SPAN&gt; &lt;SPAN class="crayon-e"&gt;eval &lt;/SPAN&gt;&lt;SPAN class="crayon-v"&gt;MB&lt;/SPAN&gt;&lt;SPAN class="crayon-o"&gt;=&lt;/SPAN&gt;&lt;SPAN class="crayon-e"&gt;round&lt;/SPAN&gt;&lt;SPAN class="crayon-sy"&gt;(&lt;/SPAN&gt;&lt;SPAN class="crayon-v"&gt;volume&lt;/SPAN&gt;&lt;SPAN class="crayon-o"&gt;/&lt;/SPAN&gt;&lt;SPAN class="crayon-cn"&gt;1024&lt;/SPAN&gt;&lt;SPAN class="crayon-o"&gt;/&lt;/SPAN&gt;&lt;SPAN class="crayon-cn"&gt;1024&lt;/SPAN&gt;&lt;SPAN class="crayon-sy"&gt;,&lt;/SPAN&gt;&lt;SPAN class="crayon-cn"&gt;5&lt;/SPAN&gt;&lt;SPAN class="crayon-sy"&gt;)&lt;/SPAN&gt;&lt;SPAN class="crayon-o"&gt;|&lt;/SPAN&gt; &lt;SPAN class="crayon-e"&gt;timechart &lt;/SPAN&gt;&lt;SPAN class="crayon-e"&gt;first&lt;/SPAN&gt;&lt;SPAN class="crayon-sy"&gt;(&lt;/SPAN&gt;&lt;SPAN class="crayon-v"&gt;MB&lt;/SPAN&gt;&lt;SPAN class="crayon-sy"&gt;)&lt;/SPAN&gt; &lt;SPAN class="crayon-st"&gt;AS&lt;/SPAN&gt; &lt;SPAN class="crayon-e"&gt;volume &lt;/SPAN&gt;&lt;SPAN class="crayon-e"&gt;by &lt;/SPAN&gt;&lt;SPAN class="crayon-i"&gt;idx&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
    <pubDate>Thu, 18 Feb 2021 09:15:53 GMT</pubDate>
    <dc:creator>aasabatini</dc:creator>
    <dc:date>2021-02-18T09:15:53Z</dc:date>
    <item>
      <title>How to check the total consumption out of the 500MB provided by free splunk?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-check-the-total-consumption-out-of-the-500MB-provided-by/m-p/540351#M152868</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In my production environment, I have two Asterisk Servers installed where one of them caters to 95% of the data while the other caters only 5%.&lt;/P&gt;&lt;P&gt;I successfully installed Splunk Universal Forwarders on my two Asterisks and was able to index data from the 5% server. Now, I want to index similar data from the 95% server as well but, I'm not sure how much quota has been consumed so far out of the 500MB and indexing the 95% server might exceed the limit.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to figure out how much out of the 500MB is used and how much Is left?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help will be appreciated.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Feb 2021 08:56:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-check-the-total-consumption-out-of-the-500MB-provided-by/m-p/540351#M152868</guid>
      <dc:creator>hishamjan</dc:creator>
      <dc:date>2021-02-18T08:56:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to check the total consumption out of the 500MB provided by free splunk?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-check-the-total-consumption-out-of-the-500MB-provided-by/m-p/540356#M152869</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;you can check on the menu&amp;nbsp; settings under the voice licensing.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="aasabatini_0-1613639553528.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/12967i1239C31FFBF04246/image-size/medium?v=v2&amp;amp;px=400" role="button" title="aasabatini_0-1613639553528.png" alt="aasabatini_0-1613639553528.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Or you can check the consumption by this search:&lt;/P&gt;&lt;TABLE width="774px"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="40px"&gt;&lt;DIV class="crayon-nums-content"&gt;&lt;DIV class="crayon-num"&gt;1&lt;/DIV&gt;&lt;/DIV&gt;&lt;/TD&gt;&lt;TD width="733.333px"&gt;&lt;DIV class="crayon-pre"&gt;&lt;DIV class="crayon-line"&gt;&lt;SPAN class="crayon-v"&gt;index&lt;/SPAN&gt;&lt;SPAN class="crayon-o"&gt;=&lt;/SPAN&gt;&lt;SPAN class="crayon-e"&gt;_internal &lt;/SPAN&gt;&lt;SPAN class="crayon-v"&gt;source&lt;/SPAN&gt;&lt;SPAN class="crayon-o"&gt;=&lt;/SPAN&gt;&lt;SPAN class="crayon-o"&gt;*&lt;/SPAN&gt;&lt;SPAN class="crayon-v"&gt;license_usage&lt;/SPAN&gt;&lt;SPAN class="crayon-sy"&gt;.&lt;/SPAN&gt;&lt;SPAN class="crayon-e"&gt;log &lt;/SPAN&gt;&lt;SPAN class="crayon-v"&gt;type&lt;/SPAN&gt;&lt;SPAN class="crayon-o"&gt;=&lt;/SPAN&gt;&lt;SPAN class="crayon-s"&gt;"Usage"&lt;/SPAN&gt; &lt;SPAN class="crayon-v"&gt;splunk_server&lt;/SPAN&gt;&lt;SPAN class="crayon-o"&gt;=&lt;/SPAN&gt;&lt;SPAN class="crayon-o"&gt;*&lt;/SPAN&gt; &lt;SPAN class="crayon-v"&gt;earliest&lt;/SPAN&gt;&lt;SPAN class="crayon-o"&gt;=&lt;/SPAN&gt;&lt;SPAN class="crayon-o"&gt;-&lt;/SPAN&gt;&lt;SPAN class="crayon-cn"&gt;1w&lt;/SPAN&gt;&lt;SPAN class="crayon-sy"&gt;@&lt;/SPAN&gt;&lt;SPAN class="crayon-v"&gt;d&lt;/SPAN&gt; &lt;SPAN class="crayon-o"&gt;|&lt;/SPAN&gt; &lt;SPAN class="crayon-e"&gt;eval &lt;/SPAN&gt;&lt;SPAN class="crayon-v"&gt;Date&lt;/SPAN&gt;&lt;SPAN class="crayon-o"&gt;=&lt;/SPAN&gt;&lt;SPAN class="crayon-e"&gt;strftime&lt;/SPAN&gt;&lt;SPAN class="crayon-sy"&gt;(&lt;/SPAN&gt;&lt;SPAN class="crayon-v"&gt;_time&lt;/SPAN&gt;&lt;SPAN class="crayon-sy"&gt;,&lt;/SPAN&gt; &lt;SPAN class="crayon-s"&gt;"%Y/%m/%d"&lt;/SPAN&gt;&lt;SPAN class="crayon-sy"&gt;)&lt;/SPAN&gt; &lt;SPAN class="crayon-o"&gt;|&lt;/SPAN&gt; &lt;SPAN class="crayon-e"&gt;eventstats &lt;/SPAN&gt;&lt;SPAN class="crayon-e"&gt;sum&lt;/SPAN&gt;&lt;SPAN class="crayon-sy"&gt;(&lt;/SPAN&gt;&lt;SPAN class="crayon-v"&gt;b&lt;/SPAN&gt;&lt;SPAN class="crayon-sy"&gt;)&lt;/SPAN&gt; &lt;SPAN class="crayon-st"&gt;as&lt;/SPAN&gt; &lt;SPAN class="crayon-e"&gt;volume &lt;/SPAN&gt;&lt;SPAN class="crayon-e"&gt;by &lt;/SPAN&gt;&lt;SPAN class="crayon-v"&gt;idx&lt;/SPAN&gt;&lt;SPAN class="crayon-sy"&gt;,&lt;/SPAN&gt; &lt;SPAN class="crayon-v"&gt;Date&lt;/SPAN&gt; &lt;SPAN class="crayon-o"&gt;|&lt;/SPAN&gt; &lt;SPAN class="crayon-e"&gt;eval &lt;/SPAN&gt;&lt;SPAN class="crayon-v"&gt;MB&lt;/SPAN&gt;&lt;SPAN class="crayon-o"&gt;=&lt;/SPAN&gt;&lt;SPAN class="crayon-e"&gt;round&lt;/SPAN&gt;&lt;SPAN class="crayon-sy"&gt;(&lt;/SPAN&gt;&lt;SPAN class="crayon-v"&gt;volume&lt;/SPAN&gt;&lt;SPAN class="crayon-o"&gt;/&lt;/SPAN&gt;&lt;SPAN class="crayon-cn"&gt;1024&lt;/SPAN&gt;&lt;SPAN class="crayon-o"&gt;/&lt;/SPAN&gt;&lt;SPAN class="crayon-cn"&gt;1024&lt;/SPAN&gt;&lt;SPAN class="crayon-sy"&gt;,&lt;/SPAN&gt;&lt;SPAN class="crayon-cn"&gt;5&lt;/SPAN&gt;&lt;SPAN class="crayon-sy"&gt;)&lt;/SPAN&gt;&lt;SPAN class="crayon-o"&gt;|&lt;/SPAN&gt; &lt;SPAN class="crayon-e"&gt;timechart &lt;/SPAN&gt;&lt;SPAN class="crayon-e"&gt;first&lt;/SPAN&gt;&lt;SPAN class="crayon-sy"&gt;(&lt;/SPAN&gt;&lt;SPAN class="crayon-v"&gt;MB&lt;/SPAN&gt;&lt;SPAN class="crayon-sy"&gt;)&lt;/SPAN&gt; &lt;SPAN class="crayon-st"&gt;AS&lt;/SPAN&gt; &lt;SPAN class="crayon-e"&gt;volume &lt;/SPAN&gt;&lt;SPAN class="crayon-e"&gt;by &lt;/SPAN&gt;&lt;SPAN class="crayon-i"&gt;idx&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Thu, 18 Feb 2021 09:15:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-check-the-total-consumption-out-of-the-500MB-provided-by/m-p/540356#M152869</guid>
      <dc:creator>aasabatini</dc:creator>
      <dc:date>2021-02-18T09:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to check the total consumption out of the 500MB provided by free splunk?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-check-the-total-consumption-out-of-the-500MB-provided-by/m-p/540358#M152871</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your reply. This somewhat answers my question because this query you just shared is showing me the percentage of data consumed by the Indexer itself and not by the Forwarder (95% and 5%) servers.&lt;/P&gt;&lt;P&gt;The Licensing also shows the data consumed today by the indexer as well only.&lt;/P&gt;&lt;P&gt;I'd like to see the data consumed by the forwarders, for now, can we achieve that as well?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Feb 2021 09:44:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-check-the-total-consumption-out-of-the-500MB-provided-by/m-p/540358#M152871</guid>
      <dc:creator>hishamjan</dc:creator>
      <dc:date>2021-02-18T09:44:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to check the total consumption out of the 500MB provided by free splunk?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-check-the-total-consumption-out-of-the-500MB-provided-by/m-p/540362#M152873</link>
      <description>&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;index=_internal source=*license_usage.log | eval GB=b/1024/1024/1024 | stats sum(GB) by h | sort -sum(GB)&lt;/P&gt;</description>
      <pubDate>Thu, 18 Feb 2021 10:34:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-check-the-total-consumption-out-of-the-500MB-provided-by/m-p/540362#M152873</guid>
      <dc:creator>aasabatini</dc:creator>
      <dc:date>2021-02-18T10:34:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to check the total consumption out of the 500MB provided by free splunk?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-check-the-total-consumption-out-of-the-500MB-provided-by/m-p/540378#M152878</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2021-02-18 at 5.00.01 PM.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/12973i734B78460784D4BB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2021-02-18 at 5.00.01 PM.png" alt="Screenshot 2021-02-18 at 5.00.01 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;DIV class="lia-message-body lia-component-message-view-widget-body lia-component-body-signature-highlight-escalation lia-component-message-view-widget-body-signature-highlight-escalation"&gt;&lt;DIV class="lia-message-body-content"&gt;&lt;P&gt;These are supposed to be added right? Otherwise, it seems as if it is 500MB per h which doesn't make sense to me..&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class="lia-panel lia-panel-standard MessageTagsTaplet Chrome lia-component-message-view-widget-tags"&gt;&lt;DIV class="lia-decoration-border"&gt;&lt;DIV class="lia-decoration-border-top"&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class="lia-decoration-border-content"&gt;&lt;DIV&gt;&lt;DIV class="lia-panel-content-wrapper"&gt;&lt;DIV class="lia-panel-content"&gt;&lt;DIV class="AddMessageTags lia-message-tags"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 18 Feb 2021 12:38:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-check-the-total-consumption-out-of-the-500MB-provided-by/m-p/540378#M152878</guid>
      <dc:creator>hishamjan</dc:creator>
      <dc:date>2021-02-18T12:38:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to check the total consumption out of the 500MB provided by free splunk?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-check-the-total-consumption-out-of-the-500MB-provided-by/m-p/540379#M152879</link>
      <description>&lt;P class="lia-align-left"&gt;Sorry but I don't understand your point.&lt;/P&gt;&lt;P class="lia-align-left"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="lia-align-left"&gt;you have 500Mb free license for all the forwarders, the search show you the&amp;nbsp; license consumption by forwarder,&amp;nbsp; if you sum your values you have a total of&amp;nbsp; less than 300 Mb.&lt;/P&gt;&lt;P class="lia-align-left"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="lia-align-left"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Feb 2021 12:48:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-check-the-total-consumption-out-of-the-500MB-provided-by/m-p/540379#M152879</guid>
      <dc:creator>aasabatini</dc:creator>
      <dc:date>2021-02-18T12:48:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to check the total consumption out of the 500MB provided by free splunk?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-check-the-total-consumption-out-of-the-500MB-provided-by/m-p/540381#M152881</link>
      <description>&lt;P&gt;Thanks a lot, I've got your point&lt;/P&gt;</description>
      <pubDate>Thu, 18 Feb 2021 13:01:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-check-the-total-consumption-out-of-the-500MB-provided-by/m-p/540381#M152881</guid>
      <dc:creator>hishamjan</dc:creator>
      <dc:date>2021-02-18T13:01:35Z</dc:date>
    </item>
  </channel>
</rss>

