|
Where can I get detailed documentation (with examples, if possible) of API that I may use in my Java application to fetch Splunk data? Thanks. |
|
as of now, only the search endpoints of the Splunk REST API are officially supported for development against Splunk. these are documented at http://www.splunk.com/base/Documentation/latest/Developer/RESTSearch however, you can look at all the endpoints that are available by accessing this url: https://:8089/services |
|
Hello - We are currently migrating our SDKs over to GitHub. If you send me an email: psanford@splunk.com I will give you private access to the new Java SDK. |
|
Check out GitHub code.google.com/p/splunk-java-sdk just returns 403 errors ???
(04 Aug '11, 07:26)
tdhealy
|
|
The Java SDK is now available on GitHub. You can find it here: https://github.com/splunk/splunk-sdk-java You can learn more about it here at: http://dev.splunk.com/view/java-sdk/SP-CAAAECN |
