Releases: gjanders/SplunkVersionControl
Releases · gjanders/SplunkVersionControl
1.2.16
1.2.15
1.2.14
splunkversioncontrol_utility.py- additional logging for errors
Files:
splunkversioncontrol_backup.pysplunkversioncontrol_backup_class.pysplunkversioncontrol_restore.pysplunkversioncontrol_rest_restore.pysplunkversioncontrol_restore_class.py
Modified to use the REST API search/jobs v2 endpoint
Note that due to the use of the v2 endpoints this release supports 9.0 and above.
1.2.13
splunkversioncontrol_restore_class.py- updated to show a message if the app in question does not exist
Library updates:
- Updated Splunk python SDK to 2.1.0
Includes updates from 1.2.12:
- Update as per github issue #28, python code update to splunkversioncontrol_utility.py for Splunk 9.3 compatibility contributed by ParksBra
1.2.11
1.2.10
Updates:
- Disabled urllib3 warnings
- Added timeout=0 on
SplunkVersionControl ChangeDetector Directorysavedsearch - Added some minor comments about
/services/properties/savedsearches/default(no changes in this version) - Updated various internal calls to use sslVerify setting. Hopefully nothing will break but this will result in more SSL verification in various parts of the code
Library updates:
- Updated Splunk python SDK to 1.7.3
1.2.9
New features:
- Added wildcard support for restores, so restore a savedsearch of
Test*will now restore any savedsearch starting with Test, wildcards can be used on any knowledge object - Created a new file called
test_git.py
Updates:
- Re-factored
splunkversioncontrol_restore_class.py - Added more debug logging in case something does fail on restoration
- Updated the savedsearches for the
_auditindex query to look for info=completed as well as info=granted, as this does not appear in Splunk 9 - Added more time for the
_auditlog entry to appear, previously it would appear on the same second the dashboard was run, now there is an approx 10 second delay
Library updates:
- Updated Splunk python SDK to 1.7.2