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
+20-10Lines changed: 20 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ Here's what you need to get going with the Splunk SDK for Python.
36
36
37
37
#### Python
38
38
39
-
The Splunk SDK for Python requires Python 2.7+.
39
+
The Splunk SDK for Python requires Python 2.7+, including Python 3.
40
40
41
41
#### Splunk
42
42
@@ -282,15 +282,25 @@ If you would like to contribute to the SDK, go here for more information:
282
282
283
283
### Support
284
284
285
-
Beginning September 2018, the Splunk SDKs for C#, Java, JavaScript, and Python will no longer be supported through Splunk Support.
286
-
287
-
You can still request assistance using the following options:
288
-
289
-
* Post questions to [Splunk Answers](http://splunk-base.splunk.com/answers/). Be sure to use tags to identify the SDK or tool you are having an issue with.
290
-
291
-
* File an issue on [GitHub](https://github.com/splunk/).
292
-
293
-
* Send feedback to _devinfo@splunk.com_.
285
+
1. You will be granted support if you or your company are already covered
286
+
under an existing maintenance/support agreement.
287
+
Send an email to support@splunk.com and include "Splunk SDK for Python"
288
+
in the subject line.
289
+
2. If you are not covered under an existing maintenance/support agreement, you
0 commit comments