TheAPIreference mentions how to install an app that is already local to the splunk instance with apps/local. We can already upload an app manually in the Web console by going Apps->M...
Hi guys,
I'm usingtheRESTAPI "/services/messages" to send a message to Splunk and it works fine.
Now, I need to insert an external link into that message.
For example, I'd like to r...
Hi,
I`m looking to export a scheduled report usingtheRESTAPI but I`m struggling with the syntax.
I was able to run a new search inside "curl" and export it, but can`t seem to be able to do the...
How to start a saved search usingRESTAPI URL?
I can make a GET the saves searchs, extract the 'search' expression and run it using a POST.
But I could not find any reference on how to start a...
I'm usingthe "RESTAPI Modular Input" add-on (rest_TA) and it works fine with authentication BASIC. However, this uses the clear password in the inputs.conf and I would like to usethe encrypted c...
If possible could all the necessary parameters be provided? I have discovered upon usingtheAPI myself that some of the parameters that are available are not even listed on the site, at least for P...
We are investigating how to create a Splunk log entry over theRESTAPI via JavaScript. I'm posting the following event via theRESTAPI:
curl -k -u user:password "https://tspl001:8089/s...
...red to the Splunk API documentation and couldn't find an APIreference which performs the task. Any inputs/Guidance will be highly appreciated. Thanks, Nitheesh
Is there a way to directly launch a saved search via the scheduler while passing key/value pairs for macro replacement via an API call?
The only place I've seen any reference to macro r...
Hello, I'm working with a Splunk cluster which has two slave peers and I need to disable an index on the Cluster Master usingtheRESTAPI. I've tried the usual endpoint (/servicesNS/nobody/{app}/c...