-
Book Overview & Buying
-
Table Of Contents
Learning Splunk Web Framework
By :
Due to a limit in time and pages, we will not be covering the Splunk Standard Development Kit (SDK). If you have been working with Splunk for some time now, you would be aware that it provides a REST API that external websites are able to interact with and extract data by performing search queries through your API calls. Although you can interact with the REST API directly, you can use the Splunk SDK to interact with the data on Splunk, as they provide a wrapper around the REST API in a number of specific programming languages, including C#, Java, JavaScript, PHP, Python, and Ruby.
The Splunk SDK helps simplify access to the REST API by handling authentication and HTTP requests. For further information on the Splunk SDKs available, please see the developer documentation at the following URL: http://dev.splunk.com/sdks.