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!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

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