@@ -25,13 +25,13 @@ The Splunk Enterprise SDK for Python contains library code, and it's examples ar
2525
2626Here's what you need to get going with the Splunk Enterprise SDK for Python.
2727
28- * Python 2.7+ or Python 3.7 .
28+ * Python 3.7 or Python 3.9 .
2929
30- The Splunk Enterprise SDK for Python has been tested with Python v2 .7 and v3.7 .
30+ The Splunk Enterprise SDK for Python is compatible with python3 and has been tested with Python v3 .7 and v3.9 .
3131
32- * Splunk Enterprise 9.0 or 8.2
32+ * Splunk Enterprise 9.2 or 8.2
3333
34- The Splunk Enterprise SDK for Python has been tested with Splunk Enterprise 9.0 , 8.2 and 8.1
34+ The Splunk Enterprise SDK for Python has been tested with Splunk Enterprise 9.2 , 8.2 and 8.1
3535
3636 If you haven't already installed Splunk Enterprise, download it [ here] ( http://www.splunk.com/download ) .
3737 For more information, see the Splunk Enterprise [ _ Installation Manual_ ] ( https://docs.splunk.com/Documentation/Splunk/latest/Installation ) .
@@ -61,7 +61,7 @@ Install the sources you cloned from GitHub:
6161You'll need ` docker ` and ` docker-compose ` to get up and running using this method.
6262
6363```
64- make up SPLUNK_VERSION=9.0
64+ make up SPLUNK_VERSION=9.2
6565make wait_up
6666make test
6767make down
@@ -110,7 +110,7 @@ here is an example of .env file:
110110 # Access scheme (default: https)
111111 scheme=https
112112 # Your version of Splunk Enterprise
113- version=9.0
113+ version=9.2
114114 # Bearer token for authentication
115115 #splunkToken=<Bearer-token>
116116 # Session key for authentication
0 commit comments