Which TWO of the following are true about KV Store lookups in Splunk?
They can be configured as automatic lookups in props.conf.
Why this answer
Option C is correct because KV Store lookups can be configured as automatic lookups in Splunk, meaning they can be applied at search time without requiring an explicit lookup command. This is done by defining the KV Store collection as a lookup in transforms.conf and then associating it with a source type or host in props.conf, just like CSV or external lookups.
Exam trap
Splunk often tests the misconception that KV Store lookups are file-based like CSV lookups, but the trap here is that candidates may confuse KV Store storage with CSV files or assume time-based retrieval is automatic, when in fact KV Store is a database-backed lookup that requires explicit time handling and supports wildcard matching.