Summer Special Limited Time 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 60certs

Splunk SPLK-2001 Dumps

Page: 1 / 5
Total 70 questions

Splunk Certified Developer Exam Questions and Answers

Question 1

Which items below are configured in inputs.conf? (Select all that apply.)

Options:

A.

A modular input written in Python.

B.

A file input monitoring a JSON file.

C.

A custom search command written in Python.

D.

An HTTP Event Collector as receiver of data from an app.

Question 2

When using the Splunk Web Framework to create a global search, which is the correct post-process syntax for the base search shown below?

var searchmain = new SearchManager{{ id: “base-search”,

search: “index= internal | head 10 | fields “*”, preview: true,

cache: true

}};

Options:

A.

var mypostproc1 = new PostProcessManager {{ id: “post1”,

managerid: “base-search”,

search: “| stats count by sourcetype”

}};

B.

var mypostproc1 = new PostProcessManager{{ id: “post1”,

managerid: “base”,

search: “| stats count by sourcetype”

}};

C.

var mypostproc1 = new PostProcess{{ id: “post1”,

managerid: “base-search”,

search: “| search stats count by sourcetype”

}};

D.

You cannot create global searches in the Splunk Web Framework.

Question 3

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.)

Options:

A.

_raw

B.

name

C.

sourcetype

D.

instantaneous_kbps

Question 4

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

sourcetype=$click.value|s$

Options:

A.

B.

C.

D.

Question 5

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

Options:

A.

App

B.

User

C.

Global

D.

Nobody

Question 6

What must be done when calling the service NS endpoint?

Options:

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.

Question 7

Which files within an app contain permissions information? (Select all that apply.)

Options:

A.

local/metadata.conf

B.

metadata/local.meta

C.

default/metadata.conf

D.

metadata/default.meta

Question 8

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.)

Options:

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

Question 9

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?

Options:

A.

/servicesNS/-/data/saved/searches/mySearch

B.

/servicesNS/object/saved/searches/mySearch

C.

/servicesNS/search/saved/searches/mySearch

D.

/servicesNS/-/search/saved/searches/mySearch

Question 10

Which of the following are characteristics of an add-on? (Select all that apply.)

Options:

A.

Requires navigation file.

B.

Occupies a unique namespace within Splunk.

C.

Can depend on add-ons for correct operation.

D.

Contains technology or components not intended for reuse by other apps.

Question 11

Which of the following log files contains logs that are most relevant to Splunk Web?

Options:

A.

audit.log

B.

metrics.log

C.

splunkd.log

D.

web_service.log

Question 12

Which of the following will unset a token named my_token?

Options:

A.

$my_token$

B.

C.

false

D.

disabled

Question 13

When output_mode is not used, which element of a feed is a human readable name for a returned entry?

Options:

A.

Author

B.

Title

C.

Link

D.

Id

Question 14

Which of the following is a customization option for the Open in Search panel link button?

Options:

A.

Display the refresh time.

B.

Show the Export Results button.

C.

Show link buttons at the bottom of a panel.

D.

Define an alternative search or target view to use.

Question 15

A KV store collection can be associated with a namespace for which of the following users?

Options:

A.

Nobody

B.

Users in the admin role.

C.

Users in the admin and power roles.

D.

Users in the admin, power, and splunk-system-user roles.

Question 16

For a KV store, a lookup stanza in the transforms.conf file must contain which of the following? (Select all that apply.)

Options:

A.

collection

B.

fields_list

C.

external_type

D.

internal_type

Question 17

Which of the following Simple XML elements configure panel link buttons? (Select all that apply.)

Options:

A.

<title>Open In Search

B.

C.

D.

Question 18

How can indexer acknowledgement be enabled for HTTP Event Collector (HEC)? (Select all that apply.)

Options:

A.

No need to do anything, it is turned on by default.

B.

When a REST request is sent to create a token, the property for indexer acknowledgment must be set to 1.

C.

When a new HEC token is created in Splunk Web, select the checkbox labeled “Enable indexer acknowledgment”.

D.

When the Global Settings for HEC are updated in Splunk Web, select the checkbox labeled “Enable indexer acknowledgement”.

Question 19

How can hiding or showing a panel by clicking on a chart or a table on the same form be performed?

Options:

A.

By using vent drilldown.

B.

By using workflow action.

C.

By using contextual drilldown.

D.

By using visualization drilldown.

Question 20

In a DELETE request, what would omitting the value of _key from the REST endpoint do?

Options:

A.

Clean the KV store, deleting all content.

B.

Produce the syntax error “Key value missing”.

C.

Cause all records in a collection to be deleted.

D.

Mean that the _key value must be passed as an argument.

Question 21

What predefined drilldown tokens are available specifically for trellis layouts? (Select all that apply.)

Options:

A.

trellis.Xaxis

B.

trellis.Yaxis

C.

trellis.name

D.

trellis.value

Page: 1 / 5
Total 70 questions