SPLK-2001 Splunk Certified Developer Exam Questions and Answers
Which of the following are valid request arguments for the REST search endpoints? (Select all that apply.)
Which of the following are ways to get a list of search jobs? (Select all that apply.)
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 >
How can hiding or showing a panel by clicking on a chart or a table on the same form be performed?
A user wants to add the token $token_name$ to a dashboard for use in a drilldown. Which token filter encodes URL values?
When output_mode is not used, which element of a feed is a human readable name for a returned entry?
When updating a knowledge object via REST, which of the following are valid values for the sharing Access Control List property?
Which of these URLs could be used to construct a REST request to search the employee KV store collection to find records with a rating greater than or equal to 2 and less than 5?
Searching “index=_internal metrics | head 3” from Splunk Web returned the following events:
04-12-2018 18:39:43.514 +0200 INFO Metrics – group=thruput, name=thruput, instantaneous_kbps=0.9651774014563425, instantaneous_eps=5.645638802094809, average_kbps=1.198995639527069, total_k_processed=2676, kb=29.91796875, ev=175, load_average=3.85888671875
04-12-2018 18:39:43.514 +0200 INFO Metrics – group_thruput, name_syslog_output, instantaneous_kbps=0, instantaneous_eps_0, average_kbps=0, total_k_processed=0, kb=0, ev=0
04-12-2018 18:39:43.513 +0200 INFO Metrics – group_thruput, name_index_thruput, instantaneous_kbps=0.9651773703189551, instantaneous_eps=4.87137960922438, average_kbps=1.1985932324065556, total_k_processed=2675, kb=29.91796875, ev=151
When the same search is required from a REST API call, which fields will be given? (Select all that apply.)
Which statements are true regarding HEC (HTTP Event Collector) tokens? (Select all that apply.)
When added to an app’s default.meta file, which of the following makes one of its views available to other apps?
Which of the following are security best practices for Splunk app development? (Select all that apply.)
A KV store collection can be associated with a namespace for which of the following users?
