@@ -21,7 +21,6 @@ The Splunk developer platform enables developers to take advantage of the same
21
21
technology used by the Splunk product to build exciting new applications that
22
22
are enabled by Splunk's unique capabilities.
23
23
24
-
25
24
## Getting started with the Splunk SDK for Python
26
25
27
26
The Splunk SDK for Python contains library code and examples that show how to
@@ -45,7 +44,9 @@ The Splunk SDK for Python requires Python 2.7+, including Python 3. The Splunk S
45
44
If you haven't already installed Splunk, download it
46
45
[ here] ( http://www.splunk.com/download ) . For more about installing and running
47
46
Splunk and system requirements, see
48
- [ Installing & Running Splunk] ( http://dev.splunk.com/view/SP-CAAADRV ) . The Splunk SDK for Python has been tested with Splunk Enterprise 7.0 and 7.2.
47
+ [ Installing & Running Splunk] ( http://dev.splunk.com/view/SP-CAAADRV ) . The Splunk SDK for Python has been tested with Splunk Enterprise 7.3 and 8.0.
48
+
49
+ You can also run ` SPLUNK_VERSION=(VERSION) make up ` to run a version of [ Splunk from DockerHub] ( https://hub.docker.com/r/splunk/splunk/ ) .
49
50
50
51
#### Splunk SDK for Python
51
52
Get the Splunk SDK for Python; [ download the SDK as a ZIP] ( http://dev.splunk.com/view/SP-CAAAEBB )
@@ -74,6 +75,17 @@ Alternatively, you can use **setup.py** on the sources you cloned from GitHub:
74
75
However, it's not necessary to install the libraries to run the
75
76
examples and unit tests from the SDK.
76
77
78
+ ## Testing Quickstart
79
+
80
+ You'll need ` docker ` and ` docker-compose ` to get up and running using this method.
81
+
82
+ ```
83
+ SPLUNK_VERSION=8.0 make up
84
+ make wait_up
85
+ make splunkrc_default
86
+ make test
87
+ make down
88
+ ```
77
89
78
90
### Running the examples and unit tests
79
91
0 commit comments