I have installed the app in the local splunk using the Splunk REST API endpoint
https://<host>:<port>/services/apps/local
but when I tried to install the app in remote splunk .It gave error like
"Cannot perform action "POST" without a target name to act on"
or "Unparsable URI-encoded request data"
I included the name(.tar or .spl file) and filename like how it is mention in the splunk docs
Using this endpoint .I can create the app in remote splunk but I want to upload the app
I tried with requests module and postman. The same error came
is there any way to install the app in the remote splunk using postman or requests?
Thank you in advance...