Deployment Architecture

Deployment Clients not showing in Monitoring Console?

testingtena
Loves-to-Learn Everything

Our Splunk instance is currently setup as a deployment server.

All our clients have the Universal Forwarder installed and setup as deployment clients, phoning home to the server to get their necessary apps.

Under the "Forwarder Management" page of the Distributed Environment settings, can see all 20 of our clients and their respective host name and IP address actively talking with the server by phoning home and getting apps deployed...

However, when I go to the Monitoring Console's, "Forwarders: Deployment" page, only 6 of the 20 Universal Forwarders are showing as installed and active?

Sure we're messing up one of the many different config files somewhere but not sure which one...

0 Karma

PickleRick
SplunkTrust
SplunkTrust

As an expansion of @kprior201 's answer - a bit of an explanation.

Since DS is the component directly responding to queries from the deployment clients, it maintains and displays the list of clients that already "phoned home". But if you restart the DS service, it has to rebuild its database.

On the other hand, MC does not interact directly with the deployment clients in any way. It only monitors the _internal index for logs forwarded from all components in your environment.

So you might have a situation where some forwarders do phone home and get apps from the DS but cannot properly send their events to the indexer layer.

0 Karma

thahir
Communicator

@testingtena  first identify the missing forwarder by using the below query.

 

index=_internal source="/opt/splunk/var/log/splunk/metrics.log*" sourcetype="splunkd" fwdType="*" | dedup sourceHost | rename IPAddress AS hostip, sourceHost AS IPAddress, OS AS fOS | fields IPAddress, hostname, fGUID, fOS, fwdType.

This will list information about connected forwarders based on logs.

 

there could be an issue with specific configuration files. Here's what to check:

  • deploymentserver.conf on the deployment server: Ensure the configuration allows communication with UFs.
  • inputs.conf on the UFs: Verify the stanza forwarding data to the deployment server is correct.
0 Karma

kprior201
Path Finder

I would check that the saved search populating the forwarder table in MC is finding the results as expected. Maybe the logs aren't making it from those forwarders that are missing? If you followed the setup instructions below, I don't think you're missing anything glaringly obvious.

Saved search and setup information: https://docs.splunk.com/Documentation/Splunk/9.2.1/DMC/Configureforwardermonitoring

Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Can’t Make It to Boston? Stream .conf25 and Learn with Haya Husain

Boston may be buzzing this September with Splunk University and .conf25, but you don’t have to pack a bag to ...

Splunk Lantern’s Guide to The Most Popular .conf25 Sessions

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...

Unlock What’s Next: The Splunk Cloud Platform at .conf25

In just a few days, Boston will be buzzing as the Splunk team and thousands of community members come together ...