Month End Sale Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: xmas50

Splunk SPLK-1002 - Splunk Core Certified Power User Exam

Page: 6 / 10
Total 306 questions

What does the fillnull command replace null values with, it the value argument is not specified?

A.

0

B.

N/A

C.

NaN

D.

NULL

Which of the following file formats can be extracted using a delimiter field extraction?

A.

CSV

B.

PDF

C.

XML

D.

JSON

When performing a regular expression (regex) field extraction using the Field Extractor (FX), what happens when the require option is used?

A.

The regex can no longer be edited.

B.

The field being extracted will be required for all future events.

C.

The events without the required field will not display in searches.

D.

Only events with the required string will be included in the extraction.

How are event types different from saved reports?

A.

Event types cannot be used to organize data into categories.

B.

Event types include formatting of the search results.

C.

Event types can be shared with Splunk users and added to dashboards.

D.

Event types do not include a time range.

Which of these is NOT a field that is automatically created with the transaction command?

A.

maxcount

B.

duration

C.

eventcount

Which of the following eval commands will provide a new value for host from src if it exists?

A.

| eval host = if (isnu11 (src), src, host)

B.

| eval host = if (NOT src = host, src, host)

C.

| eval host = if (src = host, src, host)

D.

| eval host = if (isnotnull (src), src, host)

How is a Search Workflow Action configured to run at the same time range as the original search?

A.

Select the "Overwrite time range with the original search" checkbox.

B.

Select the "Use the same time range as the search that created the field listing" checkbox.

C.

Set the earliest time to match the original search.

D.

Select the same time range from the time-range picker.

What other syntax will produce exactly the same results as | chart count over vendor_action by user?

A.

| chart count by vendor_action, user

B.

| chart count over vendor_action, user

C.

| chart count by vendor_action over user

D.

| chart count over user by vendor_action

The Field Extractor (FX) is used to extract a custom field. A report can be created using this custom field. The created report can then be shared with other people in the organization. If another person in the organization runs the shared report and no results are returned, why might this be? (select all that apply)

A.

Fast mode is enabled.

B.

The dashboard is private.

C.

The extraction is private-

D.

The person in the organization running the report does not have access to the index.

Which command is used to create choropleth maps?

A.

geostats

B.

cluster

C.

geom