<?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 How do you know if a forwarder isn't forwarding in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-do-you-know-if-a-forwarder-isn-t-forwarding/m-p/55074#M10713</link>
    <description>&lt;P&gt;What's a best practice way to determine if a forwarder isn't forwarding?&lt;/P&gt;

&lt;P&gt;We have a setup of about 100 hosts all forwarding to a single indexer.  How can I be sure that one of the forwarders hasn't stopped forwarding for some reason?  I can think of a couple of options like running a saved search and checking if the count of events = 0.&lt;/P&gt;

&lt;P&gt;What is everyone else doing?&lt;/P&gt;</description>
    <pubDate>Thu, 17 May 2012 21:11:03 GMT</pubDate>
    <dc:creator>mfalk</dc:creator>
    <dc:date>2012-05-17T21:11:03Z</dc:date>
    <item>
      <title>How do you know if a forwarder isn't forwarding</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-you-know-if-a-forwarder-isn-t-forwarding/m-p/55074#M10713</link>
      <description>&lt;P&gt;What's a best practice way to determine if a forwarder isn't forwarding?&lt;/P&gt;

&lt;P&gt;We have a setup of about 100 hosts all forwarding to a single indexer.  How can I be sure that one of the forwarders hasn't stopped forwarding for some reason?  I can think of a couple of options like running a saved search and checking if the count of events = 0.&lt;/P&gt;

&lt;P&gt;What is everyone else doing?&lt;/P&gt;</description>
      <pubDate>Thu, 17 May 2012 21:11:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-you-know-if-a-forwarder-isn-t-forwarding/m-p/55074#M10713</guid>
      <dc:creator>mfalk</dc:creator>
      <dc:date>2012-05-17T21:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: How do you know if a forwarder isn't forwarding</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-you-know-if-a-forwarder-isn-t-forwarding/m-p/55075#M10714</link>
      <description>&lt;P&gt;Use the Splunk Deployment Monitor App.&lt;/P&gt;

&lt;P&gt;Refer to &lt;A href="http://splunk-base.splunk.com/answers/48252/alert-if-any-forwarder-stops-sending"&gt;this other post&lt;/A&gt; I recently answered.&lt;/P&gt;</description>
      <pubDate>Thu, 17 May 2012 21:36:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-you-know-if-a-forwarder-isn-t-forwarding/m-p/55075#M10714</guid>
      <dc:creator>Damien_Dallimor</dc:creator>
      <dc:date>2012-05-17T21:36:22Z</dc:date>
    </item>
    <item>
      <title>Re: How do you know if a forwarder isn't forwarding</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-you-know-if-a-forwarder-isn-t-forwarding/m-p/55076#M10715</link>
      <description>&lt;P&gt;Looks good.  I'll check out the monitor app.&lt;/P&gt;

&lt;P&gt;In the short term I've come up with:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| metadata type=hosts | search host=#HostICareAbout# OR host=#HostICareAbout# | eval mytime=strftime (recentTime, "%y-%m-%d %H:%M:%S") | eval currentTime=strftime(now(), "%y-%m-%d %H:%M:%S") | eval minutesAgo=round(((now()-recentTime)/60),0)  | table host,lastTime,recentTime,mytime,currentTime,minutesAgo | where (abs(minutesAgo) &amp;lt; 60)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This query will return a list of hosts that I care about which haven't sent any events within the last 60 minutes (the abs if for detecting when we have hosts in other TimeZones not properly configured).  We're thinking of adding a local splunk metric file to be monitored so in case a system just doesn't have anything to forward it'll still forward an entry.&lt;/P&gt;

&lt;P&gt;We're trying to figure out a simple file to monitor that won't impact our indexing volume.&lt;/P&gt;</description>
      <pubDate>Tue, 22 May 2012 00:15:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-you-know-if-a-forwarder-isn-t-forwarding/m-p/55076#M10715</guid>
      <dc:creator>mfalk</dc:creator>
      <dc:date>2012-05-22T00:15:19Z</dc:date>
    </item>
  </channel>
</rss>

