<?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: Alerts: Assistance in showing servers logging the most when license quota is at 75% full in Alerting</title>
    <link>https://community.splunk.com/t5/Alerting/Alerts-Assistance-in-showing-servers-logging-the-most-when/m-p/432886#M11214</link>
    <description>&lt;P&gt;Try like this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal source="license_usage.lo" type=Usage pool="Linux Pool" earliest=@d
| stats sum(b) as usageGB by h
| eval usageGB =usageGB/1024/1024/1024 
| eventstats sum(usageGB) as TotalUsage  
| sort 10 UsageGB|where TotalUsage&amp;gt;=22
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 28 Aug 2018 15:48:14 GMT</pubDate>
    <dc:creator>somesoni2</dc:creator>
    <dc:date>2018-08-28T15:48:14Z</dc:date>
    <item>
      <title>Alerts: Assistance in showing servers logging the most when license quota is at 75% full</title>
      <link>https://community.splunk.com/t5/Alerting/Alerts-Assistance-in-showing-servers-logging-the-most-when/m-p/432885#M11213</link>
      <description>&lt;P&gt;I am looking for help to see how i can have my current alert, which emails me that our quota is 75% full, to also present in my email the top 10 offenders of logging.&lt;/P&gt;

&lt;P&gt;Is that possible?&lt;/P&gt;

&lt;P&gt;Currently my search i'm using to show a 30G quota being 75% full is:&lt;/P&gt;

&lt;P&gt;index=_internal source="&lt;EM&gt;license_usage.lo&lt;/EM&gt;" type=Usage pool="Linux Pool" earliest=@d| stats sum(b) as bytes | eval gb=bytes/1024/1024/1024|where gb&amp;gt;=22&lt;/P&gt;

&lt;P&gt;Is there a way on the search to also have it show the top offenders, such as&lt;/P&gt;

&lt;P&gt;index = * | tp limit=10 host&lt;/P&gt;

&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 21:04:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Alerts-Assistance-in-showing-servers-logging-the-most-when/m-p/432885#M11213</guid>
      <dc:creator>agentguerry</dc:creator>
      <dc:date>2020-09-29T21:04:39Z</dc:date>
    </item>
    <item>
      <title>Re: Alerts: Assistance in showing servers logging the most when license quota is at 75% full</title>
      <link>https://community.splunk.com/t5/Alerting/Alerts-Assistance-in-showing-servers-logging-the-most-when/m-p/432886#M11214</link>
      <description>&lt;P&gt;Try like this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal source="license_usage.lo" type=Usage pool="Linux Pool" earliest=@d
| stats sum(b) as usageGB by h
| eval usageGB =usageGB/1024/1024/1024 
| eventstats sum(usageGB) as TotalUsage  
| sort 10 UsageGB|where TotalUsage&amp;gt;=22
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 28 Aug 2018 15:48:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Alerts-Assistance-in-showing-servers-logging-the-most-when/m-p/432886#M11214</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2018-08-28T15:48:14Z</dc:date>
    </item>
  </channel>
</rss>

