Dear all, I am trying to initiate a search using Splunk cloud rest API. Using following code const accessToken = "--my-super-secret-token--";
const url = "https://company-i...
Could you help us in confirming whether Splunk REST APIs supports OAuth authentication apart from the existing basic authentication(username/password) and authentication tokens( link ). ? We see a l...
Hi splunkers,
Im running a multisite clustered environment with SH clustering. When I'm on any SH running searches everything runs perfectly fine except when I try to run a REST command then it r...
If i run a post search method, it returns a sid. How would i come to know that the search is complete and that when i make a get call i would be able to fetch the resutls, i saw something as search_l...
I am working on something to return our alerts from rest functions. What I want to do is allow users to historically look at the alert query and see what adjustments can be made to certain items....
Hi, I am using the Splunk API 8.1.1 and using a script to UPDATE an existing dashboard. When i try to send these characters ; & > < i got an error 400 bad request saying "... is ...
http://docs.splunk.com/Documentation/Splunk/6.1/RESTAPI/RESTsearches
I am testing out this script and it works with a few modifications on the endpoints I changed.
/services/search/jobs','P...
I have this search provided by @somesoni2. I making a simple change to it so it provides a list of indexes that a user has access to. In order to do this you must search via REST the user, role, a...