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

Free Splunk SPLK-2001 Practice Exam with Questions & Answers | Set: 2

Questions 11

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

Splunk SPLK-2001 Premium Access
Questions 12

Which statements are true regarding HEC (HTTP Event Collector) tokens? (Select all that apply.)

Options:
A.

Multiple tokens can be created for use with different sourcetypes and indexes.

B.

The edit token http admin role capability is required to create a token.

C.

To create a token, send a POST request to services/collector endpoint.

D.

Tokens can be edited using the data/inputs/http/{tokenName} endpoint.

Questions 13

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.

Questions 14

Given a dashboard with a Simple XML extension in myApp, what is the XML reference for the file myJS.js located in myOtherApp in the location shown below?

$SPLUNK_HOME/etc/apps/myOtherApp/appserver/static/javascript/

Options:
A.

B.

C.

D.

Questions 15

Which of the following is true of a namespace?

Options:
A.

The namespace is a type of token filter.

B.

The namespace includes an app attribute which cannot be a wildcard.

C.

The namespace filters the knowledge objects returned by the REST API.

D.

The namespace does not filter knowledge objects returned by the REST API.

Questions 16

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.

Questions 17

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.

Questions 18

Which of the following is an example of a Splunk KV store use case? (Select all that apply.)

Options:
A.

Stores checkpoint data for modular inputs.

B.

Tracks workflow in an incident-review system.

C.

Indexes metrics data from remote HTTP sources.

D.

Stores application state as a user interacts with an app.

Questions 19

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.

Questions 20

A dashboard is taking too long to load. Several searches start with the same SPL. How can the searches be optimized in this dashboard? (Select all that apply.)

Options:
A.

Convert searches to include NOT expressions.

B.

Restrict the time range of the search as much as possible.

C.

Replace | stats command with | transaction command wherever possible.

D.

Convert the common SPL into a Global Search and convert the other searches to post-processing searches.