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

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

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.

What application security best practices should be adhered to while developing an app for Splunk? (Select all that apply.)

A.

Review the OWASP Top Ten List.

B.

Store passwords in clear text in .conf files.

C.

Review the OWASP Secure Coding Practices Quick Reference Guide.

D.

Ensure that third-party libraries that the app depends on have no outstanding CVE vulnerabilities.

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.

When the search/jobs REST endpoint is called to execute a search, what can be done to reduce the results size in the results? (Select all that apply.)

A.

Use a generating search.

B.

Remove unneeded fields.

C.

Truncate the data, using selective functions.

D.

Summarize data, using analytic commands.

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

Data can be added to a KV store collection in which of the following format(s)?

A.

JSON

B.

JSON, XML

C.

JSON, XML, CSV

D.

JSON, XML, CSV, TXT

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

A.

Author

B.

Title

C.

Link

D.

Id

Which of the following are requirements for arguments sent to the data/indexes endpoint? (Select all that apply.)

A.

Be url-encoded.

B.

Specify the datatype.

C.

Include the bucket path.

D.

Include the name argument.

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

Which of the following are benefits from using Simple XML Extensions? (Select all that apply.)

A.

Add custom layouts.

B.

Add custom graphics.

C.

Add custom behaviors.

D.

Limit Splunk license consumption based on host.