Summer Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: ecus65

Splunk SPLK-2001 - Splunk Certified Developer Exam

Page: 1 / 3
Total 70 questions

Suppose the following query in a Simple XML dashboard returns a table including hyperlinks:

index news sourcetype web_proxy | table sourcetype title link

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.

B.

$$row.link$$

C.

$row.link|n$

D.

http://localhost:8000/debug/refresh

Using Splunk Web to modify config settings for a shared object, a revised config file with those changes is placed in which directory?

A.

$SPLUNK_HOME/etc/apps/myApp/local

B.

$SPLUNK_HOME/etc/system/default/

C.

$SPLUNK_HOME/etc/system/local

D.

$SPLUNK_HOME/etc/apps/myApp/default

When updating a knowledge object via REST, which of the following are valid values for the sharing Access Control List property?

A.

App

B.

User

C.

Global

D.

Nobody

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?

A.

CWE-693: Protection Mechanism Failure

B.

CWE-562: Return of Stack Variable Address

C.

CWE-404: Improper Resource Shutdown or Release

D.

CWE-636: Not Failing Securely (‘Failing Open’)

Which of the following are valid parent elements for the event action shown below? (Select all that apply.)

sourcetype=$click.value|s$

A.

B.

C.

D.

Which of the following are reserved field names in a KV Store? (Select all that apply.)

A.

_key

B.

_time

C.

_user

D.

_source

Which event handler uses the element to support pan and zoom functionality?

A.

Visualization event handler

B.

Form input event handler

C.

Condition event handler

D.

Search event handler

What must be done when calling the service NS endpoint?

A.

Authenticate with an admin user.

B.

Specify the user and app context in the URI.

C.

Authenticate with the user of the required context.

D.

Pass the user and app context in the request payload.

Log files related to Splunk REST calls can be found in which indexes? (Select all that apply.)

A.

_audit

B.

_internal

C.

_thefishbucket

D.

_blocksignature

Which of the following endpoints is used to authenticate with the Splunk REST API?

A.

/services/auth/login

B.

/services/session/login

C.

/services/auth/session/login

D.

/servicesNS/authentication/login