1- # The Splunk Python Software Development Kit
1+ # The Splunk Software Development Kit for Python
22
3- #### Version 1.0
3+ #### Version 1.1
44
5- The Splunk Python Software Development Kit (SDK) contains library code and
5+ The Splunk Software Development Kit (SDK) for Python contains library code and
66examples designed to enable developers to build applications using Splunk.
77
88Splunk is a search engine and analytic environment that uses a distributed
@@ -19,9 +19,9 @@ technology used by the Splunk product to build exciting new applications that
1919are enabled by Splunk's unique capabilities.
2020
2121
22- ## Getting started with the Splunk Python SDK
22+ ## Getting started with the Splunk SDK for Python
2323
24- The Splunk Python SDK contains library code and examples that show how to
24+ The Splunk SDK for Python contains library code and examples that show how to
2525programmatically interact with Splunk for a variety of scenarios including
2626searching, saved searches, data inputs, and many more, along with building
2727complete applications.
@@ -31,11 +31,11 @@ in-depth information be sure to visit the
3131[ Splunk Developer Portal] ( http://dev.splunk.com/view/SP-CAAAEBB ) .
3232### Requirements
3333
34- Here's what you need to get going with the Splunk Python SDK.
34+ Here's what you need to get going with the Splunk SDK for Python .
3535
3636#### Python
3737
38- The Splunk Python SDK requires Python 2.6+.
38+ The Splunk SDK for Python requires Python 2.6+.
3939
4040#### Splunk
4141
@@ -44,15 +44,15 @@ If you haven't already installed Splunk, download it
4444Splunk and system requirements, see
4545[ Installing & Running Splunk] ( http://dev.splunk.com/view/SP-CAAADRV ) .
4646
47- #### Splunk Python SDK
48- Get the Splunk Python SDK from [ GitHub] ( https://github.com/ ) and clone the
49- resources to your computer. For example, use the following command:
47+ #### Splunk SDK for Python
48+ Get the Splunk SDK for Python; [ download the SDK as a ZIP] ( http://dev.splunk.com/view/SP-CAAAEBB )
49+ and extract the files. Or, if you want to contribute to the SDK, clone the
50+ repository from [ GitHub] ( https://github.com/splunk/splunk-sdk-python ) .
5051
51- git clone https://github.com/splunk/splunk-sdk-python.git
5252
5353### Installing the SDK
5454
55- You can install the Splunk Python SDK libraries by using ` easy_install ` or ` pip ` :
55+ You can install the Splunk SDK for Python libraries by using ` easy_install ` or ` pip ` :
5656
5757 [sudo] easy_install splunk-sdk
5858
@@ -151,7 +151,7 @@ To get help for an example, use the `--help` argument with an example:
151151
152152#### Unit tests
153153
154- The Splunk Python SDK contains a collection of unit tests. To run them, open a
154+ The Splunk SDK for Python contains a collection of unit tests. To run them, open a
155155command prompt in the ** /splunk-sdk-python** directory and enter:
156156
157157 python setup.py test
@@ -220,10 +220,10 @@ If you need to know more:
220220 [ Splunk Developer Portal] ( http://dev.splunk.com ) .
221221
222222* For conceptual and how-to documentation, see the
223- [ Overview of the Splunk Python SDK] ( http://dev.splunk.com/view/SP-CAAAEBB ) .
223+ [ Overview of the Splunk SDK for Python ] ( http://dev.splunk.com/view/SP-CAAAEBB ) .
224224
225225* For API reference documentation, see the
226- [ Splunk Python SDK Reference] ( http://docs.splunk.com/Documentation/PythonSDK ) .
226+ [ Splunk SDK for Python Reference] ( http://docs.splunk.com/Documentation/PythonSDK ) .
227227
228228* For more about the Splunk REST API, see the
229229 [ REST API Reference] ( http://docs.splunk.com/Documentation/Splunk/latest/RESTAPI ) .
@@ -281,7 +281,7 @@ If you would like to contribute to the SDK, go here for more information:
281281
2822821 . You will be granted support if you or your company are already covered
283283 under an existing maintenance/support agreement. Send an email to
284- _ support@splunk.com _ and include "Splunk Python SDK" in the subject line.
284+ _ support@splunk.com _ and include "Splunk SDK for Python " in the subject line.
285285
2862862 . If you are not covered under an existing maintenance/support agreement, you
287287 can find help through the broader community at:
0 commit comments