Getting Data In

Rest call for KV Store

spyme72
Path Finder

I am new to KV store,
I am trying to delete a key from the key value store using the rest call in splunk search window.
I am able to access my KV store from search bar using the following search command.

| rest /servicesNS/nobody/Monsanto-Monitoring-SelfService/storage/collections/config/windows_perfmon

but i am not sure how to use the GET POST and DELETE methods.

i tried the following searches but i was not sucessful,

| rest /servicesNS/nobody/Monsanto-Monitoring-SelfService/collections/data/windows_perfmon/549c692b6dfa175b773a2736 GET
| rest /servicesNS/nobody/Monsanto-Monitoring-SelfService/collections/data/windows_perfmon/549c692b6dfa175b773a2736 DELETE

please let me know the right way to call these rest api.

Tags (3)
0 Karma

martin_mueller
SplunkTrust
SplunkTrust

The rest command in the search bar can only submit GET requests. Use any HTTP client you like, for example curl or your programming language of choice, to submit other requests.

Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...