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

A POST workflow action will pass which types of arguments to an external website?

A.

Clear text only.

B.

A mix of clear text strings and variables.

C.

It can only send raw event data.

D.

Variables only.

Which of the following search modes automatically returns all extracted fields in the fields sidebar?

A.

Fast

B.

Smart 

C.

C. Verbose

If there are fields in the data with values that are " " or empty but not null, which of the following would add a value?

A.

| eval notNULL = if(isnull (notNULL), “0” notNULL)

B.

| eval notNULL = if(isnull (notNULL), “0”

C.

| eval notNULL = “” | nullfill value=0 notNULL

D.

| eval notNULL = “” fillnull value=0 notNULL

Which workflow action type performs a secondary search?

A.

POST

B.

Drilldown

C.

GET

D.

Search

When performing a regex field extraction with the Field Extractor (FX), a data type must be chosen before a sample event can be selected. Which of the following data types are supported?

A.

index or source

B.

sourcetype or host

C.

index or sourcetype

D.

sourcetype or source

A calculated field is a shortcut for performing repetitive, long, or complex transformations using which of the following commands?

A.

transaction

B.

lookup

C.

stats

D.

eval

Two separate results tables are being combined using the |join command. The outer table has the following values:

Refer to following Tables

The line of SPL used to join the tables is: | join employeeNumber type=outer

How many rows are returned in the new table?

A.

Zero

B.

Five

C.

Eight

D.

Three

Which of the following definitions describes a macro named “samplemacro” that accepts two arguments?

A.

samplemacro(2)

B.

samplemacro(1,2)

C.

samplemacro[2]

D.

samplemacro[1,2]

Which option of the transaction command would be used to specify the maximum time between events in a transaction?

A.

maxpause

B.

maxspan

C.

duration

D.

 eventcount

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.