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

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

Questions 61

When should you use the transaction command instead of the scats command?

Options:
A.

When you need to group on multiple values.

B.

When duration is irrelevant in search results. .

C.

When you have over 1000 events in a transaction.

D.

When you need to group based on start and end constraints.

Splunk SPLK-1002 Premium Access
Questions 62

Consider the the following search run over a time range of last 7 days:

index=web sourcetype=access_conbined | timechart avg(bytes) by product_nane

Which option is used to change the default time span so that results are grouped into 12 hour intervals?

Options:
A.

span=12h

B.

timespan=12h

C.

span=12

D.

timespan=12

Questions 63

Which of the following statements describes an event type?

Options:
A.

A log level measurement: info, warn, error.

B.

A knowledge object that is applied before fields are extracted.

C.

A field for categorizing events based on a search string.

D.

Either a log, a metric, or a trace.

Questions 64

Which of these search strings is NOT valid:

Options:
A.

index=web status=50* | chart count over host, status

B.

index=web status=50* | chart count over host by status

C.

index=web status=50* | chart count by host, status

Questions 65

How could the following syntax for the chart command be rewritten to remove the OTHER category? (select all that apply)

SPLK-1002 Question 65

Options:
A.

| chart count over CurrentStanding by Action useother=f

B.

| chart count over CurrentStanding by Action usenull-f useother-t

C.

| chart count over CurrentStanding by Action limit=10 useother=f

D.

| chart count over CurrentStanding by Action limit-10

Questions 66

The eval command allows you to do which of the following? (Choose all that apply.)

Options:
A.

Format values

B.

Convert values

C.

Perform calculations

D.

Use conditional statements

Questions 67

Which statement is true?

Options:
A.

Pivot is used for creating datasets.

B.

Data model are randomly structured datasets.

C.

Pivot is used for creating reports and dashboards.

D.

In most cases, each Splunk user will create their own data model.

Questions 68

What happens when a user edits the regular expression (regex) field extraction generated in the Field Extractor (FX)?

Options:
A.

There is a limit to the number of fields that can be extracted.

B.

The user is unable to preview the extractions.

C.

The extraction is added at index time.

D.

The user is unable to return to the automatic field extraction workflow.

Questions 69

Which of the following expressions could be used to create a calculated field called gigabytes?

Options:
A.

eval sc_bytes(1024/1024)

B.

| eval negabytes=sc_bytes(1024/1024)

C.

megabytes=sc_bytes(1024/1024)

D.

sc_bytas(1024/1024)

Questions 70

Which method in the Field Extractor would extract the port number from the following event? |

10/20/2022 - 125.24.20.1 ++++ port 54 - user: admin <web error>

Options:
A.

Delimiter

B.

rex command

C.

The Field Extractor tool cannot extract regular expressions.

D.

Regular expression