Hi guy,
I am using Splunk UI to develop new app on the Splunk
My app has components:
From the app comment, I will make some calls to the custom rest endpoint to get / process data.
On the setup page, I save all configurations into KV-store, to re-use
So my question is:
- How custom rest endpoint script (python file) can get information from KV-store, as you know, with python SDK, need a credential to authorize with Splunk. Have any way to connect Splunk from the custom rest endpoint script without authen?
- Which place is better to save credentials or configurations in Splunk? kv sore? storage password or config file
- If does not any way to authen with Splunk from Custom rest endpoint without credentials, how can pass credentials to rest endpoint? Enter credential into config file? or attach credentials in the param request when we call the rest endpoint?
Thank!
P/s: The first time I see a big platform have many version/options to develop, It make develop is confused ( Splunkjs, Splunk SDK, Splunk UI ...)