All Apps and Add-ons

Unknown error when trying to restore

dshatto
Loves-to-Learn Everything

I get the following message when trying to restore a saved search in VersionControl For Splunk

/*
Unknown failure, received a non-200 response code of 400 on the url https://localhost:8089/services/splunkversioncontrol_rest_restore, reason Bad Request, text result is

<msg type="WARN">An exception was thrown while dispatching the python script handler.

*/

0 Karma

gjanders
SplunkTrust
SplunkTrust

I believe we are also chatting via email? Happy to discuss on answers or email, for now I'll post on both 🙂

In $SPLUNK_HOME/var/log/splunk/

There should be a:
splunkversioncontrol_rest_restore.log

Which should hopefully provide some hints if there is no log we can try:
$SPLUNK_HOME/bin/splunk cmd python $SPLUNK_HOME/etc/apps/SplunkVersionControl/bin/splunkversioncontrol_rest_restore.py

The above would just to be sure there are no syntax errors appearing in the file.

Finally if you have logs but they are not providing any hints would you mind editing:
$SPLUNK_HOME/etc/apps/SplunkVersionControl/bin/splunkversioncontrol_rest_restore.py

And comment out line 45?

logging.getLogger().setLevel(logging.INFO)

That way you should see debug logs into the file.

0 Karma
Get Updates on the Splunk Community!

Shape the Future of Splunk: Join the Product Research Lab!

Join the Splunk Product Research Lab and connect with us in the Slack channel #product-research-lab to get ...

Auto-Injector for Everything Else: Making OpenTelemetry Truly Universal

You might have seen Splunk’s recent announcement about donating the OpenTelemetry Injector to the ...

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...