Valid SPLK-2001 Dumps shared by ExamDiscuss.com for Helping Passing SPLK-2001 Exam! ExamDiscuss.com now offer the newest SPLK-2001 exam dumps, the ExamDiscuss.com SPLK-2001 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com SPLK-2001 dumps with Test Engine here:
A fellow Splunk administrator is reviewing an app that has been downloaded from splunkbase and deployed in an organization. The admin has e-mailed the following configuration snippet with a brief note that says "fix the permissions". In what configuration file should the snippet be placed? [] access = read : [ * ], write : [ admin ] export - system (Assume that $APP_HOME refers to the path that the app is installed, e.g. $SPLUNK_HOME/etc/apps/<app name>)
Correct Answer: C
Explanation The correct answer is C, because the snippet should be placed in the $APP_HOME/metadata/local.meta file. This file contains the app-level permissions for the app, such as who can read and write to the app, and whether the app is visible to all users or only to the app owner. The $APP_HOME/default/app.conf file contains the app-level settings, such as the app name, description, version, and dependencies. The $APP_HOME/local/default.meta file does not exist, and the $SPLUNK_HOME/etc/system/local/server.conf file contains the server-level settings, such as the hostname, port, SSL, and clustering.