nerdexam
Splunk

SPLK-1003 · Question #191

When configuring Distributed Search, which of the following stanzas will add search peers?

The correct answer is A. [distributedSearch]. In distsearch.conf, the [distributedSearch] stanza is used to configure distributed search settings, including the 'servers' attribute that lists the search peers (indexers) the search head should query. The correct stanza includes a 'servers' key with a comma-separated list of p

Distributed Search

Question

When configuring Distributed Search, which of the following stanzas will add search peers?

Options

  • A[distributedSearch]
  • B[distributedSearch]
  • C[distributedSearch]
  • D[distributedSearch]

How the community answered

(41 responses)
  • A
    95% (39)
  • B
    2% (1)
  • D
    2% (1)

Explanation

In distsearch.conf, the [distributedSearch] stanza is used to configure distributed search settings, including the 'servers' attribute that lists the search peers (indexers) the search head should query. The correct stanza includes a 'servers' key with a comma-separated list of peer URIs (e.g., servers = https://indexer1:8089, https://indexer2:8089). All answer choices displayed the same stanza name due to a formatting issue in the question, but option A represents the correctly configured version with the servers attribute included.

Topics

#Distributed Search#Search Peers#Configuration Files#Stanzas

Community Discussion

No community discussion yet for this question.

Full SPLK-1003 Practice