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

Free Splunk SPLK-1004 Practice Exam with Questions & Answers

Questions 1

Which of the following elements sets a token value of sourcetype=access_combined?

Options:
A.

sourcetype=$click.value$

B.

prefix="sourcetype=">$click.value$

C.

sourcetype=$click.value$

D.

$click.value$

Splunk SPLK-1004 Premium Access
Questions 2

Which command calculates statistics on search results as each search result is returned?

Options:
A.

streamstats

B.

fieldsummary

C.

eventstats

D.

appendpipe

Questions 3

Which of the following is true about Log Event alerts?

Options:
A.

They must be used with other alert actions.

B.

They cannot use tokens to reference event fields.

C.

They require at least Power User role.

D.

They create new searchable events.

Questions 4

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

Options:
A.

| makeresults field="hello"

B.

| makeresults | fields="hello"

C.

| makeresults | eval field="hello"

D.

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

Questions 5

What is the function of the |s token filter?

Options:
A.

|s is not a valid token filter.

B.

To wrap a value in double quotes.

C.

To force no encoding to occur.

D.

To encode URL values.

Questions 6

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

Options:
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 ]

Questions 7

What type of drilldown passes a value from a user click into another dashboard or external page?

Options:
A.

Visualization

B.

Event

C.

Dynamic

D.

Contextual

Questions 8

Which of the following can be used to access external lookups?

Options:
A.

Perl and Python

B.

Python and Ruby

C.

Perl and binary executable

D.

Python and binary executable

Questions 9

When should summary indexing be used?

Options:
A.

For reports that run on small datasets over long time ranges.

B.

For reports that do not qualify for report or data model acceleration.

C.

For reports that run over short time ranges.

D.

For reports that run in Smart Mode.

Questions 10

Which of the following correctly uses mvfilter?

Options:
A.

mvfilter(isnotnull(X))

B.

mvfilter(x, isnotnull)

C.

where mvfilter(isnotnull(X))

D.

eval new_field=mvfilter(*)