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

For choropleth maps,splunk ships with the following KMZ files (select all that apply)

A.

States of the United States

B.

States and provinces of the united states and Canada

C.

Countries of the European Union

D.

Countries of the World

In most large Splunk environments, what is the most efficient command that can be used to group events by fields/

A.

join

B.

stats

C.

streamstats

D.

transaction

Which of the following statements would help a user choose between the transaction and stats commands?

A.

state can only group events using IP addresses.

B.

The transaction command is faster and more efficient.

C.

There is a 1000 event limitation with the transaction command.

D.

Use state when the events need to be viewed as a single event.

Given the following eval statement:

... | eval field1 = if(isnotnull(field1),field1,0), field2 = if(isnull(field2), "NO-VALUE", field2)

Which of the following is the equivalent using fillnull?

A.

... | fillnull values=(0,"NO-VALUE") fields=(field1,field2)

B.

There is no equivalent expression using fillnull

C.

... | fillnull field1 | fillnull value="NO-VALUE" field2

D.

... | fillnull value=0 field1 | fillnull field2

Clicking a SEGMENT on a chart, ________.

A.

drills down for that value

B.

highlights the field value across the chart

C.

adds the highlighted value to the search criteria

What is the Splunk Common Information Model (CIM)?

A.

The CIM is a prerequisite that any data source must meet to be successfully onboarded into Splunk.

B.

The CIM provides a methodology to normalize data from different sources and source types.

C.

The CIM defines an ecosystem of apps that can be fully supported by Splunk.

D.

The CIM is a data exchange initiative between software vendors.

Which of the following statements is true about the root dataset of a data model?

A.

It can contain transforming commands as long as it is a root search dataset.

B.

It will automatically contain knowledge objects associated with the base search.

C.

It must contain the transaction command if it is a root transaction dataset.

D.

It can only contain a base search with no transforming commands.

A user wants to create a workflow action that will retrieve a specific field value from an event and run a search in a new browser window

in the user's Splunk instance. What kind of workflow action should they create?

A.

A Run workflow action, because the user is running a new search with a specific field value from an event returned in the user's search.

B.

A Search workflow action, because the user is running a new search with a specific field value from an event returned in the user's search.

C.

A POST workflow action, because the search is being sent to the user's current Splunk instance.

D.

A GET workflow action, because a field value needs to be retrieved from the events returned in the user's search.

When a search returns __________, you can view the results as a list.

A.

a list of events

B.

transactions

C.

statistical values

A data model consists of which three types of datasets?

A.

Constraint, field, value.

B.

Events, searches, transactions.

C.

Field extraction, regex, delimited.

D.

Transaction, session ID, metadata.