Weekend Sale - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sntaclus

What arguments are required when using the spath command?

A.

input, output, index

B.

input, output path

C.

No arguments are required.

D.

field, host, source

Which of the following are predefined tokens?

A.

$earliest_tok$and$now$

B.

?click.field?and?click.value?

C.

?earliest_tok$and?latest_tok?

D.

?click.name?and?click.value?

Which SPL command converts the hour into a user's local time based upon the user's time zone preference setting?

A.

time(_time, "%H")

B.

local_time(_time, "%H")

C.

relative_time(_time, "%H")

D.

strftime(_time, "%H")

Which element attribute is required for event annotation?

A.

B.

C.

D.

What XML element is used to pass multiple fields into another dashboard using a dynamic drilldown?

A.

B.

C.

D.

What does using the tstats command with summariesonly=false do?

A.

Returns results from only non-summarized data.

B.

Returns results from both summarized and non-summarized data.

C.

Prevents the use of wildcard characters in aggregate functions.

D.

Returns no results.

Which of the following functions' primary purpose is to convert epoch time to a string format?

A.

tostring

B.

strptime

C.

tonumber

D.

strftime

What is the value of base lispy in the Search Job Inspector for the search index=sales clientip=170.192.178.10?

A.

[ index::sales AND 192 AND 10 AND 178 AND 170 ]

B.

[ index::sales AND 469 10 702 390 ]

C.

[ 192 AND 10 AND 178 AND 170 index::sales ]

D.

[ AND 10 170 178 192 index::sales ]

What order of incoming events must be supplied to the transaction command to ensure correct results?

A.

Reverse lexicographical order

B.

Ascending lexicographical order

C.

Ascending chronological order

D.

Reverse chronological order

How can the erex and rex commands be used in conjunction to extract fields?

A.

The regex generated by the erex command can be edited and used with the rex command in a subsequent search.

B.

The regex generated by the rex command can be edited and used with the erex command in a subsequent search.

C.

The regex generated by the erex command can be edited and used with the erex command in a subsequent search.

D.

The erex and rex commands cannot be used in conjunction under any circumstances.