Splunk Enterprise Security Certified Analyst — Question 35

A customer with a large distributed environment has blacklisted a large lookup from the search bundle to decrease the bundle size using distsearch.conf.
After this change, when running searches utilizing the lookup that was blacklisted they see error messages in the Splunk Search UI stating the lookup file does not exist.
What can the customer do to resolve the issue?

Answer options

Correct answer: A

Explanation

The correct answer is A because setting the parameter local=true allows the search to use the lookup locally from the search head, bypassing the blacklisting. The other options do not address the issue effectively: modifying allow_caching does not resolve the lookup absence, changing blacklist=false contradicts the purpose of blacklisting, and reverting the change is not a feasible solution if the customer wants to keep the reduced bundle size.