Q5
Multiple choice
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
<nav search_view="search" color="#65A637"> <view name="search" default=`true' /> <view name="datasets" /> <view name="reports" /> <view name="dashboards" /> </nav>
$SPLUNK_HOME/etc/apps/app_name/local/data/ui/nav/default/xml
<nav search_view="search" color="#65A637"> <view name="search" default=`true' /> <view name="datasets" /> <view name="dashboards" /> </nav>
Select all that apply.