<?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: DM missing forwarders (ALL) in Alerting</title>
    <link>https://community.splunk.com/t5/Alerting/DM-missing-forwarders-ALL/m-p/349383#M6159</link>
    <description>&lt;P&gt;does it mean this is a legitimate alert? all forwarders are disconnected at once?&lt;/P&gt;</description>
    <pubDate>Tue, 25 Apr 2017 10:29:16 GMT</pubDate>
    <dc:creator>splunkreal</dc:creator>
    <dc:date>2017-04-25T10:29:16Z</dc:date>
    <item>
      <title>DM missing forwarders (ALL)</title>
      <link>https://community.splunk.com/t5/Alerting/DM-missing-forwarders-ALL/m-p/349380#M6156</link>
      <description>&lt;P&gt;Hello guys,&lt;/P&gt;

&lt;P&gt;since 6.5.2 I regularly receive this kind of (fake) alert :&lt;/P&gt;

&lt;P&gt;&lt;EM&gt;The alert condition for 'DM missing forwarders' was triggered.&lt;BR /&gt;
Forwarder,Source IP,Forwarder Type,Last Connected,Current Status&lt;BR /&gt;
(ALL),(ALL),Splunk forwarder,1493074800,missing&lt;/EM&gt;&lt;/P&gt;

&lt;P&gt;Thanks for your help!&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2017 10:12:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/DM-missing-forwarders-ALL/m-p/349380#M6156</guid>
      <dc:creator>splunkreal</dc:creator>
      <dc:date>2017-04-25T10:12:12Z</dc:date>
    </item>
    <item>
      <title>Re: DM missing forwarders (ALL)</title>
      <link>https://community.splunk.com/t5/Alerting/DM-missing-forwarders-ALL/m-p/349381#M6157</link>
      <description>&lt;P&gt;Hi realsplunk,&lt;BR /&gt;
if you go in &lt;A href="http://your_server:8000/en-US/app/splunk_monitoring_console/alerts"&gt;http://your_server:8000/en-US/app/splunk_monitoring_console/alerts&lt;/A&gt;&lt;BR /&gt;
you can find all the alerts of Distributed Monitoring Console.&lt;BR /&gt;
Go in "DMC Alert - Missing forwarders" Alert and disable it.&lt;BR /&gt;
Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2017 10:19:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/DM-missing-forwarders-ALL/m-p/349381#M6157</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2017-04-25T10:19:20Z</dc:date>
    </item>
    <item>
      <title>Re: DM missing forwarders (ALL)</title>
      <link>https://community.splunk.com/t5/Alerting/DM-missing-forwarders-ALL/m-p/349382#M6158</link>
      <description>&lt;P&gt;You can disable the alert "DMC missing forwarders" under "splunk_monitoring_console" app. &lt;/P&gt;

&lt;P&gt;However, it is a useful search which lists the forwarders which are not reporting to your environment any longer. You can optimize the search to show only those servers which have not responded for more than an hour, in last 24 hours by modifying the search to -&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| inputlookup dmc_forwarder_assets
| search status="missing" 
| rename hostname as Instance | eval diff=round(now()-last_connected) | where diff&amp;gt;3600 AND diff&amp;lt;86400 | convert ctime(last_connected) 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This way the list will be small and you can restart the forwarder instances which are down.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 13:49:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/DM-missing-forwarders-ALL/m-p/349382#M6158</guid>
      <dc:creator>dineshraj9</dc:creator>
      <dc:date>2020-09-29T13:49:41Z</dc:date>
    </item>
    <item>
      <title>Re: DM missing forwarders (ALL)</title>
      <link>https://community.splunk.com/t5/Alerting/DM-missing-forwarders-ALL/m-p/349383#M6159</link>
      <description>&lt;P&gt;does it mean this is a legitimate alert? all forwarders are disconnected at once?&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2017 10:29:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/DM-missing-forwarders-ALL/m-p/349383#M6159</guid>
      <dc:creator>splunkreal</dc:creator>
      <dc:date>2017-04-25T10:29:16Z</dc:date>
    </item>
    <item>
      <title>Re: DM missing forwarders (ALL)</title>
      <link>https://community.splunk.com/t5/Alerting/DM-missing-forwarders-ALL/m-p/349384#M6160</link>
      <description>&lt;P&gt;Is your DMC connected to all indexers that are receiving data from the forwarders?&lt;BR /&gt;
In our environment we have our custom search to monitor such forwarder issues.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| metadata type=hosts | eval diff=now()-lastTime | where diff &amp;gt; 3600 AND diff &amp;lt; 86400 | convert ctime(lastTime) | table host lastTime
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Check if the results match. &lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2017 10:34:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/DM-missing-forwarders-ALL/m-p/349384#M6160</guid>
      <dc:creator>dineshraj9</dc:creator>
      <dc:date>2017-04-25T10:34:28Z</dc:date>
    </item>
  </channel>
</rss>

