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
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)- A95% (39)
- B2% (1)
- D2% (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
Community Discussion
No community discussion yet for this question.