This probably doesn't help very much, but we've seen the same issue recently on Splunk 6.6.2 and DBConnect 3.0.1. Everything was working well for ~12 months, but then today we get an error almost identical to your screenshot. We're not sure exactly when the error started occurring for us, but it also seems to be pointing to splunklib.six.moves. We've tried installing the latest version of DBConnect 3.13 but that destroyed our configurations and didn't fix the problem. Reverted to 3.0.1 and restored our configurations (DBXquery command and our identities are working as expected, it's just the Data Lab and Configuration dashboards within the app that are failing.
<?xml version="1.0" encoding="UTF-8"?> <response> <messages> <msg type="WARN">Traceback (most recent call last): File "/opt/splunk/bin/rest_handler.py", line 79, in <module> print splunk.rest.dispatch(**params) File "/opt/splunk/lib/python2.7/site-packages/splunk/rest/__init__.py", line 149, in dispatch module = __import__('splunk.rest.external.%s' % parts[0], None, None, parts[0]) File "/opt/splunk/etc/apps/splunk_app_db_connect/bin/dbxproxy.py", line 6, in <module> from settings import Settings File "/opt/splunk/etc/apps/splunk_app_db_connect/bin/settings.py", line 10, in <module> import splunklib.client as client File "/opt/splunk/etc/system/bin/splunklib/__init__.py", line 18, in <module> from splunklib.six.moves import map ImportError: No module named six.moves </msg> </messages> </response>
... View more