ExamGecko
Home Home / Splunk / SPLK-1003

Splunk SPLK-1003 Practice Test - Questions Answers, Page 13

Question list
Search
Search

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

A.
Indexers
A.
Indexers
Answers
B.
Indexes
B.
Indexes
Answers
C.
Heavy Forwarders
C.
Heavy Forwarders
Answers
D.
Search Heads
D.
Search Heads
Answers
Suggested answer: A

Explanation:

Reference:

https://docs.splunk.com/Documentation/Splunk/8.2.3/Admin/Groups,stacks,pools,andotherterminology

When using license pools, volume allocations apply to indexers. A license pool is a group of indexers that share a certain amount of daily indexing volume. The license pool specifies how much data each indexer can index per day, as well as which indexes are available for each indexer. Therefore, option A is the correct answer. Reference: Splunk Enterprise Certified Admin | Splunk, [Set up and manage license pools - Splunk Documentation]

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 default props.conf below, which SPLUNK_HOME/etc/users/buttercup/myTA/local/props.conf stanza can be added to the user's local context to disable the field aliases?

A.
Option A
A.
Option A
Answers
B.
Option B
B.
Option B
Answers
C.
Option C
C.
Option C
Answers
D.
Option D
D.
Option D
Answers
Suggested answer: B

Explanation:

https://docs.splunk.com/Documentation/Splunk/latest/Admin/Howtoeditaconfigurationfile#Clear%20a%20setting

Which forwarder is recommended by Splunk to use in a production environment?

A.
Heavy forwarder
A.
Heavy forwarder
Answers
B.
SSL forwarder
B.
SSL forwarder
Answers
C.
Lightweight forwarder
C.
Lightweight forwarder
Answers
D.
Universal forwarder
D.
Universal forwarder
Answers
Suggested answer: D

Explanation:

Reference: https://community.splunk.com/t5/Getting-Data-In/Splunk-forwarder/m-p/18009 The forwarder that is recommended by Splunk to use in a production environment is the universal forwarder. The universal forwarder is a lightweight Splunk agent that forwards data to indexers or other forwarders. The universal forwarder has a small footprint and consumes minimal system resources. It also supports secure and reliable data forwarding with encryption and acknowledgement features. Therefore, option D is the correct answer. Reference: Splunk Enterprise Certified Admin | Splunk, [About forwarding and receiving data - Splunk Documentation]

Which of the following Splunk components require a separate installation package?

A.
Deployment server
A.
Deployment server
Answers
B.
License master
B.
License master
Answers
C.
Universal forwarder
C.
Universal forwarder
Answers
D.
Heavy forwarder
D.
Heavy forwarder
Answers
Suggested answer: C

Explanation:

Reference: https://github.com/packetiq/SplunkArchitect/blob/master/Install-and-Configure-Splunk-Enterprise-Components.md

The Splunk component that requires a separate installation package is the universal forwarder. The universal forwarder is a lightweight Splunk agent that forwards data to indexers or other forwarders.

The universal forwarder has a different installation package than the Splunk Enterprise package, which includes all the other Splunk components. Therefore, option C is the correct answer.

Reference: Splunk Enterprise Certified Admin | Splunk, [About installing Splunk Enterprise with a universal forwarder - Splunk Documentation]

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

A.
Input phase
A.
Input phase
Answers
B.
Indexing phase
B.
Indexing phase
Answers
C.
Parsing phase
C.
Parsing phase
Answers
D.
Search phase
D.
Search phase
Answers
Suggested answer: C

Explanation:

Reference

https://docs.splunk.com/Documentation/Splunk/8.2.3/Admin/Configurationparametersandthedatapipeline

The parsing phase is the process of extracting fields and values from raw data. The parsing phase respects LINE_BREAKER, SHOULD_LINEMERGE, BREAK_ONLY_BEFORE_DATE, and all other line merging settings in props.conf. These settings determine how Splunk breaks the data into events based on certain criteria, such as timestamps or regular expressions. The event boundaries are defined by the props.conf file, which can be modified by the administrator. Therefore, the parsing phase is the last opportunity for defining event boundaries.

A company moves to a distributed architecture to meet the growing demand for the use of Splunk.

What parameter can be configured to enable automatic load balancing in the Universal Forwarder to send data to the indexers?

A.
Create one outputs . conf file for each of the server addresses in the indexing tier.
A.
Create one outputs . conf file for each of the server addresses in the indexing tier.
Answers
B.
Configure the outputs . conf file to point to any server in the indexing tier and Splunk will configure the data to be sent to all of the indexers.
B.
Configure the outputs . conf file to point to any server in the indexing tier and Splunk will configure the data to be sent to all of the indexers.
Answers
C.
Splunk does not do load balancing and requires a hardware load balancer to balance traffic across the indexers.
C.
Splunk does not do load balancing and requires a hardware load balancer to balance traffic across the indexers.
Answers
D.
Set the stanza to have a server value equal to a comma-separated list of IP addresses and indexer ports for each of the indexers in the environment.
D.
Set the stanza to have a server value equal to a comma-separated list of IP addresses and indexer ports for each of the indexers in the environment.
Answers
Suggested answer: D

Explanation:

Set the stanza to have a server value equal to a comma-separated list of IP addresses and indexer ports for each of the indexers in the environment. This is explained in the Splunk documentation1, which states:

To enable automatic load balancing, set the stanza to have a server value equal to a commaseparated list of IP addresses and indexer ports for each of the indexers in the environment. For example:

[tcpout] server=10.1.1.1:9997,10.1.1.2:9997,10.1.1.3:9997

The forwarder then distributes data across all of the indexers in the list.

Which of the following methods will connect a deployment client to a deployment server? (select all that apply)

A.
Run $SPLUNK_ROME/bin/ splunk set deploy-poll : from the command line of the deployment client.
A.
Run $SPLUNK_ROME/bin/ splunk set deploy-poll : from the command line of the deployment client.
Answers
B.
Create and edit a deploymentserver . conf file in SSPLVNE{ on the deployment server.
B.
Create and edit a deploymentserver . conf file in SSPLVNE{ on the deployment server.
Answers
C.
Create and edit a deploymentclient . conf file in SSPLTJNE( EOME/etc/ system/local on the deployment client.
C.
Create and edit a deploymentclient . conf file in SSPLTJNE( EOME/etc/ system/local on the deployment client.
Answers
D.
Run $SPLUNK ROME/bin/spiunk set deploy-poi i : from the command line of the deployment server.
D.
Run $SPLUNK ROME/bin/spiunk set deploy-poi i : from the command line of the deployment server.
Answers
Suggested answer: A, C

Explanation:

The correct methods to connect a deployment client to a deployment server are A and C. You can either run the command splunk set deploy-poll <IP_address/hostname>:<management_port> from the command line of the deployment client1 or create and edit a deploymentclient.conf file in $SPLUNK_HOME/etc/system/local on the deployment client2. Both methods require you to specify the IP address, hostname, and management port of the deployment server that you want the client to connect to.

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

A.
License data
A.
License data
Answers
B.
Metricsdata
B.
Metricsdata
Answers
C.
Internal Splunk data
C.
Internal Splunk data
Answers
D.
Internal Windows logs
D.
Internal Windows logs
Answers
Suggested answer: B

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
A.
Disk
Answers
B.
CPUs
B.
CPUs
Answers
C.
Memory
C.
Memory
Answers
D.
Network interface cards
D.
Network interface cards
Answers
Suggested answer: B

Explanation:

https://docs.splunk.com/Documentation/Splunk/7.3.1/DistSearch/SHCarchitecture

Scroll down to section titled, How the cluster handles concurrent search quotas, "Overall search quota. This quota determines the maximum number of historical searches (combined scheduled and ad hoc) that the cluster can run concurrently. This quota is configured with max_Searches_per_cpu and related settings in limits.conf."

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

A.
LDAP
A.
LDAP
Answers
B.
SAML
B.
SAML
Answers
C.
RADIUS
C.
RADIUS
Answers
D.
Duo Multifactor Authentication
D.
Duo Multifactor Authentication
Answers
Suggested answer: A, B, C

Explanation:

Reference:

https://docs.splunk.com/Documentation/Splunk/7.3.1/Security/SetupuserauthenticationwithSplunk

Splunk authentication: Provides Admin, Power and User by default, and you can define your own roles using a list of capabilities. If you have an Enterprise license, Splunk authentication is enabled by default. See Set up user authentication with Splunk's built-in system for more information. LDAP:

Splunk Enterprise supports authentication with its internal authentication services or your existing LDAP server. See Set up user authentication with LDAP for more information. Scripted authentication API: Use scripted authentication to integrate Splunk authentication with an external authentication system, such as RADIUS or PAM. See Set up user authentication with external systems for more information. Note: Authentication, including native authentication, LDAP, and scripted authentication, is not available in Splunk Free.

Total 185 questions
Go to page: of 19