Questions for the SPLK-2001 were updated on : Nov 16 ,2024
Page 1 out of 5. Viewing questions 1-15 out of 70
Question 1
Suppose the following query in a Simple XML dashboard returns a table including hyperlinks: <search> <query>index news sourcetype web_proxy | table sourcetype title link </query> </search> Which of the following is a valid dynamic drilldown element to allow a user of the dashboard to visit the hyperlinks contained in the link field?
A. <option name “link.openSearch.viewTarget">$row.link$</option>
B. <drilldown> <link target= blank">$$row.link$$</link> </drilldown>
C. <drilldown> <link target="_blank">$row.link|n$</link> </drilldown>
D. <drilldown> <link target _blank">http://localhost:8000/debug/refresh</link> </drilldown>
Answer:
A
User Votes:
A
50%
B
50%
C
50%
D
50%
Reference: https://docs.splunk.com/Documentation/Splunk/8.1.2/Viz/BuildandeditdashboardswithSimplifiedX ML
Discussions
0/ 1000
Question 2
When updating a knowledge object via REST, which of the following are valid values for the sharing Access Control List property?
After updating a dashboard in myApp, a Splunk admin moves myApp to a different Splunk instance. After logging in to the new instance, the dashboard is not seen. What could have happened? (Select all that apply.)
A. The dashboard’s permissions were set to private.
B. User role permissions are different on the new instance.
C. The admin deleted the myApp/local directory before packaging.
D. Changes were placed in: $SPLUNK_HOME/etc/apps/search/default/data/ui/nav
Assuming permissions are set appropriately, which REST endpoint path can be used by someone with a power user role to access information about mySearch, a saved search owned by someone with a user role?