<?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 alert when host sends less than 100 logs per hour in Alerting</title>
    <link>https://community.splunk.com/t5/Alerting/alert-when-host-sends-less-than-100-logs-per-hour/m-p/304013#M5469</link>
    <description>&lt;P&gt;how to see when a set of host send under 100 logs per hour? stats count wont show a value of 0. and you cant use HEAD with fields(that i know of). Whats the best way to do this?&lt;/P&gt;</description>
    <pubDate>Fri, 19 May 2017 16:08:40 GMT</pubDate>
    <dc:creator>sbattista09</dc:creator>
    <dc:date>2017-05-19T16:08:40Z</dc:date>
    <item>
      <title>alert when host sends less than 100 logs per hour</title>
      <link>https://community.splunk.com/t5/Alerting/alert-when-host-sends-less-than-100-logs-per-hour/m-p/304013#M5469</link>
      <description>&lt;P&gt;how to see when a set of host send under 100 logs per hour? stats count wont show a value of 0. and you cant use HEAD with fields(that i know of). Whats the best way to do this?&lt;/P&gt;</description>
      <pubDate>Fri, 19 May 2017 16:08:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/alert-when-host-sends-less-than-100-logs-per-hour/m-p/304013#M5469</guid>
      <dc:creator>sbattista09</dc:creator>
      <dc:date>2017-05-19T16:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: alert when host sends less than 100 logs per hour</title>
      <link>https://community.splunk.com/t5/Alerting/alert-when-host-sends-less-than-100-logs-per-hour/m-p/304014#M5470</link>
      <description>&lt;P&gt;need to alert on hosts sending under 100 or so logs per hour. &lt;/P&gt;</description>
      <pubDate>Fri, 19 May 2017 16:09:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/alert-when-host-sends-less-than-100-logs-per-hour/m-p/304014#M5470</guid>
      <dc:creator>sbattista09</dc:creator>
      <dc:date>2017-05-19T16:09:37Z</dc:date>
    </item>
    <item>
      <title>Re: alert when host sends less than 100 logs per hour</title>
      <link>https://community.splunk.com/t5/Alerting/alert-when-host-sends-less-than-100-logs-per-hour/m-p/304015#M5471</link>
      <description>&lt;P&gt;when you say logs you mean events or source?&lt;/P&gt;</description>
      <pubDate>Fri, 19 May 2017 16:18:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/alert-when-host-sends-less-than-100-logs-per-hour/m-p/304015#M5471</guid>
      <dc:creator>adonio</dc:creator>
      <dc:date>2017-05-19T16:18:19Z</dc:date>
    </item>
    <item>
      <title>Re: alert when host sends less than 100 logs per hour</title>
      <link>https://community.splunk.com/t5/Alerting/alert-when-host-sends-less-than-100-logs-per-hour/m-p/304016#M5472</link>
      <description>&lt;P&gt;logs as in events.&lt;/P&gt;</description>
      <pubDate>Fri, 19 May 2017 16:22:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/alert-when-host-sends-less-than-100-logs-per-hour/m-p/304016#M5472</guid>
      <dc:creator>sbattista09</dc:creator>
      <dc:date>2017-05-19T16:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: alert when host sends less than 100 logs per hour</title>
      <link>https://community.splunk.com/t5/Alerting/alert-when-host-sends-less-than-100-logs-per-hour/m-p/304017#M5473</link>
      <description>&lt;P&gt;you can use | tstats command, for the last 60 minutes every hour&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; | tstats count where index = * by host | where count &amp;lt; 100
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;save as an alert and triger where count = 0&lt;/P&gt;

&lt;P&gt;hope it helps&lt;/P&gt;</description>
      <pubDate>Fri, 19 May 2017 17:19:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/alert-when-host-sends-less-than-100-logs-per-hour/m-p/304017#M5473</guid>
      <dc:creator>adonio</dc:creator>
      <dc:date>2017-05-19T17:19:55Z</dc:date>
    </item>
  </channel>
</rss>

