Splunk SPLK-2001 - Splunk Certified Developer Exam
Suppose the following query in a Simple XML dashboard returns a table including hyperlinks:
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?
Using Splunk Web to modify config settings for a shared object, a revised config file with those changes is placed in which directory?
When updating a knowledge object via REST, which of the following are valid values for the sharing Access Control List property?
Consider the following Python code snippet used in a Splunk add-on:
if not os.path.exists(full_path): self.doAction(full_path, header) else: f = open (full_path) oldORnew = f.readline().split(“,â€) f.close()
An attacker could create a denial of service by causing an error in either the open() or readline()
commands. What type of vulnerability is this?
Which of the following are valid parent elements for the event action shown below? (Select all that apply.)
Which of the following are reserved field names in a KV Store? (Select all that apply.)
Which event handler uses the
What must be done when calling the service NS endpoint?
Log files related to Splunk REST calls can be found in which indexes? (Select all that apply.)
Which of the following endpoints is used to authenticate with the Splunk REST API?