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: CHANGELOG.md
+15
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,20 @@
1
1
# Splunk Enterprise SDK for Python Changelog
2
2
3
+
## Version 1.7.3
4
+
5
+
### Bug fixes
6
+
*[#493](https://github.com/splunk/splunk-sdk-python/pull/493) Fixed file permission for event_writer.py file [[issue#487](https://github.com/splunk/splunk-sdk-python/issues/487)]
7
+
*[#500](https://github.com/splunk/splunk-sdk-python/pull/500) Replaced index_field with accelerated_field for kvstore [[issue#497](https://github.com/splunk/splunk-sdk-python/issues/497)]
8
+
*[#502](https://github.com/splunk/splunk-sdk-python/pull/502) Updated check for IPv6 addresses
Copy file name to clipboardexpand all lines: README.md
+37-5
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.7.2
6
+
#### Version 1.7.3
7
7
8
8
The Splunk Enterprise Software Development Kit (SDK) for Python contains library code designed to enable developers to build applications using the Splunk platform.
9
9
@@ -30,7 +30,7 @@ Here's what you need to get going with the Splunk Enterprise SDK for Python.
30
30
31
31
* Splunk Enterprise 9.0 or 8.2
32
32
33
-
The Splunk Enterprise SDK for Python has been tested with Splunk Enterprise 9.0and 8.2
33
+
The Splunk Enterprise SDK for Python has been tested with Splunk Enterprise 9.0, 8.2 and 8.1
34
34
35
35
If you haven't already installed Splunk Enterprise, download it [here](http://www.splunk.com/download).
36
36
For more information, see the Splunk Enterprise [_Installation Manual_](https://docs.splunk.com/Documentation/Splunk/latest/Installation).
@@ -111,9 +111,9 @@ here is an example of .env file:
111
111
# Your version of Splunk Enterprise
112
112
version=9.0
113
113
# Bearer token for authentication
114
-
#bearerToken=<Bearer-token>
114
+
#splunkToken=<Bearer-token>
115
115
# Session key for authentication
116
-
#sessionKey=<Session-Key>
116
+
#token=<Session-Key>
117
117
118
118
#### SDK examples
119
119
@@ -209,7 +209,39 @@ class GeneratorTest(GeneratingCommand):
0 commit comments