Labour Day Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: buysanta

Exact2Pass Menu

Question # 4

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?

A.

‘http://localhost:8089/servicesNS/nobody/search/storage/collections/data/ employees?query={$and:[{rating:{$gte:2}},{rating:{$lt:5}}]} &output_mode-json’

B.

‘http://localhost:8089/servicesNS/nobody/search/storage/collections/data/ employees?query={$and:[{rating:$gte:2}},{rating:{$lt:5}}]} &output_mode=json’

C.

‘http://localhost:8089/servicesNS/nobody/search/storage/collections/data/ employees?query={%22rating%22:{%22$gte%22:2}},{%22$and%22},{%22rating%22:{% 22$lt%22:5}}} &output_mode=json’

D.

‘http://localhost:8089/servicesNS/nobody/search/storage/collections/data/ employees?query={%22$and%22:[{%22rating%22:{%22$gte%22:2}},{%22rating%22:{% 22$lt%22:5}}]} &output_mode=json’

Full Access
Question # 5

The response message from a successful Splunk REST call includes an element. What is contained in an element?

A.

A dictionary of elements.

B.

Metadata encapsulating the element.

C.

A response code indicating success or failure.

D.

An individual element in an collection.

Full Access
Question # 6

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

A.

local/metadata.conf

B.

metadata/local.meta

C.

default/metadata.conf

D.

metadata/default.meta

Full Access
Question # 7

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

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.

Full Access
Question # 8

A user wants to add the token $token_name$ to a dashboard for use in a drilldown. Which token filter encodes URL values?

A.

$$token_name$$

B.

$token_name|h$

C.

$token_name|n$

D.

$token_name|u$

Full Access
Question # 9

How can event logs be collected from a remote Windows machine using a standard Splunk installation and no customization? (Select all that apply.)

A.

By configuring a WMI input.

B.

By using HTTP event collector.

C.

By using a Windows heavy forwarder.

D.

By using a Windows universal forwarder.

Full Access
Question # 10

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

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.

Full Access
Question # 11

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.

Full Access
Question # 12

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

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.

Full Access
Question # 13

Which of the following are types of event handlers? (Select all that apply.)

A.

Search

B.

Set token

C.

Form input

D.

Visualization

Full Access
Question # 14

Place content to set on page load inside which of the following Simple XML tags?

A.

B.

C.

D.

Full Access
Question # 15

Which of the following are true of auto-refresh for dashboard panels? (Select all that apply.)

A.

Applies to inline searches and saved searches.

B.

Enabling auto-refresh for a report requires editing XML.

C.

Post-processing searches are refreshed when their base searches are refreshed.

D.

Each post-processing search using the same base search can have a different refresh time.

Full Access
Question # 16

Which of the following statements describe one-shot searches? (Select all that apply.)

A.

Are always executed asynchronously.

B.

Can specify csv as an output format.

C.

Stream all results upon search completion.

D.

Can use autocancel to set a timeout limit.

Full Access
Question # 17

When using the Splunk REST API, which of the following containers is/are included in the Atom Feed response? (Select all that apply.)

A.

B.

C.

D.

Full Access
Question # 18

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

Full Access
Question # 19

Which HTTP Event Collector (HEC) endpoint should be used to collect data in the following format?

{“message”:“Hello World”, “foo”:“bar”, “pony”:“buttercup”}

A.

data/inputs/http/{name}

B.

services/collector/raw

C.

services/collector

D.

data/inputs/http

Full Access
Question # 20

Which of the following are ways to get a list of search jobs? (Select all that apply.)

A.

Access Activity > Jobs with Splunk Web.

B.

Use Splunk REST to query the /services/search/jobs endpoint.

C.

Use Splunk REST to query the /services/saved/searches endpoint.

D.

Use Splunk REST to query the /services/search/sid/results endpoint.

Full Access
Question # 21

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

A.

By using vent drilldown.

B.

By using workflow action.

C.

By using contextual drilldown.

D.

By using visualization drilldown.

Full Access