Key Value Editor for Splunk

I wrote a Splunk app using the new React UI framework for editing KV stores, see https://github.com/zepdev/kveditor - feedback welcome!

November 9, 2021 · 1 min · admin

POST request from a Splunk app using the @splunk/splunk-utils package

This snippet shows how to use the handleError and handleResponse functions from the splunk-utils package to send a POST request from a Splunk app:

November 8, 2021 · 1 min · admin