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

Splunk SPLK-1003 - Splunk Enterprise Certified Admin

Page: 2 / 7
Total 211 questions

Which authentication methods are natively supported within Splunk Enterprise? (select all that apply)

A.

LDAP

B.

SAML

C.

RADIUS

D.

Duo Multifactor Authentication

Data from a monitored file was accidentally indexed into Index B, but it should have been indexed into Index A. Which set of steps correctly fixes the issue and allows the data to be re-indexed into the correct index?

A.

Use the delete command to remove the data from the incorrect index, Index B.

Stop the indexer.

Run a rebuild command.

Restart the indexer.

B.

Adjust the appropriate .conf file to send the data to the correct index, Index A.

Use the delete command to remove the data from the incorrect index, Index B.

Stop the forwarder.

Run a rebuild command.

Restart the forwarder.

C.

Adjust the appropriate .conf file to send the data to the correct index, Index A.

Stop the indexer.

Run btprobe -d < fishbucket_path > --file < file_path > --reset.

Restart the indexer.

D.

Confirm that the data is being sent to the correct index, Index A.

Adjust the appropriate .conf file to send the data to the correct index.

Stop the forwarder.

Run btprobe -d < fishbucket_path > --file < file_path > --reset.

Restart the forwarder.

Use the delete command to make the previous incorrect events unsearchable from Index B.

Which Splunk component does a search head primarily communicate with?

A.

Indexer

B.

Forwarder

C.

Cluster master

D.

Deployment server

What configuration file are remote Windows Management Instrumentation inputs defined in?

A.

wmi_inputs.conf

B.

inputs.conf

C.

None, the inputs are defined outside of Splunk.

D.

wmi.conf

Which configuration accepts syslog data over UDP port 514 from all 10.x.x.x hosts except hosts in the 10.1.x.x network?

A.

[syslog://514]

proto = udp

acceptFrom = 10.1.0.0/16

B.

[syslog://514]

proto = udp

acceptFrom = 10.0.0.0/8

C.

[syslog://514]

proto = udp

acceptFrom = !10.1.0.0/16

acceptFrom = 10.0.0.0/8

D.

[syslog://514]

proto = udp

acceptFrom = !10.1.0.0/16, 10.0.0.0/8

How is data handled by Splunk during the input phase of the data ingestion process?

A.

Data is treated as streams.

B.

Data is broken up into events.

C.

Data is initially written to disk.

D.

Data is measured by the license meter.

Event processing occurs at which phase of the data pipeline?

A.

Search

B.

Indexing

C.

Parsing

D.

Input

Given a forwarder with the following outputs.conf configuration:

[tcpout : mypartner]

Server = 145.188.183.184:9097

[tcpout : hfbank]

server = inputsl . mysplunkhfs . corp : 9997 , inputs2 . mysplunkhfs . corp : 9997

Which of the following is a true statement?

A.

Data will continue to flow to hfbank if 145.1 ga. 183.184 : 9097 is unreachable.

B.

Data is not encrypted to mypartner because 145.188 .183.184 : 9097 is specified by IP.

C.

Data is encrypted to mypartner because 145.183.184 : 9097 is specified by IP.

D.

Data will eventually stop flowing everywhere if 145.188.183.184 : 9097 is unreachable.

When using license pools, volume allocations apply to which Splunk components?

A.

Indexers

B.

Indexes

C.

Heavy Forwarders

D.

Search Heads

Which setting allows the configuration of Splunk to allow events to span over more than one line?

A.

SHOULD_LINEMERGE = true

B.

BREAK_ONLY_BEFORE_DATE = true

C.

BREAK_ONLY_BEFORE = < REGEX pattern >

D.

SHOULD_LINEMERGE = false