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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...