Knowledge Management

How to view the definition of a KVStore via Splunk Cloud

lucas4394
Path Finder

Is it a way to view the definition of a KVStore via Splunk Cloud?

For instance, the "kvstorecoll" in collections.conf.

[kvstorecoll]
enforceTypes = true
field.name = string
field.id = number
field.address_street = string
field.address_city = string
field.address_state = string
field.address_zip = string

Thanks.

Labels (1)
0 Karma

woodcock
Esteemed Legend

Like this:

|rest/servicesNS/-/-/configs/conf-collections splunk_server=local
| dedup id
| table eai:acl.app eai:acl.owner eai:acl.sharing disabled title type field.*
| rename eai:acl.* AS *
| sort 0 title
0 Karma

ivanreis
Builder

Rest api can give you this information.

Check the document below:
https://docs.splunk.com/Documentation/SplunkCloud/8.0.0/RESTREF/RESTkvstore#Data

0 Karma
Get Updates on the Splunk Community!

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...

September Community Champions: A Shoutout to Our Contributors!

As we close the books on another fantastic month, we want to take a moment to celebrate the people who are the ...

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...