On search head cluster members, where in $splunk_home does the Splunk Deployer deploy app content by default?
Correct Answer: B
According to the Splunk documentation1, the Splunk Deployer deploys app content to the etc/slave-apps/ directory on the search head cluster members by default. This directory contains the apps that the deployer distributes to the members as part of the configuration bundle. The other options are false because:
* The etc/apps/ directory contains the apps that are installed locally on each member, not the apps that are distributed by the deployer2.
* The etc/shcluster/ directory contains the configuration files for the search head cluster, not the apps that are distributed by the deployer3.
* The etc/deploy-apps/ directory is not a valid Splunk directory, as it does not exist in the Splunk file system structure4.