Skip to content

Releases: gjanders/SplunkVersionControl

1.2.16

03 Nov 06:49

Choose a tag to compare

  • splunkversioncontrol_backup_class.py - added "embed.expiry" to ignoreList (due to reports of issues in dashboards in new versions of Splunk cloud)

1.2.15

13 Oct 09:00

Choose a tag to compare

  • splunkversioncontrol_backup_class.py - added "embed.enabled" to ignoreList (due to reports of issues in dashboards in new versions of Splunk cloud)

1.2.14

15 Jun 05:30

Choose a tag to compare

  • splunkversioncontrol_utility.py - additional logging for errors

Files:

  • splunkversioncontrol_backup.py
  • splunkversioncontrol_backup_class.py
  • splunkversioncontrol_restore.py
  • splunkversioncontrol_rest_restore.py
  • splunkversioncontrol_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

09 May 06:02

Choose a tag to compare

  • 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

17 Apr 23:57

Choose a tag to compare

Library updates:

  • Updated Splunk python SDK to 2.0.1

1.2.10

29 Jun 10:09

Choose a tag to compare

Updates:

  • Disabled urllib3 warnings
  • Added timeout=0 on SplunkVersionControl ChangeDetector Directory savedsearch
  • 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

22 Sep 10:16

Choose a tag to compare

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 _audit index query to look for info=completed as well as info=granted, as this does not appear in Splunk 9
  • Added more time for the _audit log 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

1.2.8

14 Jun 23:54

Choose a tag to compare

README.md update
Updated to Splunk python SDK 1.6.20

1.2.7

06 Feb 02:52

Choose a tag to compare

Updated Splunk python SDK to 1.6.18

Corrected an issue where a DELETE combined with other operations could cause a stacktrace if using the run_ko_diff option

1.2.6

07 Nov 04:23

Choose a tag to compare

Updates to:
splunkversioncontrol_backup_class.py

To correct an issue with recording the git_location of file changes in more cases