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
Copy file name to clipboardExpand all lines: README.md
+12-4Lines changed: 12 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
4
4
# The Splunk Enterprise Software Development Kit for Python
5
5
6
-
#### Version 1.6.14
6
+
#### Version 1.6.15
7
7
8
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
@@ -13,7 +13,7 @@ The Splunk platform is popular with system administrators for aggregation and mo
13
13
14
14
The Splunk developer platform enables developers to take advantage of the same technology used by the Splunk platform to build exciting new applications.
15
15
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.
16
+
## Getting started with the Splunk SDK for Python
17
17
18
18
19
19
## Get started with the Splunk Enterprise SDK for Python
@@ -37,7 +37,6 @@ Here's what you need to get going with the Splunk Enterprise SDK for Python.
37
37
38
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
-
41
40
### Install the SDK
42
41
43
42
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.
@@ -58,8 +57,17 @@ Install the sources you cloned from GitHub:
58
57
59
58
[sudo] python setup.py install
60
59
60
+
## Testing Quickstart
61
+
62
+
You'll need `docker` and `docker-compose` to get up and running using this method.
61
63
62
-
### Run the examples and unit tests
64
+
```
65
+
make up SPLUNK_VERSION=8.0
66
+
make wait_up
67
+
make splunkrc_default
68
+
make test
69
+
make down
70
+
```
63
71
64
72
To run the examples and unit tests, you must put the root of the SDK on your PYTHONPATH. For example, if you downloaded the SDK to your home folder and are running OS X or Linux, add the following line to your **.bash_profile** file:
0 commit comments