SPLK-2001 Exam QuestionsBrowse all questions from this exam

SPLK-2001 Exam - Question 22


Given the following two files defining app navigation, which navigation options will be displayed to the end user? (Select all that apply.)

$SPLUNK_HOME/etc/apps/app_name/default/data/ui/nav/default.xml

$SPLUNK_HOME/etc/apps/app_name/local/data/ui/nav/default/xml

Show Answer
Correct Answer: ACD

Given the two files defining the app navigation, options from the second file, located in the 'local' directory, will take precedence over those in the 'default' directory. The navigation options defined in the local file are 'search', 'datasets', and 'dashboards'. Therefore, the end user will see these three options displayed.

Discussion

4 comments
Sign in to comment
New_userOptions: ACD
Jul 18, 2021

Answer is ACD. Files in the "local" folder have precendance over ones in the "default"

New_user
Jul 18, 2021

Of course, if name of the second file is "default.xml"

qtygbapjpesdayazko
Aug 30, 2023

This is the way

guilhermecervo
Nov 20, 2022

Since the local directory is wrong, I'm going with ABCD.

shabamichaelOptions: ACD
Apr 18, 2023

Answer is ACD. is the correct answer, in Splunk, the default.xml takes precedence and does not merge the content of files as in .config files

shabamichael
Aug 6, 2023

To correct my previous ans, The correct ans is ABCD This is because file path $SPLUNK_HOME/etc/apps/app_name/local/data/ui/nav/default/xml doesnt exist in splunk