Using the Dashboard API from a Splunk visualization

How to use the Dashboard API from a Splunk visualization (e.g. to reload the datasource):

November 25, 2021 · 1 min · admin

Connect a datasource to a Splunk visualization

How to programmatically connect a search datasource to a Splunk visualization (without using the dashboard):

November 24, 2021 · 1 min · admin

Run any React app as a Splunk app

If you want to run any React app (any React version, any toolkit) as a Splunk app, have a look at this gist:

November 23, 2021 · 1 min · admin

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