ExamGecko
Question list
Search
Search

Question 126 - SPLK-1003 discussion

Report
Export

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.
Answers
A.
Create one outputs . conf file for each of the server addresses in the indexing tier.
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
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.
C.
Splunk does not do load balancing and requires a hardware load balancer to balance traffic across the indexers.
Answers
C.
Splunk does not do load balancing and requires a hardware load balancer to balance traffic across the indexers.
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
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.
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.

asked 23/09/2024
Marcel Bertz
31 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first