<?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: licensing in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/licensing/m-p/510013#M17499</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/213478"&gt;@dani9&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;there a little confusion:&lt;/P&gt;&lt;P&gt;if you're speaking of licensing, violation is countered once a day at midnight.&lt;/P&gt;&lt;P&gt;if you're speaking of memory usage it's another thing.&lt;/P&gt;&lt;P&gt;If instead you want to have an alert when the license consuption of an host reaches 1 GB (not memory!), you can use one of the searches that you can find in [Settings -- Licensing -- Usage Report]:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=_internal [`set_local_host`] source=*license_usage.log* type="Usage" earliest=-d@d latest=now
| stats sum(b) as b by h
| eval b=round(b/1024/1024/1024,2)
| where b&amp;gt;1&lt;/LI-CODE&gt;&lt;P&gt;It isn't a good idea to use a real time alert because it uses too much resources, you could run this alert with a frequency to define (5 minutes, 1 hour, etc...).&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
    <pubDate>Mon, 20 Jul 2020 10:20:02 GMT</pubDate>
    <dc:creator>gcusello</dc:creator>
    <dc:date>2020-07-20T10:20:02Z</dc:date>
    <item>
      <title>licensing</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/licensing/m-p/510004#M17498</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Searching: When a host reaches 1gb memory consumed per day fire an alert?&lt;/P&gt;&lt;P&gt;This will has to be real-time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jul 2020 09:56:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/licensing/m-p/510004#M17498</guid>
      <dc:creator>dani9</dc:creator>
      <dc:date>2020-07-20T09:56:45Z</dc:date>
    </item>
    <item>
      <title>Re: licensing</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/licensing/m-p/510013#M17499</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/213478"&gt;@dani9&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;there a little confusion:&lt;/P&gt;&lt;P&gt;if you're speaking of licensing, violation is countered once a day at midnight.&lt;/P&gt;&lt;P&gt;if you're speaking of memory usage it's another thing.&lt;/P&gt;&lt;P&gt;If instead you want to have an alert when the license consuption of an host reaches 1 GB (not memory!), you can use one of the searches that you can find in [Settings -- Licensing -- Usage Report]:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=_internal [`set_local_host`] source=*license_usage.log* type="Usage" earliest=-d@d latest=now
| stats sum(b) as b by h
| eval b=round(b/1024/1024/1024,2)
| where b&amp;gt;1&lt;/LI-CODE&gt;&lt;P&gt;It isn't a good idea to use a real time alert because it uses too much resources, you could run this alert with a frequency to define (5 minutes, 1 hour, etc...).&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jul 2020 10:20:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/licensing/m-p/510013#M17499</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2020-07-20T10:20:02Z</dc:date>
    </item>
  </channel>
</rss>

