<?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: Locating missing events in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Locating-missing-events/m-p/73537#M18432</link>
    <description>&lt;P&gt;Or ... | timechart span=15m sum(FilesOpen)&lt;/P&gt;</description>
    <pubDate>Thu, 26 Sep 2013 04:29:59 GMT</pubDate>
    <dc:creator>gkanapathy</dc:creator>
    <dc:date>2013-09-26T04:29:59Z</dc:date>
    <item>
      <title>Locating missing events</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Locating-missing-events/m-p/73533#M18428</link>
      <description>&lt;P&gt;Hey all,&lt;/P&gt;

&lt;P&gt;I've searched for an answer to this but cannot see one, so apologies if this has been answered before.&lt;/P&gt;

&lt;P&gt;Some background: We have a number of FileMaker DBs and I am attempting setup some automation so confirm that the DBs are all open. To do this, a FileMaker Server-Side script runs every 15 mins and confirms that they are all open and output it's results to a table.&lt;/P&gt;

&lt;P&gt;I am using the JDBC connector in the &lt;STRONG&gt;Splunk DB Connect&lt;/STRONG&gt; app to index this table. This all working fine and I am able to search. However, if the FileMaker database is unreachable the events are not indexed and this is expected behaviour but I was wondering if there was a way to detect a lack of events for a specific time period to be able to report on them?&lt;/P&gt;

&lt;P&gt;The events are VERY simple, a timestamp and one KVP. Example: &lt;EM&gt;"26/09/2013 09:15:00 AM" FilesOpen=13&lt;/EM&gt;&lt;/P&gt;

&lt;P&gt;Would "&lt;STRONG&gt;| overlap | collect&lt;/STRONG&gt;" work in this instance? If so, is there any decent documentation on this method? The built-in documentation is limited at best.&lt;/P&gt;

&lt;P&gt;Thanks in advance,&lt;/P&gt;

&lt;P&gt;Justin.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Sep 2013 23:25:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Locating-missing-events/m-p/73533#M18428</guid>
      <dc:creator>justinfranks</dc:creator>
      <dc:date>2013-09-25T23:25:05Z</dc:date>
    </item>
    <item>
      <title>Re: Locating missing events</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Locating-missing-events/m-p/73534#M18429</link>
      <description>&lt;P&gt;You could just check your _internal index for the indexing rate for events going to that particular index.&lt;/P&gt;

&lt;P&gt;If the rate drops below a threshold then send an alert.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index="_internal" sourcetype="splunkd" group="per_index_thruput" NOT (series="_*" OR series="/*" OR series="summary*") | rename series as index  | stats avg(kbps) by index 
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 26 Sep 2013 01:35:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Locating-missing-events/m-p/73534#M18429</guid>
      <dc:creator>Lucas_K</dc:creator>
      <dc:date>2013-09-26T01:35:10Z</dc:date>
    </item>
    <item>
      <title>Re: Locating missing events</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Locating-missing-events/m-p/73535#M18430</link>
      <description>&lt;P&gt;Thanks for the response!&lt;/P&gt;

&lt;P&gt;This would be good if I wanted to just alert. However, I would like to report on the missing events. ie count them.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2013 02:37:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Locating-missing-events/m-p/73535#M18430</guid>
      <dc:creator>justinfranks</dc:creator>
      <dc:date>2013-09-26T02:37:43Z</dc:date>
    </item>
    <item>
      <title>Re: Locating missing events</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Locating-missing-events/m-p/73536#M18431</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;... | timechart span=15m count
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;And alert if the value is less than the expected number (or it's zero).&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2013 04:27:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Locating-missing-events/m-p/73536#M18431</guid>
      <dc:creator>gkanapathy</dc:creator>
      <dc:date>2013-09-26T04:27:39Z</dc:date>
    </item>
    <item>
      <title>Re: Locating missing events</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Locating-missing-events/m-p/73537#M18432</link>
      <description>&lt;P&gt;Or ... | timechart span=15m sum(FilesOpen)&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2013 04:29:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Locating-missing-events/m-p/73537#M18432</guid>
      <dc:creator>gkanapathy</dc:creator>
      <dc:date>2013-09-26T04:29:59Z</dc:date>
    </item>
  </channel>
</rss>

