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!

Data Preparation Made Easy: SPL2 for Edge Processor

By now, you may have heard the exciting news that Edge Processor, the easy-to-use Splunk data preparation tool ...

Introducing Edge Processor: Next Gen Data Transformation

We get it - not only can it take a lot of time, money and resources to get data into Splunk, but it also takes ...

Tips & Tricks When Using Ingest Actions

Tune in to learn about:Large scale architecture when using Ingest ActionsRegEx performance considerations ...