<?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 Query for data sources not reporting an event in a specific time period. in Splunk Enterprise Security</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Query-for-data-sources-not-reporting-an-event-in-a-specific-time/m-p/398813#M4484</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I would request a query where if a log source has stopped sending an event to splunk for a specific time period, it should alert me.&lt;/P&gt;

&lt;P&gt;Example index=proxy sourcetype=test_5 not giving any result for last 15 mins.&lt;/P&gt;</description>
    <pubDate>Wed, 17 Jul 2019 08:42:26 GMT</pubDate>
    <dc:creator>staparia</dc:creator>
    <dc:date>2019-07-17T08:42:26Z</dc:date>
    <item>
      <title>Query for data sources not reporting an event in a specific time period.</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Query-for-data-sources-not-reporting-an-event-in-a-specific-time/m-p/398813#M4484</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I would request a query where if a log source has stopped sending an event to splunk for a specific time period, it should alert me.&lt;/P&gt;

&lt;P&gt;Example index=proxy sourcetype=test_5 not giving any result for last 15 mins.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jul 2019 08:42:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Query-for-data-sources-not-reporting-an-event-in-a-specific-time/m-p/398813#M4484</guid>
      <dc:creator>staparia</dc:creator>
      <dc:date>2019-07-17T08:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: Query for data sources not reporting an event in a specific time period.</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Query-for-data-sources-not-reporting-an-event-in-a-specific-time/m-p/398814#M4485</link>
      <description>&lt;P&gt;@staparia ,&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=proxy sourcetype=test_5 earliest=-15m|stats count|where count &amp;gt; 0
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Set an alert for 'No of events is less than 0'&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jul 2019 09:56:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Query-for-data-sources-not-reporting-an-event-in-a-specific-time/m-p/398814#M4485</guid>
      <dc:creator>renjith_nair</dc:creator>
      <dc:date>2019-07-17T09:56:51Z</dc:date>
    </item>
    <item>
      <title>Re: Query for data sources not reporting an event in a specific time period.</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Query-for-data-sources-not-reporting-an-event-in-a-specific-time/m-p/398815#M4486</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;index=*| stats count as event_count by sourcetype |append[|metadata type=sourcetypes index=* OR index=_*| eval event_count=coalesce(event_count, 0) | table sourcetype,event_count] | where event_count = 0
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 17 Jul 2019 11:48:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Query-for-data-sources-not-reporting-an-event-in-a-specific-time/m-p/398815#M4486</guid>
      <dc:creator>paramagurukarth</dc:creator>
      <dc:date>2019-07-17T11:48:50Z</dc:date>
    </item>
  </channel>
</rss>

