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

SPLK-1003 Questions and Answers

Question # 6

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 # 7

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

Full Access
Question # 8

Which of the following is an appropriate description of a deployment server in a non-cluster environment?

A.

Allows management of local Splunk instances, requires Enterprise license, handles job of sending configurations packaged as apps. can automatically restart remote Splunk instances.

B.

Allows management of remote Splunk instances, requires Enterprise license, handles job of sending configurations, can automatically restart remote Splunk instances.

C.

Allows management of remote Splunk instances, requires no license, handles job of sending configurations, can automatically restart remote Splunk instances.

D.

Allows management of remote Splunk instances, requires Enterprise license, handles job of sending configurations, can manually restart remote Splunk instances.

Full Access
Question # 9

Event processing occurs at which phase of the data pipeline?

A.

Search

B.

Indexing

C.

Parsing

D.

Input

Full Access
Question # 10

Which forwarder type can parse data prior to forwarding?

A.

Universal forwarder

B.

Heaviest forwarder

C.

Hyper forwarder

D.

Heavy forwarder

Full Access
Question # 11

What action is required to enable forwarder management in Splunk Web?

A.

Navigate to Settings > Server Settings > General Settings, and set an App server port.

B.

Navigate to Settings > Forwarding and receiving, and click on Enable Forwarding.

C.

Create a server class and map it to a client inSPLUNK_HOME/etc/system/local/serverclass.conf.

D.

Place an app in theSPLUNK_HOME/etc/deployment-appsdirectory of the deployment server.

Full Access
Question # 12

Which additional component is required for a search head cluster?

A.

Deployer

B.

Cluster Master

C.

Monitoring Console

D.

Management Console

Full Access
Question # 13

Amanda is tasked with hiding the first 5 digits of the account number in the following log and replacing them with xxxxx.

Example events:

[22/Oct/2014:00:46:27] VendorID=9112 Code=B AcctID=4902636940

[22/Oct/2014:00:48:40] VendorID=1004 Code=J AcctID=4236256056

[22/Oct/2014:00:50:02] VendorID=5034 Code=H AcctID=0462999288

Which props.conf configuration would achieve this goal?

A.

[source::.../vendor_sales.log]

TRANSFORMS-acct = s/AcctID=\d{5}(\d{5})/AcctID=xxxxx\1/g

B.

[source::.../vendor_sales.log]

REPLACE-acct = s/AcctID=\d{5}(\d{5})/AcctID=xxxxx\1/g

C.

[source::.../vendor_sales.log]

SEDCMD-acct = s/AcctID=\d{5}(\d{5})/AcctID=xxxxx\1/g

D.

[source::.../vendor_sales.log]

SED-acct = s/AcctID=\d{5}(\d{5})/AcctID=xxxxx\1/g

Full Access
Question # 14

When Splunk is integrated with LDAP, which attribute can be changed in the Splunk UI for an LDAP user?

A.

Default app

B.

LDAP group

C.

Password

D.

Username

Full Access
Question # 15

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

A.

props.conf

B.

sourcetypes.conf

C.

transforms.conf

D.

outputs.conf

Full Access
Question # 16

Which Splunk component does a search head primarily communicate with?

A.

Indexer

B.

Forwarder

C.

Cluster master

D.

Deployment server

Full Access
Question # 17

Which feature of Splunk’s role configuration can be used to aggregate multiple roles intended for groups of

users?

A.

Linked roles

B.

Grantable roles

C.

Role federation

D.

Role inheritance

Full Access
Question # 18

The following stanzas in inputs. conf are currently being used by a deployment client:

[udp: //145.175.118.177:1001

Connection_host = dns

sourcetype = syslog

Which of the following statements is true of data that is received via this input?

A.

If Splunk is restarted, data will be queued and then sent when Splunk has restarted.

B.

Local firewall ports do not need to be opened on the deployment client since the port is defined in inputs.conf.

C.

The host value associated with data received will be the IP address that sent the data.

D.

If Splunk is restarted, data may be lost.

Full Access
Question # 19

Assume a file is being monitored and the data was incorrectly indexed to an exclusive index. The index is

cleaned and now the data must be reindexed. What other index must be cleaned to reset the input checkpoint

information for that file?

A.

_audit

B.

_checkpoint

C.

_introspection

D.

_thefishbucket

Full Access
Question # 20

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 # 21

Which default Splunk role could be assigned to provide users with the following capabilities?

Create saved searches

Edit shared objects and alerts

Not allowed to create custom roles

A.

admin

B.

power

C.

user

D.

splunk-system-role

Full Access
Question # 22

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 # 23

In this source definition the MAX_TIMESTAMP_LOOKHEAD is missing. Which value would fit best?

Event example:

A.

MAX_TIMESTAMP_L0CKAHEAD = 5

B.

MAX_TIMESTAMP_LOOKAHEAD - 10

C.

MAX_TIMESTAMF_LOOKHEAD = 20

D.

MAX TIMESTAMP LOOKAHEAD - 30

Full Access
Question # 24

What type of Splunk license is pre-selected in a brand new Splunk installation?

A.

Free license

B.

Forwarder license

C.

Enterprise trial license

D.

Enterprise license

Full Access
Question # 25

What is the correct attribute to set in inputs.conf in order to have data sent to a particular indexer group?

A.

_SPLUNKDB_ROUTING

B.

_TCP_ROUTING

C.

_UDF_ROUTING

D.

_INGEST_ROUTING

Full Access
Question # 26

Which option accurately describes the purpose of the HTTP Event Collector (HEC)?

A.

A token-based HTTP input that is secure and scalable and that requires the use of forwarders

B.

A token-based HTTP input that is secure and scalable and that does not require the use of forwarders.

C.

An agent-based HTTP input that is secure and scalable and that does not require the use of forwarders.

D.

A token-based HTTP input that is insecure and non-scalable and that does not require the use of forwarders.

Full Access
Question # 27

An admin oversees an environment with a 1000 GBI day license. The configuration file

server.conf has strict pool quota=false set. The license is divided into the following three pools, and today ' s usage is shown on the right-hand column:

PoolLicense SizeToday ' s usage

X500 GB/day100 GB

Y350 GB/day400 GB

Z150 GB/day300 GB

Given this, which pool(s) are issued warnings?

A.

All pools

B.

Z only

C.

None

D.

Y and Z

Full Access
Question # 28

Windows can prevent a Splunk forwarder from reading open files. If files need to be read while they are being written to, what type of input stanza needs to be created?

A.

Tail Reader

B.

Upload

C.

MonitorNoHandIe

D.

Monitor

Full Access
Question # 29

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 # 30

When are knowledge bundles distributed to search peers?

A.

After a user logs in.

B.

When Splunk is restarted.

C.

When adding a new search peer.

D.

When a distributed search is initiated.

Full Access
Question # 31

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 # 32

Which of the following statements accurately describes using SSL to secure the feed from a forwarder?

A.

It does not encrypt the certificate password.

B.

SSL automatically compresses the feed by default.

C.

It requires that the forwarder be set to compressed=true.

D.

It requires that the receiver be set to compression=true.

Full Access
Question # 33

Which scenario is applicable given the stanzas in authentication.conf below?

[authentication]

externalTwoFactorAuthVendor = Duo

externalTwoFactorAuthSettings = duoMFA

[duoMFA]

integrationKey = aGFwcHliaXJ0aGRheU1pZGR5

secretKey = YXVzdHJhaWxpYW5Gb3JHcmVw

applicationKey = c3BsaW5raW5ndGhlcGx1bWJ1c3NpbmN1OTU

apiHostname = 466993018.duosecurity.com

failOpen = True

timeout = 60

A.

If Splunk cannot connect to the multifactor authentication provider, all logins will be denied.

B.

Multifactor authentication is required to log into the host operating system.

C.

The secretKey does not need to be protected since multifactor authentication is turned on.

D.

If Splunk cannot connect to the multifactor authentication provider, authentications will be successful without completing a multifactor challenge.

Full Access
Question # 34

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 # 35

An add-on has configured field aliases for source IP address and destination IP address fields. A specific user prefers not to have those fields present in their user context. Based on the defaultprops.confbelow, whichSPLUNK_HOME/etc/users/buttercup/myTA/local/props.confstanza can be added to the user’s local context to disable the field aliases?

Question # 35

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Full Access
Question # 36

What is the correct curl to send multiple events through HTTP Event Collector?

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Full Access
Question # 37

Which of the following indexes come pre-configured with Splunk Enterprise? (select all that apply)

A.

_license

B.

_lnternal

C.

_external

D.

_thefishbucket

Full Access
Question # 38

Which file will be matched for the following monitor stanza in inputs. conf?

[monitor: ///var/log/*/bar/*. txt]

A.

/var/log/host_460352847/temp/bar/file/csv/foo.txt

B.

/var/log/host_460352847/bar/foo.txt

C.

/var/log/host_460352847/bar/file/foo.txt

D.

/var/ log/ host_460352847/temp/bar/file/foo.txt

Full Access
Question # 39

Consider a company with a Splunk distributed environment in production. The Compliance Department wants to start using Splunk; however, they want to ensure that no one can see their reports or any other knowledge objects. Which Splunk Component can be added to implement this policy for the new team?

A.

Indexer

B.

Deployment server

C.

Universal forwarder

D.

Search head

Full Access
Question # 40

Immediately after installation, what will a Universal Forwarder do first?

A.

Automatically detect any indexers in its subnet and begin routing data.

B.

Begin generating internal Splunk logs.

C.

Begin reading local files on its server.

D.

Send an email to the operator that the installation process has completed.

Full Access
Question # 41

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

A.

License data

B.

Metricsdata

C.

Internal Splunk data

D.

Internal Windows logs

Full Access
Question # 42

An admin is running the latest version of Splunk with a 500 GB license. The current daily volume of new data

is 300 GB per day. To minimize license issues, what is the best way to add 10 TB of historical data to the

index?

A.

Buy a bigger Splunk license.

B.

Add 2.5 TB each day for the next 5 days.

C.

Add all 10 TB in a single 24 hour period.

D.

Add 200 GB of historical data each day for 50 days.

Full Access
Question # 43

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 # 44

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 # 45

Which of the following are required when defining an index in indexes. conf? (select all that apply)

A.

coldPath

B.

homePath

C.

frozenPath

D.

thawedPath

Full Access
Question # 46

This file has been manually created on a universal forwarder

A new Splunk admin comes in and connects the universal forwarders to a deployment server and deploys the same app with a new

Question # 46

Which file is now monitored?

A.

/var/log/messages

B.

/var/log/maillog

C.

/var/log/maillog and /var/log/messages

D.

none of the above

Full Access
Question # 47

To set up a Network input in Splunk, what needs to be specified ' ?

A.

File path.

B.

Username and password

C.

Network protocol and port number.

D.

Network protocol and MAC address.

Full Access
Question # 48

What hardware attribute would need to be changed to increase the number of simultaneous searches (ad-hoc and scheduled) on a single search head?

A.

Disk

B.

CPUs

C.

Memory

D.

Network interface cards

Full Access
Question # 49

In addition to single, non-clustered Splunk instances, what else can the deployment server push apps to?

A.

Universal forwarders

B.

Splunk Cloud

C.

Linux package managers

D.

Windows using WMI

Full Access
Question # 50

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 # 51

Which setting in indexes. conf allows data retention to be controlled by time?

A.

maxDaysToKeep

B.

moveToFrozenAfter

C.

maxDataRetentionTime

D.

frozenTimePeriodlnSecs

Full Access
Question # 52

How would you configure your distsearch conf to allow you to run the search below? sourcetype=access_combined status=200 action=purchase splunk_setver_group=HOUSTON

A)

B)

Question # 52

C)

Question # 52

D)

Question # 52

A.

option A

B.

Option B

C.

Option C

D.

Option D

Full Access
Question # 53

Where are deployment server apps mapped to clients?

A.

Apps tab in forwarder management interface or clientapps.conf.

B.

Clients tab in forwarder management interface or deploymentclient.conf.

C.

Server Classes tab in forwarder management interface or serverclass.conf.

D.

Client Applications tab in forwarder management interface or clientapps.conf.

Full Access
Question # 54

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 # 55

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

Full Access
Question # 56

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 # 57

Within props. conf, which stanzas are valid for data modification? (select all that apply)

A.

Host

B.

Server

C.

Source

D.

Sourcetype

Full Access
Question # 58

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 # 59

Which of the following is true when authenticating users to Splunk using LDAP?

A.

LDAP group names must match the Splunk role name defined in authorize.conf.

B.

Splunk will search each LDAP strategy in the order in which they are listed in authentication.conf.

C.

Splunk only supports encrypted LDAP connections.

D.

LDAP will take precedence over local users with the same username as defined in etc/passwd.

Full Access
Question # 60

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 # 61

Which Splunk component performs indexing and responds to search requests from the search head?

A.

Forwarder

B.

Search peer

C.

License master

D.

Search head cluster

Full Access
Question # 62

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 # 63

Which of the following CLI commands removes a search peer from Distributed Search?

A.

splunk remove search-server -auth admin:password 123.45.67.89:8089

B.

splunk clear search-server -auth admin:password 123.45.67.89:8089

C.

splunk clear search-peer -auth admin:password 123.45.67.89:8089

D.

splunk remove search-peer -auth admin:password 123.45.67.89:8089

Full Access