Alerting

DM missing forwarders (ALL)

splunkreal
Influencer

Hello guys,

since 6.5.2 I regularly receive this kind of (fake) alert :

The alert condition for 'DM missing forwarders' was triggered.
Forwarder,Source IP,Forwarder Type,Last Connected,Current Status
(ALL),(ALL),Splunk forwarder,1493074800,missing

Thanks for your help!

* If this helps, please upvote or accept solution if it solved *
0 Karma

dineshraj9
Builder

You can disable the alert "DMC missing forwarders" under "splunk_monitoring_console" app.

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 -

| inputlookup dmc_forwarder_assets
| search status="missing" 
| rename hostname as Instance | eval diff=round(now()-last_connected) | where diff>3600 AND diff<86400 | convert ctime(last_connected) 

This way the list will be small and you can restart the forwarder instances which are down.

splunkreal
Influencer

does it mean this is a legitimate alert? all forwarders are disconnected at once?

* If this helps, please upvote or accept solution if it solved *
0 Karma

dineshraj9
Builder

Is your DMC connected to all indexers that are receiving data from the forwarders?
In our environment we have our custom search to monitor such forwarder issues.

| metadata type=hosts | eval diff=now()-lastTime | where diff > 3600 AND diff < 86400 | convert ctime(lastTime) | table host lastTime

Check if the results match.

0 Karma

gcusello
SplunkTrust
SplunkTrust

Hi realsplunk,
if you go in http://your_server:8000/en-US/app/splunk_monitoring_console/alerts
you can find all the alerts of Distributed Monitoring Console.
Go in "DMC Alert - Missing forwarders" Alert and disable it.
Bye.
Giuseppe

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Why Splunk Customers Should Attend Cisco Live 2026 Las Vegas

Why Splunk Customers Should Attend Cisco Live 2026 Las Vegas     Cisco Live 2026 is almost here, and this ...

What Is the Name of the USB Key Inserted by Bob Smith? (BOTS Hint, Not the Answer)

Hello Splunkers,   So you searched, “what is the name of the usb key inserted by bob smith?”  Not gonna lie… ...

Automating Threat Operations and Threat Hunting with Recorded Future

    Automating Threat Operations and Threat Hunting with Recorded Future June 29, 2026 | Register   Is your ...