Summer Special 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: bestdeal

Free Splunk SPLK-1003 Practice Exam with Questions & Answers

Questions 1

Which Splunk component does a search head primarily communicate with?

Options:
A.

Indexer

B.

Forwarder

C.

Cluster master

D.

Deployment server

Splunk SPLK-1003 Premium Access
Questions 2

The Splunk administrator wants to ensure data is distributed evenly amongst the indexers. To do this, he runs

the following search over the last 24 hours:

index=*

What field can the administrator check to see the data distribution?

Options:
A.

host

B.

index

C.

linecount

D.

splunk_server

Questions 3

When enabling data integrity control, where does Splunk Enterprise store the hash files for each bucket?

Options:
A.

Splunk Enterprise stores hash files in the logdata directory of the corresponding bucket.

B.

Splunk Enterprise stores hash files in the rawdata directory of the corresponding bucket.

C.

Splunk Enterprise stores hash files in the hashdata directory of the corresponding bucket.

D.

Splunk Enterprise stores hash files in the metadata directory of the corresponding bucket.

Questions 4

A Universal Forwarder is collecting two separate sources of data (A,B). Source A is being routed through a Heavy Forwarder and then to an indexer. Source B is being routed directly to the indexer. Both sets of data require the masking of raw text strings before being written to disk. What does the administrator need to do to

ensure that the masking takes place successfully?

Options:
A.

Make sure that props . conf and transforms . conf are both present on the in-dexer and the search head.

B.

For source A, make sure that props . conf is in place on the indexer; and for source B, make sure transforms . conf is present on the Heavy Forwarder.

C.

Make sure that props . conf and transforms . conf are both present on the Universal Forwarder.

D.

Place both props . conf and transforms . conf on the Heavy Forwarder for source A, and place both props . conf and transforms . conf on the indexer for source B.

Questions 5

Social Security Numbers (PII) data is found in log events, which is against company policy. SSN format is as

follows: 123-44-5678.

Which configuration file and stanza pair will mask possible SSNs in the log events?

Options:
A.

props.conf[mask-SSN]REX = (?ms)^(.)\<[SSN>\d{3}-?\d{2}-?(\d{4}.*)$"FORMAT = $1###-##-$2KEY = _raw

B.

props.conf[mask-SSN]REGEX = (?ms)^(.)\<[SSN>\d{3}-?\d{2}-?(\d{4}.*)$"FORMAT = $1###-##-$2DEST_KEY = _raw

C.

transforms.conf[mask-SSN]REX = (?ms)^(.)\<[SSN>\d{3}-?\d{2}-?(\d{4}.*)$"FORMAT = $1###-##-$2DEST_KEY = _raw

D.

transforms.conf[mask-SSN]REGEX = (?ms)^(.)\<[SSN>\d{3}-?\d{2}-?(\d{4}.*)$"FORMAT = $1###-##-$2DEST_KEY = _raw

Questions 6

What type of data is counted against the Enterprise license at a fixed 150 bytes per event?

Options:
A.

License data

B.

Metricsdata

C.

Internal Splunk data

D.

Internal Windows logs

Questions 7

If an update is made to an attribute in inputs.conf on a universal forwarder, on which Splunk component

would the fishbucket need to be reset in order to reindex the data?

Options:
A.

Indexer

B.

Forwarder

C.

Search head

D.

Deployment server

Questions 8

After an Enterprise Trial license expires, it will automatically convert to a Free license. How many days is an Enterprise Trial license valid before this conversion occurs?

Options:
A.

90 days

B.

60 days

C.

7 days

D.

14 days

Questions 9

Which data pipeline phase is the last opportunity for defining event boundaries?

Options:
A.

Input phase

B.

Indexing phase

C.

Parsing phase

D.

Search phase

Questions 10

Which of the following apply to how distributed search works? (select all that apply)

Options:
A.

The search head dispatches searches to the peers

B.

The search peers pull the data from the forwarders.

C.

Peers run searches in parallel and return their portion of results.

D.

The search head consolidates the individual results and prepares reports