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

Home > Splunk > Splunk Enterprise Certified Admin > SPLK-1003

SPLK-1003 Splunk Enterprise Certified Admin Question and Answers

Question # 4

What are the values forhostandindexfor[stanza1]used by Splunk during index time, given the following configuration files?

A.

host=server1index=unixinfo

B.

host=server1index=searchinfo

C.

host=searchsvr1index=searchinfo

D.

host=unixsvr1index=unixinfo

Full Access
Question # 5

You update a props. conf file while Splunk is running. You do not restart Splunk and you run this command: splunk btoo1 props list —debug. What will the output be?

A.

list of all the configurations on-disk that Splunk contains.

B.

A verbose list of all configurations as they were when splunkd started.

C.

A list of props. conf configurations as they are on-disk along with a file path from which the configuration is located

D.

A list of the current running props, conf configurations along with a file path from which the configuration was made

Full Access
Question # 6

A user is assigned two roles with the following search filters. What is the user ' s applied search filter?

A.

B.

B.

C.

C.

D.

D.

Full Access
Question # 7

An organization wants to collect Windows performance data from a set of clients, however, installing Splunk

software on these clients is not allowed. What option is available to collect this data in Splunk Enterprise?

A.

Use Local Windows host monitoring.

B.

Use Windows Remote Inputs with WMI.

C.

Use Local Windows network monitoring.

D.

Use an index with an Index Data Type of Metrics.

Full Access
Question # 8

Which of the following are available input methods when adding a file input in Splunk Web? (Choose all that

apply.)

A.

Index once.

B.

Monitor interval.

C.

On-demand monitor.

D.

Continuously monitor.

Full Access
Question # 9

In which phase do indexed extractions in props.conf occur?

A.

Inputs phase

B.

Parsing phase

C.

Indexing phase

D.

Searching phase

Full Access
Question # 10

A Universal Forwarder has the following active stanza in inputs . conf:

[monitor: //var/log]

disabled = O

host = 460352847

An event from this input has a timestamp of 10:55. What timezone will Splunk add to the event as part of indexing?

A.

Universal Coordinated Time.

B.

The timezone of the search head.

C.

The timezone of the indexer that indexed the event.

D.

The timezone of the forwarder.

Full Access
Question # 11

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.

Full Access
Question # 12

Which of the following authentication types requires scripting in Splunk?

A.

ADFS

B.

LDAP

C.

SAML

D.

RADIUS

Full Access
Question # 13

Which of the following are supported configuration methods to add inputs on a forwarder? (select all that apply)

A.

CLI

B.

Edit inputs . conf

C.

Edit forwarder.conf

D.

Forwarder Management

Full Access
Question # 14

In a customer managed Splunk Enterprise environment, what is the endpoint URI used to collect data?

A.

services/ collector

B.

services/ inputs ? raw

C.

services/ data/ collector

D.

data/ collector

Full Access
Question # 15

Where can scripts for scripted inputs reside on the host file system? (select all that apply)

A.

$SFLUNK_HOME/bin/scripts

B.

$SPLUNK_HOME/etc/apps/bin

C.

$SPLUNK_HOME/etc/system/bin

D.

$S?LUNK_HOME/etc/apps/ < your_app > /bin_

Full Access
Question # 16

When working with an indexer cluster, what changes with the global precedence when comparing to a standalone deployment?

A.

Nothing changes.

B.

The peer-apps local directory becomes the highest priority.

C.

The app local directories move to second in the priority list.

D.

The system default directory ' becomes the highest priority.

Full Access
Question # 17

UsingSEDCMDinprops.confallows raw data to be modified. With the given event below, which option will mask the first three digits of theAcctIDfield resulting output:[22/Oct/2018:15:50:21] VendorID=1234 Code=B AcctID=xxx5309

Event:

[22/Oct/2018:15:50:21] VendorID=1234 Code=B AcctID=xxx5309

A.

SEDCMD-1acct = s/VendorID=\d{3}(\d{4})/VendorID=xxx/g

B.

SEDCMD-xxxAcct = s/AcctID=\d{3}(\d{4})/AcctID=xxx/g

C.

SEDCMD-1acct = s/AcctID=\d{3}(\d{4})/AcctID=\1xxx/g

D.

SEDCMD-1acct = s/AcctID=\d{3}(\d{4})/AcctID=xxx\1/g

Full Access
Question # 18

Seven different network switches are sending traffic to a server hosting a Universal Forwarder . Three of the devices are sending TCP data and four of the devices are sending UDP data.

What is the minimum number of input stanzas that must be created on the Universal Forwarder to successfully capture data from all seven sources?

A.

One

B.

Seven

C.

Four

D.

Two

Full Access
Question # 19

In a customer managed Splunk Enterprise environment, what is the endpoint URI used to collect data?

A.

services/collector

B.

data/collector

C.

services/inputs?raw

D.

services/data/collector

Full Access
Question # 20

Which of the following is accurate regarding the input phase?

A.

Breaks data into events with timestamps.

B.

Applies event-level transformations.

C.

Fine-tunes metadata.

D.

Performs character encoding.

Full Access
Question # 21

What happens when there are conflicting settings within two or more configuration files?

A.

The setting is ignored until conflict is resolved.

B.

The setting for both values will be used together.

C.

The setting with the lowest precedence is used.

D.

The setting with the highest precedence is used.

Full Access
Question # 22

Which Splunk component would one use to perform line breaking prior to indexing?

A.

Heavy Forwarder

B.

Universal Forwarder

C.

Search head

D.

This can only be done at the indexing layer.

Full Access
Question # 23

When using a directory monitor input, specific source types can be selectively overridden using which configuration file?

A.

sourcetypes . conf

B.

trans forms . conf

C.

outputs . conf

D.

props . conf

Full Access
Question # 24

On the deployment server, administrators can map clients to server classes using client filters. Which of the

following statements is accurate?

A.

The blacklist takes precedence over the whitelist.

B.

The whitelist takes precedence over the blacklist.

C.

Wildcards are not supported in any client filters.

D.

Machine type filters are applied before the whitelist and blacklist.

Full Access
Question # 25

Which of the following is an acceptable channel value when using the HTTP Event Collector indexer acknowledgment capability?

A.

GUID

B.

DNS

C.

Hash Checksum

D.

IP Address

Full Access
Question # 26

Which parent directory contains the configuration files in Splunk?

A.

SSFLUNK_HOME/etc

B.

SSPLUNK_HOME/var

C.

SSPLUNK_HOME/conf

D.

SSPLUNK_HOME/default

Full Access
Question # 27

After how many warnings within a rolling 30-day period will a license violation occur with an enforced

Enterprise license?

A.

1

B.

3

C.

4

D.

5

Full Access
Question # 28

Which of the methods listed below supports muti-factor authentication?

A.

Lightweight Directory Access Protocol (LDAP)

B.

Security Assertion Markup Language (SAML)

C.

Single Sign-on (SSO)

D.

OpenlD

Full Access
Question # 29

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?

A.

90 days

B.

60 days

C.

7 days

D.

14 days

Full Access
Question # 30

What is the correct order of index time precedence?

(For each of the following, highest precedence is shown at the top and lowest precedence is shown at the bottom)

A.

B.

B.

C.

C.

D.

D.

Full Access
Question # 31

TheLINE_BREAKERattribute is configured in which configuration file?

A.

props.conf

B.

indexes.conf

C.

inpucs.conf

D.

transforms.conf

Full Access
Question # 32

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

A.

LDAP

B.

SAML

C.

RADIUS

D.

Duo Multifactor Authentication

Full Access
Question # 33

Which of the following describes a Splunk deployment server?

A.

A Splunk Forwarder that deploys data to multiple indexers.

B.

A Splunk app installed on a Splunk Enterprise server.

C.

A Splunk Enterprise server that distributes apps.

D.

A server that automates the deployment of Splunk Enterprise to remote servers.

Full Access
Question # 34

A Universal Forwarder is monitoring a very active syslog stream and as a result is unable to switch between destinations. How would an admin safely remediate this issue?

A.

Configure and enable the LINE_BREAKER on the forwarder.

B.

Configure useAck on the forwarder.

C.

Configure forceTimebasedAutoLB on the forwarder.

D.

Configure and enable the FVFNT BREAKER on the forwarder.

Full Access
Question # 35

Which of the following enables compression for universal forwarders in outputs. conf ?

A)

B)

C)

D)

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Full Access
Question # 36

What conf file needs to be edited to set up distributed search groups?

A.

props.conf

B.

search.conf

C.

distsearch.conf

D.

distibutedsearch.conf

Full Access
Question # 37

When restarting services, the Splunk Enterprise instance reports that there is a “typo in stanza.” Which Splunk command will help locate the error?

A.

btool diag

B.

btool repair

C.

btool validate

D.

btool check

Full Access
Question # 38

When running the command shown below, what is the default path in which deployment server. conf is created?

splunk set deploy-poll deployServer:port

A.

SFLUNK_HOME/etc/deployment

B.

SPLUNK_HOME/etc/system/local

C.

SPLUNK_HOME/etc/system/default

D.

SPLUNK_KOME/etc/apps/deployment

Full Access
Question # 39

Which is a valid stanza for a network input?

A.

[udp://172.16.10.1:9997]connection = dnssourcetype = dns

B.

[any://172.16.10.1:10001]connection_host = ipsourcetype = web

C.

[tcp://172.16.10.1:9997]connection_host = websourcetype = web

D.

[tcp://172.16.10.1:10001]connection_host = dnssourcetype = dns

Full Access
Question # 40

All search-time field extractions should be specified on which Splunk component?

A.

Deployment server

B.

Universal forwarder

C.

Indexer

D.

Search head

Full Access
Question # 41

What is a role in Splunk? (select all that apply)

A.

A classification that determines what capabilities a user has.

B.

A classification that determines if a Splunk server can remotely control another Splunk server.

C.

A classification that determines what functions a Splunk server controls.

D.

A classification that determines what indexes a user can search.

Full Access
Question # 42

Which of the following is a valid distributed search group?

A.

[distributedSearch:Paris] default = false servers = server1, server2

B.

[searchGroup:Paris] default = false servers = server1:8089, server2:8089

C.

[searchGroup:Paris] default = false servers = server1:9997, server2:9997

D.

[distributedSearch:Paris] default = false servers = server1 :8089; server2:8089

Full Access
Question # 43

Which of the following is true regarding LDAP integration with Splunk Enterprise?

A.

Having the change authentication capability will not allow setup of the LDAP integration.

B.

Mappings can be changed at any time if the user has the power role.

C.

A user cannot log in via LDAP unless they have an associated Splunk role.

D.

LDAP integration will not function unless all groups are mapped to an LDAP group.

Full Access
Question # 44

What options are available when creating custom roles? (select all that apply)

A.

Restrict search terms

B.

Whitelist search terms

C.

Limit the number of concurrent search jobs

D.

Allow or restrict indexes that can be searched.

Full Access
Question # 45

Which of the following are methods for adding inputs in Splunk? (select all that apply)

A.

CLI

B.

Splunk Web

C.

Editing inputs. conf

D.

Editing monitor. conf

Full Access
Question # 46

A request has been made to restrict lookup files up to 500 megabytes for replication . Anything larger should not be replicated . Which of the following parameters provides the correct control for this scenario?

A.

maxBundleSize

B.

maxMemoryBundleSize

C.

excludeReplicatedLookupSize

D.

includeReplicatedLookupSize

Full Access
Question # 47

In which phase of the index time process does the license metering occur?

A.

input phase

B.

Parsing phase

C.

Indexing phase

D.

Licensing phase

Full Access
Question # 48

Which of the following monitor inputs stanza headers would match all of the following files?

/var/log/www1/secure.log

/var/log/www/secure.l

/var/log/www/logs/secure.logs

/var/log/www2/secure.log

A.

[monitor:///var/log/.../secure.*

B.

[monitor:///var/log/www1/secure.*]

C.

[monitor:///var/log/www1/secure.log]

D.

[monitor:///var/log/www*/secure.*]

Full Access
Question # 49

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?

A.

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

B.

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

C.

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

D.

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

Full Access
Question # 50

How does the Monitoring Console monitor forwarders?

A.

By pulling internal logs from forwarders.

B.

By using the forwarder monitoring add-on

C.

With internal logs forwarded by forwarders.

D.

With internal logs forwarded by deployment server.

Full Access
Question # 51

User role inheritance allows what to be inherited from the parent role? (select all that apply)

A.

Parents

B.

Capabilities

C.

Index access

D.

Search history

Full Access
Question # 52

Which of the following is valid distribute search group?

A)

B)

C)

D)

A.

option A

B.

Option B

C.

Option C

D.

Option D

Full Access
Question # 53

Which pathway represents where a network input in Splunk might be found?

A.

$SPLUNK HOME/ etc/ apps/ ne two r k/ inputs.conf

B.

$SPLUNK HOME/ etc/ apps/ $appName/ local / inputs.conf

C.

$SPLUNK HOME/ system/ local /udp.conf

D.

$SPLUNK HOME/ var/lib/ splunk/$inputName/homePath/

Full Access
Question # 54

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?

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.

Full Access
Question # 55

Which options for Multifactor Authentication, also known as MFA, are available in Splunk Enterprise?

A.

Google Authenticator and Okta Verify

B.

LastPass and Microsoft Entra ID

C.

Ping Identity and CrowdStrike Falcon

D.

Duo Security and RSA Security

Full Access
Question # 56

A user recently installed an application to index NCINX access logs. After configuring the application, they realize that no data is being ingested. Which configuration file do they need to edit to ingest the access logs to ensure it remains unaffected after upgrade?

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Full Access
Question # 57

Which additional component is required for a search head cluster?

A.

Deployer

B.

Cluster Master

C.

Monitoring Console

D.

Management Console

Full Access
Question # 58

What is an example of a proper configuration for CHARSET within props.conf?

A.

[host: : server. splunk. com]CHARSET = BIG5

B.

[index: :main]CHARSET = BIG5

C.

[sourcetype: : son]CHARSET = BIG5

D.

[source: : /var/log/ splunk]CHARSET = BIG5

Full Access
Question # 59

What are the required stanza attributes when configuring the transforms. conf to manipulate or remove events?

A.

REGEX, DEST. FORMAT

B.

REGEX.SRC_KEY, FORMAT

C.

REGEX, DEST_KEY, FORMAT

D.

REGEX, DEST_KEY FORMATTING

Full Access
Question # 60

When would the following command be used?

A.

To verify ' the integrity of a local index.

B.

To verify the integrity of a SmartStore index.

C.

To verify the integrity of a SmartStore bucket.

D.

To verify the integrity of a local bucket.

Full Access
Question # 61

An index stores its data in buckets. Which default directories does Splunk use to store buckets? (Choose all that apply.)

A.

bucketdb

B.

frozendb

C.

colddb

D.

db

Full Access
Question # 62

For single line event sourcetypes. it is most efficient to set SHOULD_linemerge to what value?

A.

True

B.

False

C.

< regex string >

D.

Newline Character

Full Access
Question # 63

Which configuration files are used to transform raw data ingested by Splunk? (Choose all that apply.)

A.

props.conf

B.

inputs.conf

C.

rawdata.conf

D.

transforms.conf

Full Access