Which Splunk REST endpoint is used to create a KV store collection?
Which Splunk REST endpoint is used to create a KV store collection?
The correct Splunk REST endpoint to create a KV store collection is /storage/collections/config. This endpoint is used specifically for creating and managing configurations for KV store collections, which aligns with the question's requirement to create a collection.
C is the answer. A new collection is creted via POST method and endpoint /storage/collections/config
C. /storage/collections/config