Deployment Architecture

Hosts per deployment server

shpot
New Member

Splunk Cloud customer. Is there a REST command to list hosts (deployment clients) per deployment server without actually being on the deployment server itself?

0 Karma
1 Solution

woodcock
Esteemed Legend

Don't do it with rest, have the DS forward its logs to the Indexer tier and then do a search like this:

index=_internal phone*home* | stats dc(host) values(host)

View solution in original post

0 Karma

woodcock
Esteemed Legend

Don't do it with rest, have the DS forward its logs to the Indexer tier and then do a search like this:

index=_internal phone*home* | stats dc(host) values(host)
0 Karma

shpot
New Member

Thanks so much! I'll do this, it's perfect!

0 Karma

richgalloway
SplunkTrust
SplunkTrust

From looking at the docs (https://docs.splunk.com/Documentation/Splunk/7.2.3/RESTREF/RESTdeploy#deployment.2Fserver.2Fclients), it looks like https://<deployment server>:<mgmt port>/services/deployment/server/clients is what you need.

---
If this reply helps you, Karma would be appreciated.
0 Karma

somesoni2
Revered Legend

Do you want to run the REST command (from search bar) from a search head to list the deployment clients? If yes, then it's only possible if your current search head has that deployment server as search peer. That way when you run the rest command.

You may also run search query on internal logs of the deployment server to find deployment client phonehome events.

0 Karma
Get Updates on the Splunk Community!

SplunkTrust | Where Are They Now - Michael Uschmann

The Background Five years ago, Splunk published several videos showcasing members of the SplunkTrust to share ...

Admin Your Splunk Cloud, Your Way

Join us to maximize different techniques to best tune Splunk Cloud. In this Tech Enablement, you will get ...

Cloud Platform | Discontinuing support for TLS version 1.0 and 1.1

Overview Transport Layer Security (TLS) is a security communications protocol that lets two computers, ...