Weekend Sale 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sale65best

Free Splunk SPLK-1002 Practice Exam with Questions & Answers | Set: 3

Questions 21

Which of the following searches show a valid use of a macro? (Choose all that apply.)

Options:
A.

index=main source=mySource oldField=* |’makeMyField(oldField)’| table _time newField

B.

index=main source=mySource oldField=* | stats if(‘makeMyField(oldField)’) | table _time newField

C.

index=main source=mySource oldField=* | eval newField=’makeMyField(oldField)’| table _time newField

D.

index=main source=mySource oldField=* | "’newField(‘makeMyField(oldField)’)’" | table _time newField

Splunk SPLK-1002 Premium Access
Questions 22

Which of the following statements describes the use of the Field Extractor (FX)?

Options:
A.

The Field Extractor automatically extracts all fields at search time.

B.

The Field Extractor uses PERL to extract fields from the raw events.

C.

Fields extracted using the Field Extractor persist as knowledge objects.

D.

Fields extracted using the Field Extractor do not persist and must be defined for each search.

Questions 23

Which of the following actions can the eval command perform?

Options:
A.

Remove fields from results.

B.

Create or replace an existing field.

C.

Group transactions by one or more fields.

D.

Save SPL commands to be reused in other searches.

Questions 24

Which type of visualization shows relationships between discrete values in three dimensions?

Options:
A.

Pie chart

B.

Line chart

C.

Bubble chart

D.

Scatter chart

Questions 25

Use this command to use lookup fields in a search and see the lookup fields in the field sidebar.

Options:
A.

inputlookup

B.

lookup

Questions 26

We can use the rename command to _____ (Select all that apply.)

Options:
A.

Change indexed fields

B.

Exclude fields from our search results

C.

Extract new fields from our data using regular expressions

D.

Give a field a new name at search time

Questions 27

Consider the following search:

index=web sourcetype=access_combined

The log shows several events that share the same JSESSIONID value (SD470K92802F117). View the events as a group.

From the following list, which search groups events by JSESSIONID?

Options:
A.

index=web sourcetype=access_combined | highlight JSESSIONID | search SD470K92802F117

B.

index=web sourcetype=access_combined | transaction JSESSIONID | search SD470K92802F117

C.

index=web sourcetype=access_combined SD470K92802F117 | table JSESSIONID

D.

index=web sourcetype=access_combined JSESSIONID

Questions 28

The Splunk Common Information Model (CIM) is a collection of what type of knowledge object?

Options:
A.

KV Store

B.

Lookups

C.

Saved searches

D.

Data models

Questions 29

Which of the following statements describes Search workflow actions?

Options:
A.

By default. Search workflow actions will run as a real-time search.

B.

Search workflow actions can be configured as scheduled searches,

C.

The user can define the time range of the search when created the workflow action.

D.

Search workflow actions cannot be configured with a search string that includes the transaction command

Questions 30

Tags can reference which of the following knowledge objects?

Options:
A.

Lookups and event types only.

B.

Extracted fields, field aliases, calculated fields, lookups, and event types.

C.

Tags cannot reference any of these knowledge objects because tags are the last knowledge objects generated in the search-time operation sequence.

D.

Extracted fields, calculated fields, and field aliases only.