You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# The Splunk Enterprise Software Development Kit for Python
5
5
6
6
#### Version 1.6.14
7
7
8
-
The Splunk Software Development Kit (SDK) for Python contains library code and examples designed to enable developers to build applications using the Splunk platform.
8
+
The Splunk Enterprise Software Development Kit (SDK) for Python contains library code and examples designed to enable developers to build applications using the Splunk platform.
9
9
10
10
The Splunk platform is a search engine and analytic environment that uses a distributed map-reduce architecture to efficiently index, search, and process large time-varying data sets.
11
11
@@ -16,31 +16,31 @@ The Splunk developer platform enables developers to take advantage of the same t
16
16
For more information, see [Splunk Enterprise SDK for Python](https://dev.splunk.com/enterprise/docs/devtools/python/sdk-python/) on the Splunk Developer Portal.
17
17
18
18
19
-
## Get started with the Splunk SDK for Python
19
+
## Get started with the Splunk Enterprise SDK for Python
20
20
21
-
The Splunk SDK for Python contains library code and examples that show how to programmatically interact with the Splunk platform for a variety of scenarios including searching, saved searches, data inputs, and many more, along with building complete applications.
21
+
The Splunk Enterprise SDK for Python contains library code and examples that show how to programmatically interact with the Splunk platform for a variety of scenarios including searching, saved searches, data inputs, and many more, along with building complete applications.
22
22
23
23
### Requirements
24
24
25
-
Here's what you need to get going with the Splunk SDK for Python.
25
+
Here's what you need to get going with the Splunk Enterprise SDK for Python.
26
26
27
-
* Python
27
+
* Python 2.7+ and Python 3.
28
+
29
+
The Splunk Enterprise SDK for Python has been tested with Python v2.7 and v3.5.
28
30
29
-
The Splunk SDK for Python requires Python 2.7+ and Python 3. The Splunk SDK for Python has been tested with Python v2.7 and v3.5.
31
+
*Splunk Enterprise
30
32
31
-
* Splunk
32
-
33
-
If you haven't already installed Splunk, download it [here](http://www.splunk.com/download).
33
+
If you haven't already installed Splunk Enterprise, download it [here](http://www.splunk.com/download).
34
34
For more information, see the Splunk Enterprise [_Installation Manual_](https://docs.splunk.com/Documentation/Splunk/latest/Installation).
35
35
36
-
* Splunk SDK for Python
36
+
* Splunk Enterprise SDK for Python
37
37
38
-
Get the Splunk SDK for Python from [PyPI](https://pypi.org/project/splunk-sdk/). If you want to contribute to the SDK, clone the repository from [GitHub](https://github.com/splunk/splunk-sdk-python).
38
+
Get the Splunk Enterprise SDK for Python from [PyPI](https://pypi.org/project/splunk-sdk/). If you want to contribute to the SDK, clone the repository from [GitHub](https://github.com/splunk/splunk-sdk-python).
39
39
40
40
41
41
### Install the SDK
42
42
43
-
Use the following commands to install the Splunk SDK for Python libraries in different ways. However, it's not necessary to install the libraries to run the examples and unit tests from the SDK.
43
+
Use the following commands to install the Splunk Enterprise SDK for Python libraries in different ways. However, it's not necessary to install the libraries to run the examples and unit tests from the SDK.
44
44
45
45
Use `easy_install`:
46
46
@@ -120,7 +120,7 @@ To get help for an example, use the `--help` argument with an example:
120
120
121
121
#### Run the unit tests
122
122
123
-
The Splunk SDK for Python contains a collection of unit tests. To run them, open a command prompt in the **/splunk-sdk-python** directory and enter:
123
+
The Splunk Enterprise SDK for Python contains a collection of unit tests. To run them, open a command prompt in the **/splunk-sdk-python** directory and enter:
124
124
125
125
make
126
126
@@ -161,7 +161,7 @@ To learn about our branching model, see [Branching Model](https://github.com/spl
161
161
|:----------------------- |:----------- |
162
162
|[Splunk Developer Portal](http://dev.splunk.com)| General developer documentation, tools, and examples |
163
163
|[Integrate the Splunk platform using development tools for Python](https://dev.splunk.com/enterprise/docs/devtools/python)| Documentation for Python development |
164
-
|[Splunk SDK for Python Reference](http://docs.splunk.com/Documentation/PythonSDK)| SDK API reference documentation |
164
+
|[Splunk Enterprise SDK for Python Reference](http://docs.splunk.com/Documentation/PythonSDK)| SDK API reference documentation |
165
165
|[REST API Reference Manual](https://docs.splunk.com/Documentation/Splunk/latest/RESTREF/RESTprolog)| Splunk REST API reference documentation |
166
166
|[Splunk>Docs](https://docs.splunk.com/Documentation)| General documentation for the Splunk platform |
167
167
|[GitHub Wiki](https://github.com/splunk/splunk-sdk-python/wiki/)| Documentation for this SDK's repository on GitHub |
@@ -184,7 +184,7 @@ If you would like to contribute to the SDK, see [Contributions to Splunk](https:
184
184
185
185
### Support
186
186
187
-
* You will be granted support if you or your company are already covered under an existing maintenance/support agreement. Submit a new case in the [Support Portal](https://www.splunk.com/en_us/support-and-services.html) and include "Splunk SDK for Python" in the subject line.
187
+
* You will be granted support if you or your company are already covered under an existing maintenance/support agreement. Submit a new case in the [Support Portal](https://www.splunk.com/en_us/support-and-services.html) and include "Splunk Enterprise SDK for Python" in the subject line.
188
188
189
189
If you are not covered under an existing maintenance/support agreement, you can find help through the broader community at [Splunk Answers](https://community.splunk.com/t5/Splunk-Development/ct-p/developer-tools).
190
190
@@ -200,4 +200,4 @@ You can reach the Splunk Developer Platform team at _devinfo@splunk.com_.
200
200
201
201
## License
202
202
203
-
The Splunk Software Development Kit for Python is licensed under the Apache License 2.0. See [LICENSE](LICENSE) for details.
203
+
The Splunk Enterprise Software Development Kit for Python is licensed under the Apache License 2.0. See [LICENSE](LICENSE) for details.
0 commit comments