Deployment Architecture

Deployment client to Deployment server - config file

deepak02
Path Finder

Hi,

I want to know where the config files for connecting deployment client to deployment server is available. What is the path to the config files on the box?

Thanks,
Deepak

Tags (1)
0 Karma

woodcock
Esteemed Legend

On the Deployment Server:

$SPLUNK_HOME/etc/system/local/serverclass.conf

which could BUT SHOULD NOT also exist other places.
On the Deployment Clients:

$SPLUNK_HOME/etc/system/local/deploymentclient.conf

which if you have a really good PS guy, will NOT exist there (the file will be elsewhere) but most architectures have it there.

somesoni2
Revered Legend

The file name is deploymentclient.conf and it can be available at location $Splunk_Home/etc/system/local OR $Splunk_Home/etc/apps/ directory. It will depend how the client was configured. Best way would to run following btool command see where all you've deploymentclient.conf file and which file contains attribute targetUri

$Splunk_Home/bin/splunk cmd btool deploymentclient list --debug | grep targetUri
0 Karma
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...