Splunk Core Certified Advanced Power User — Question 155
When configuring Distributed Search, which of the following stanzas will add search peers?
Answer options
- A. [distributedSearch] servers = https://192.168.1.1:8089, https://192.168.1.2:8089
- B. [distributedSearch] servers = ://192.168.1.1, ://192.168.1.2
- C. [distributedSearch] servers = 192.168.1.1, 192.168.1.2
- D. [distributedSearch] servers = 192.168.1.1:8089, 192.168.1.2:8089
Correct answer: D
Explanation
The correct answer, D, specifies the servers with their respective ports, which is necessary for proper communication in a Distributed Search environment. Option A uses 'https' but is not the correct format, while options B and C are missing the required port numbers for the servers, making them invalid for this configuration.