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!

Splunk Mobile: Your Brand-New Home Screen

Meet Your New Mobile Hub  Hello Splunk Community!  Staying connected to your data—no matter where you are—is ...

Introducing Value Insights (Beta): Understand the Business Impact your organization ...

Real progress on your strategic priorities starts with knowing the business outcomes your teams are delivering ...

Enterprise Security (ES) Essentials 8.3 is Now GA — Smarter Detections, Faster ...

As of today, Enterprise Security (ES) Essentials 8.3 is now generally available, helping SOC teams simplify ...