<?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 do I alert on license violations? in Alerting</title>
    <link>https://community.splunk.com/t5/Alerting/How-do-I-alert-on-license-violations/m-p/9419#M6</link>
    <description>&lt;P&gt;Note: this search needs to be run over a two day period, to compare yesterday's results to today's.&lt;/P&gt;</description>
    <pubDate>Tue, 15 Feb 2011 23:53:52 GMT</pubDate>
    <dc:creator>Jason</dc:creator>
    <dc:date>2011-02-15T23:53:52Z</dc:date>
    <item>
      <title>How do I alert on license violations?</title>
      <link>https://community.splunk.com/t5/Alerting/How-do-I-alert-on-license-violations/m-p/9416#M3</link>
      <description>&lt;P&gt;Is there a recommended saved search I can run on the indexer to alert me when
the daily indexing volume is approaching the license limit?&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jan 2010 09:07:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-do-I-alert-on-license-violations/m-p/9416#M3</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2010-01-22T09:07:39Z</dc:date>
    </item>
    <item>
      <title>Re: How do I alert on license violations?</title>
      <link>https://community.splunk.com/t5/Alerting/How-do-I-alert-on-license-violations/m-p/9417#M4</link>
      <description>&lt;P&gt;You can try using this search to check your license violations:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal source=*license_audit.log LicenseManager-Audit | delta quotaExceededCount as quotadiff | stats first(quotadiff) as quotadiff | search quotadiff&amp;lt;0
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;see this forum thread:
&lt;A href="http://www.splunk.com/support/forum:SplunkSearchAndAlert/3680" rel="nofollow"&gt;http://www.splunk.com/support/forum:SplunkSearchAndAlert/3680&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jan 2010 07:48:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-do-I-alert-on-license-violations/m-p/9417#M4</guid>
      <dc:creator>benstraw</dc:creator>
      <dc:date>2010-01-26T07:48:28Z</dc:date>
    </item>
    <item>
      <title>Re: How do I alert on license violations?</title>
      <link>https://community.splunk.com/t5/Alerting/How-do-I-alert-on-license-violations/m-p/9418#M5</link>
      <description>&lt;P&gt;You may want to use this query if you issue the search from a search head with several indexers:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal source=*license_audit.log LicenseManager-Audit | streamstats current=f global=f window=1 first(quotaExceededCount) as next_quotaExceededCount by host | eval quotadiff = next_quotaExceededCount - quotaExceededCount | search quotadiff&amp;gt;0
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;And there is more information about licenses here:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://www.splunk.com/wiki/Community:TroubleshootingIndexedDataVolume" rel="nofollow"&gt;http://www.splunk.com/wiki/Community:TroubleshootingIndexedDataVolume&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Sep 2010 19:54:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-do-I-alert-on-license-violations/m-p/9418#M5</guid>
      <dc:creator>chris</dc:creator>
      <dc:date>2010-09-10T19:54:29Z</dc:date>
    </item>
    <item>
      <title>Re: How do I alert on license violations?</title>
      <link>https://community.splunk.com/t5/Alerting/How-do-I-alert-on-license-violations/m-p/9419#M6</link>
      <description>&lt;P&gt;Note: this search needs to be run over a two day period, to compare yesterday's results to today's.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Feb 2011 23:53:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-do-I-alert-on-license-violations/m-p/9419#M6</guid>
      <dc:creator>Jason</dc:creator>
      <dc:date>2011-02-15T23:53:52Z</dc:date>
    </item>
    <item>
      <title>Re: How do I alert on license violations?</title>
      <link>https://community.splunk.com/t5/Alerting/How-do-I-alert-on-license-violations/m-p/9420#M7</link>
      <description>&lt;P&gt;I just set one up for earliest &lt;CODE&gt;-2d&lt;/CODE&gt; latest &lt;CODE&gt;now&lt;/CODE&gt; time bounds and &lt;CODE&gt;0 1 * * *&lt;/CODE&gt; cron schedule.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Feb 2011 23:54:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-do-I-alert-on-license-violations/m-p/9420#M7</guid>
      <dc:creator>Jason</dc:creator>
      <dc:date>2011-02-15T23:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: How do I alert on license violations?</title>
      <link>https://community.splunk.com/t5/Alerting/How-do-I-alert-on-license-violations/m-p/9421#M8</link>
      <description>&lt;P&gt;none of these answers seem to work in 6.x&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jul 2015 02:10:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-do-I-alert-on-license-violations/m-p/9421#M8</guid>
      <dc:creator>awurster</dc:creator>
      <dc:date>2015-07-06T02:10:39Z</dc:date>
    </item>
    <item>
      <title>Re: How do I alert on license violations?</title>
      <link>https://community.splunk.com/t5/Alerting/How-do-I-alert-on-license-violations/m-p/9422#M9</link>
      <description>&lt;P&gt;Hi awurster,&lt;BR /&gt;
the examples provided were for Splunk 4.x and the &lt;CODE&gt;license_audit.log&lt;/CODE&gt; is deprecated now; see the docs &lt;CODE&gt;license_audit.log     Deprecated. Look at license_usage.log instead of here.&lt;/CODE&gt; &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.3/Troubleshooting/WhatSplunklogsaboutitself"&gt;http://docs.splunk.com/Documentation/Splunk/6.2.3/Troubleshooting/WhatSplunklogsaboutitself&lt;/A&gt; &lt;BR /&gt;
Use the &lt;CODE&gt;license_usage.log&lt;/CODE&gt; or if you're on Splunk 6.2.x use &lt;CODE&gt;DMC&lt;/CODE&gt; and its pre-build alerts &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.3/Admin/ConfiguretheMonitoringConsole"&gt;http://docs.splunk.com/Documentation/Splunk/6.2.3/Admin/ConfiguretheMonitoringConsole&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jul 2015 02:18:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-do-I-alert-on-license-violations/m-p/9422#M9</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2015-07-06T02:18:00Z</dc:date>
    </item>
  </channel>
</rss>

