Hi. I'm trying to create a kvstore using this command (from this tutorial https://dev.splunk.com/enterprise/docs/developapps/manageknowledge/kvstore/usetherestapitomanagekv/ )
curl -k -u admin:<mypassword> \ -d name=kvstorecoll \ https://<myhost>/servicesNS/nobody/<myapp>/storage/collections/config
The call goes through and I see a result in the console, however when I check in Splunk I do not see the kvstore I created. Is there anything special I need to be aware of here?
Thanks!
can you open <myapp> and open search view if <myapp> has one. in the search view use below command to see
| inputlookup kvstorecoll
or open lookups under settings -> lookup definitions -> search for kvstorecoll ( don't forget to choose <myapp> in app context.
*you have not mentioned how you verified in Splunk web.*