good morning
Sorry if this topic has been discussed in previous posts, but I have looked for a solution to create this connection and it has not worked for me.
I have done the following:
1- Install the driver in the directory
/ home / splunk / splunk / etc / apps / splunk_app_db_connect / drivers
2- Configure the configuration to Mariadb
/home/splunk/splunk/etc/apps/splunk_app_db_connect/local/db_connection_types.conf
[mariadb]
displayName = MariaDB
serviceClass = com.splunk.dbx2.DefaultDBX2JDBC
jdbcUrlFormat = jdbc:mariadb://:/
jdbcUrlSSLFormat = jdbc:mariadb://:/?useSSL=true
jdbcDriverClass = org.mariadb.jdbc.Driver
supportedVersions = 5.1
port = 3306
ui_default_catalog = $database$
connection_properties = {"verifyServerCertificate":"false"}
When I create the connection and add the identity, db_connect 3.1.1 informs me:
"No suitable driver found for jdbc: mariadb"
Any support or suggestion is appreciated
Regards
↧