@@ -21,7 +21,6 @@ The Splunk developer platform enables developers to take advantage of the same
2121technology used by the Splunk product to build exciting new applications that
2222are enabled by Splunk's unique capabilities.
2323
24-
2524## Getting started with the Splunk SDK for Python
2625
2726The 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
4544If you haven't already installed Splunk, download it
4645[ here] ( http://www.splunk.com/download ) . For more about installing and running
4746Splunk 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/ ) .
4950
5051#### Splunk SDK for Python
5152Get 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:
7475However, it's not necessary to install the libraries to run the
7576examples and unit tests from the SDK.
7677
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+ ```
7789
7890### Running the examples and unit tests
7991
0 commit comments