Splunk Core Certified Advanced Power User — Question 47

How would you configure your distsearch.conf to allow you to run the search below? sourcetype=access_combined status=200 action=purchase splunk_server_group=HOUSTON

Answer options

Correct answer: C

Explanation

The correct option C specifies the server addresses with the correct port numbers for all servers, which is necessary for a successful distributed search. Option A is correct in server names but lacks the required port numbers, while option B is missing the port numbers entirely. Option D contains incorrect syntax and port numbers that prevent proper configuration.