test,Can you help with this because I have the same problem for MySQL.
I've added mysql connector:
mysql-connector-java-8.0.19.jar
/splunk/etc/apps/splunk_app_db_connect/drivers
On the webinterface, I've added identity to login to mysql. test_user:test_password .. save. -> test_identity
On the webinterface, I've added the connection,
connection name: test
identity: test_identity
connection type: mysql
timezone: UTC
JDBC host: localhost
port: 3306
Default database: test_database
So the JDBC URl preview is: jdbc:mysql://localhost:3306/test_database
SAVE. And I have exactly the same problem like you just for the MySQL add.
I've tried to make manual JDBC Url buit also fails:
jdbc:mysql://test_user:test_password@tcp(127.0.0.1:3306)/test_database
There is no test query what you mention or anything.
... View more