I have configured my REST API custom endpoint within a new app, and tested successfully through the service web's UI (:8089). But got 404 from javascript. Splunk version: 7.2.0, User account has a...
my restmap.conf looks like this:
[script:testrest]
match=/mytest
scripttype=python
handler=testhandler.MyHandler
output_modes=json
requireAuthentication=true
Accessing it with curl works l...
Why does the AMP for endpoints API require the "write" access? I am afraid of the APP making changes to the events in AMP console. Will it delete or resolve the alerts if i give the WRITE access to t...
I have a dashboard (within an app) that uses the loadjob command that usually works, but now returns:
Error in 'SearchOperator:loadjob': error accessing https:///saved/searches/External API U...
Hello,
I have setup a Splunk app that has Custom REST Endpoints which make Splunk API calls, currently via the python requests module. I am authenticating to the API by grabbing the session k...
...ets the user information and makes a call to kvstore's rest endpoint. However, every time I try out my code I get this error:
2015-02-23 12:42:12,516 ERROR runwsgiserver:185 - Internal Server E...
I am trying to access splunk-launch.conf from REST API. I've been through the REST API documentation and still can't find the right way to access that end point. Does anyone know the right REST A...
I get the following error for all of my searches after upgrading from 5.0.4 to 6.0:
Write access to the proxy endpoint is disabled.
Anyone have any idea what this means? I'm just running on a...