Splunk Core Certified Advanced Power User — Question 134
Which of the following methods will connect a deployment client to a deployment server? (Choose all that apply.)
Answer options
- A. Create and edit a deploymentserver.conf file in $SPLUNK_HOME/erc/system/local on the deployment server.
- B. Run $SPLUNK_HOME/bin/splunk set deploy-poll : from the command line of the deployment server.
- C. Create and edit a deploymentclient.conf file in $SPLUNK_HOME/etc/system/local on the deployment client.
- D. Run $SPLUNK_HOME/bin/splunk set deploy-poll : from the command line of the deployment client.
Correct answer: D
Explanation
The correct answer is D because the command to set the deploy-poll is executed on the deployment client, allowing it to connect to the deployment server. Options A and B are incorrect because they pertain to configuration on the deployment server and do not initiate a connection from the client. Option C is also incorrect as it involves configuration on the client but does not establish the connection itself.