New Year Sale - Special 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 70dumps

SPLK-1004 Questions and Answers

Question # 6

Which of the following fields are provided by the fieldsummary command? (Select all that apply)

A.

count

B.

stdev

C.

mean

D.

dc

Full Access
Question # 7

Where can wildcards be used in the tstats command?

A.

No wildcards can be used with tstats.

B.

In the where clause.

C.

In the from clause.

D.

In the by clause.

Full Access
Question # 8

What is the result of the xyseries command?

A.

To transform single series output into a multi-series output.

B.

To transform a stats-like output into chart-like output.

C.

To transform a multi-series output into single series output.

D.

To transform a chart-like output into a stats-like output.

Full Access
Question # 9

Which of the following would exclude all entries contained in the lookup file baditems.csv from search results?

A.

NOT [inputlookup baditems.csv]

B.

NOT (lookup baditems.csv OUTPUT item)

C.

WHERE item NOT IN (baditems.csv)

D.

[NOT inputlookup baditems.csv]

Full Access
Question # 10

Which stats function is used to return a sorted list of unique field values?

A.

values

B.

sum

C.

count

D.

list

Full Access
Question # 11

How can the inspect button be disabled on a dashboard panel?

A.

Set inspect.link.disabled to 1

B.

Set link.inspect.visible to 0

C.

Set link.inspectSearch.visible to 0

D.

Set link.search.disabled to 1

Full Access
Question # 12

Which statement about the coalesce function is accurate?

A.

It can take only a single argument.

B.

It can take a maximum of two arguments.

C.

It can be used to create a new field in the results set.

D.

It can return null or non-null values.

Full Access
Question # 13

What are the four types of event actions?

A.

stats, target, set, and unset

B.

stats, target, change, and clear

C.

eval, link, change, and clear

D.

eval, link, set, and unset

Full Access
Question # 14

When running a search, which Splunk component retrieves the individual results?

A.

Indexer

B.

Search head

C.

Universal forwarder

D.

Master node

Full Access
Question # 15

What command is used to compute and write summary statistics to a new field in the event results?

A.

tstats

B.

stats

C.

eventstats

D.

transaction

Full Access
Question # 16

What is a performance improvement technique unique to dashboards?

A.

Using stats instead of transaction

B.

Using global searches

C.

Using report acceleration

D.

Using data model acceleration

Full Access
Question # 17

Which of the following is accurate about cascading inputs?

A.

They can be reset by an event handler.

B.

The final input has no impact on previous inputs.

C.

Only the final input of the sequence can supply a token to searches.

D.

Inputs added to panels cannot participate.

Full Access
Question # 18

Which field is required for an event annotation?

A.

annotation_category

B.

_time

C.

eventtype

D.

annotation_label

Full Access
Question # 19

Which is a regex best practice?

A.

Use complex expressions rather than simple ones.

B.

Avoid backtracking.

C.

Use greedy operators (.*) instead of non-greedy operators (.*?).

D.

Use * rather than +.

Full Access
Question # 20

Which search generates a field with a value of "hello"?

A.

| makeresults field="hello"

B.

| makeresults | fields="hello"

C.

| makeresults | eval field="hello"

D.

| makeresults | eval field=make{"hello"}

Full Access
Question # 21

What is an example of the simple XML syntax for a base search and its post-process search?

A.

,

B.

,

C.

,

D.

,

Full Access