<?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: Why am I seeing a license violation warning when we haven't exceeded the limit yet? in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-am-I-seeing-a-license-violation-warning-when-we-haven-t/m-p/233903#M26290</link>
    <description>&lt;P&gt;How can i avoid this (first time im getting this error) &lt;BR /&gt;
how can i determine what is the most "indexing" server? probably there are servers that flood my splunk with no reason &lt;/P&gt;

&lt;P&gt;Thanks !&lt;/P&gt;</description>
    <pubDate>Wed, 29 Jun 2016 07:16:15 GMT</pubDate>
    <dc:creator>abovebeyond</dc:creator>
    <dc:date>2016-06-29T07:16:15Z</dc:date>
    <item>
      <title>Why am I seeing a license violation warning when we haven't exceeded the limit yet?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-am-I-seeing-a-license-violation-warning-when-we-haven-t/m-p/233901#M26288</link>
      <description>&lt;P&gt;Hi, &lt;/P&gt;

&lt;P&gt;I'm getting a license error on my Splunk server, we have a 1gb license &lt;/P&gt;

&lt;P&gt;See attached screenshot:&lt;BR /&gt;
&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/1517iEFC96A18A4994379/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;Whats is the issue? We didn't reach the limit yet.&lt;/P&gt;

&lt;P&gt;In addition, I'm getting the alert "Daily indexing volume limit exceeded. See License Manager for details."&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2016 06:56:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-am-I-seeing-a-license-violation-warning-when-we-haven-t/m-p/233901#M26288</guid>
      <dc:creator>abovebeyond</dc:creator>
      <dc:date>2016-06-29T06:56:02Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I seeing a license violation warning when we haven't exceeded the limit yet?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-am-I-seeing-a-license-violation-warning-when-we-haven-t/m-p/233902#M26289</link>
      <description>&lt;P&gt;As mentioned in the dashboard, it's showing only for today.&lt;/P&gt;

&lt;P&gt;Run the below search for last 'n' days and see how was your license usage&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal source=*license_usage.log type=RolloverSummary| eval GB=b/1024/1024/1024 | timechart span=1d sum(GB) by pool
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Also under the license manager, you will be able to see the exceeded license details&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2016 07:15:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-am-I-seeing-a-license-violation-warning-when-we-haven-t/m-p/233902#M26289</guid>
      <dc:creator>renjith_nair</dc:creator>
      <dc:date>2016-06-29T07:15:02Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I seeing a license violation warning when we haven't exceeded the limit yet?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-am-I-seeing-a-license-violation-warning-when-we-haven-t/m-p/233903#M26290</link>
      <description>&lt;P&gt;How can i avoid this (first time im getting this error) &lt;BR /&gt;
how can i determine what is the most "indexing" server? probably there are servers that flood my splunk with no reason &lt;/P&gt;

&lt;P&gt;Thanks !&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2016 07:16:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-am-I-seeing-a-license-violation-warning-when-we-haven-t/m-p/233903#M26290</guid>
      <dc:creator>abovebeyond</dc:creator>
      <dc:date>2016-06-29T07:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I seeing a license violation warning when we haven't exceeded the limit yet?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-am-I-seeing-a-license-violation-warning-when-we-haven-t/m-p/233904#M26291</link>
      <description>&lt;P&gt;You can try running the below to find out which source, sourcetype or host is pushing more data&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal source=license_usage.log
type=Usage | eval GB=b/1024/1024/1024 | timechart span=1d sum(GB) by st limit=20
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Replace st with s,h,idx for source,host or index based breakdown&lt;/P&gt;

&lt;P&gt;More details here : &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.4.1/Admin/Aboutlicenseviolations"&gt;http://docs.splunk.com/Documentation/Splunk/6.4.1/Admin/Aboutlicenseviolations&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2016 07:20:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-am-I-seeing-a-license-violation-warning-when-we-haven-t/m-p/233904#M26291</guid>
      <dc:creator>renjith_nair</dc:creator>
      <dc:date>2016-06-29T07:20:59Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I seeing a license violation warning when we haven't exceeded the limit yet?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-am-I-seeing-a-license-violation-warning-when-we-haven-t/m-p/233905#M26292</link>
      <description>&lt;P&gt;I can see that one of the indexes is consuming my license a lot.&lt;BR /&gt;
I will need to search inside this index to find out what causing it.&lt;/P&gt;

&lt;P&gt;The search option is blocked now. what can i do ?&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2016 08:02:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-am-I-seeing-a-license-violation-warning-when-we-haven-t/m-p/233905#M26292</guid>
      <dc:creator>abovebeyond</dc:creator>
      <dc:date>2016-06-29T08:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I seeing a license violation warning when we haven't exceeded the limit yet?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-am-I-seeing-a-license-violation-warning-when-we-haven-t/m-p/233906#M26293</link>
      <description>&lt;P&gt;As mentioned in the documents, either you have to contact your local splunk support to get a reset code or adjust the license pools if you have more than one&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2016 08:08:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-am-I-seeing-a-license-violation-warning-when-we-haven-t/m-p/233906#M26293</guid>
      <dc:creator>renjith_nair</dc:creator>
      <dc:date>2016-06-29T08:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I seeing a license violation warning when we haven't exceeded the limit yet?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-am-I-seeing-a-license-violation-warning-when-we-haven-t/m-p/233907#M26294</link>
      <description>&lt;P&gt;Thanks ! !&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2016 08:12:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-am-I-seeing-a-license-violation-warning-when-we-haven-t/m-p/233907#M26294</guid>
      <dc:creator>abovebeyond</dc:creator>
      <dc:date>2016-06-29T08:12:15Z</dc:date>
    </item>
  </channel>
</rss>

