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
Corrected useLocalAuth setting so that it works as expected
265
+
266
+
Corrected imports so that post version control method works as well as the cloud version
267
+
263
268
### 1.1.0
264
269
Now tested on Windows and Splunk Cloud (note this version of the app is not installed on SplunkCloud, the VersionControl for SplunkCloud is the app to install on the SplunkCloud instance, this variation of the app includes only what is required to remotely backup/restore a SplunkCloud instance
self.response.write("Restore has completed successfully in app %s, object of type %s, with name %s was restored from tag %s, scope %s with restoreAsUser %s and your username of %s"% (app, type, obj_name, tag, scope, restoreAsUser, username))
231
234
logger.info("Restore has completed successfully in app=%s, object of type=%s, with name=%s was restored from tag=%s, scope=%s with restoreAsUser=%s and requested by username=%s"% (app, type, obj_name, tag, scope, restoreAsUser, username))
232
235
else:
233
-
self.response.write("Restore has failed to complete successfully in app %s, object of type %s, with name %s was restored from tag %s, scope %s with restoreAsUser %s and your username of %s"% (app, type, obj_name, tag, scope, restoreAsUser, username))
234
-
logger.warn("Restore has failed to successfully in app=%s, object of type=%s, with name=%s was restored from tag=%s, scope=%s with restoreAsUser=%s and requested by username=%s"% (app, type, obj_name, tag, scope, restoreAsUser, username))
236
+
self.response.write("Restore has failed to complete successfully in app %s, object of type %s, with name %s was not restored from tag %s, scope %s with restoreAsUser %s and your username of %s"% (app, type, obj_name, tag, scope, restoreAsUser, username))
237
+
logger.warn("Restore has failed to complete successfully in app=%s, object of type=%s, with name=%s was not restored from tag=%s, scope=%s with restoreAsUser=%s and requested by username=%s"% (app, type, obj_name, tag, scope, restoreAsUser, username))
235
238
236
239
self.runHttpRequest(url, headers, None, 'delete', 'wiping kvstore splunkversioncontrol_rest_restore_status after completed run')
0 commit comments