When running the command shown below, what is the default path in which deploymentserver.conf is created? splunk set deploy-poll deployServer:port
When running the command shown below, what is the default path in which deploymentserver.conf is created? splunk set deploy-poll deployServer:port
When the command 'splunk set deploy-poll deployServer:port' is executed, it configures the deployment client to communicate with the deployment server. This command creates the deploymentclient.conf file, not deploymentserver.conf, in the SPLUNK_HOME/etc/system/local directory. This directory is used for local configuration changes.
question description has a mistake for deploymentclient.conf not depoymentserver.conf
True. Question should have been asking for the client conf since command has deploy poll in there which is normally configured in the client side. Answer should be D while question needs to be updated..
Answer should be B, but question is wrong, because the file created is "deploymentclient.conf"
B. SPLUNK_HOME/etc/system/local Data Admin course, page 101
In regards to deploymentclient.conf deploymentclient.conf for connecting to a deployment server. Configure the universal forwarder to connect to a deployment server From a shell or command prompt on the forwarder, run the command: ./splunk set deploy-poll <host name or ip address>:<management port> The forwarder writes configurations for forwarding data to outputs.conf in $SPLUNK_HOME/etc/system/local/). See Configure forwarding with outputs.conf, for information on outputs.conf. https://docs.splunk.com/Documentation/Forwarder/8.2.2/Forwarder/Configuretheuniversalforwarder
answer is b
B. SPLUNK_HOME/etc/system/local
Answer is B, deploymentclient.conf is created in /etc/system/local
Refer to here. By the way, there is no "depoymentserver.conf", only "deploymentclient.conf" https://docs.splunk.com/Documentation/Splunk/latest/Updating/Configuredeploymentclients
deploymentclient.conf si created, option B
Data Admin pg 108 Creates deploymentclient.conf in SPLUNK_HOME/etc/system/local
C is correct with assumption the question was for deploymentclient.conf
Sorry, I meant B is correct: etc/system/local
Despite the issue in the question, the response is C Data Admin - Slide 103
The answer is B not C. (etc/system/local)
https://docs.splunk.com/Documentation/Splunk/8.1.1/Updating/Definedeploymentclasses#Ways_to_define_server_classes "When you use forwarder management to create a new server class, it saves the server class definition in a copy of serverclass.conf under $SPLUNK_HOME/etc/system/local. If, instead of using forwarder management, you decide to directly edit serverclass.conf, it is recommended that you create the serverclass.conf file in that same directory, $SPLUNK_HOME/etc/system/local."