Deployment Architecture

Disable Phonehome to Deployment Server

hagjos43
Contributor

We installed the forwarders looking for a deployment server and typed in the splunk server hostname. We actually did not want this and I"m not sure why we even did this. Anyways we would like to disable the phone home bit from each client with an installed forwarder, where/how do I go about doing this? I imagine it's a one-line change.

Thanks!

Tags (1)
0 Karma

lspringer
Path Finder

disabled = True

In the deploymentclient.conf file on the fowarder should stop it from connecting.

0 Karma

sowings
Splunk Employee
Splunk Employee

Note that you could probably safely remove the deploymentclient.conf if you don't want any of this functionality. The installer (on Windows) creates this file from scratch with data you provide during the install wizard.

0 Karma

lspringer
Path Finder

Create a deploymentclient.conf in the $SPLUNK_HOME/etc/system/local/ on that Splunk forwarder instance with the following content and restart the forwarder:

[deployment-client]
disabled = true

0 Karma

hagjos43
Contributor

Thanks for responding, however we cannot find the filename "deploymentclient.conf" What's the path to the file?

Thanks!

0 Karma

lspringer
Path Finder
0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...