Splunk Enterprise Certified Architect — Question 23
A customer has converted a CSV lookup to a KV Store lookup. What must be done to make it available for an automatic lookup?
Answer options
- A. Add the replicate=true attribute in lookups.conf.
- B. Add the repFactor=true attribute in collections.conf.
- C. Add the replicate=true attribute in collections.conf.
- D. Add the repFactor=true attribute in lookups.conf.
Correct answer: C
Explanation
The correct answer is C because adding the replicate=true attribute in collections.conf is necessary to enable the KV Store for automatic lookups. Options A and D incorrectly reference lookups.conf, which is not where this setting should be applied, while option B incorrectly suggests the use of repFactor instead of replicate.