All Apps and Add-ons

Splunk DB Connect: When trying to connect to MySQL, why am I receiving "jdbcUrlFormat is a mandatory parameter for the database connection" error message?

lucasbarbosa
Explorer

I'm trying to connect Splunk to MySQL. I've already downloaded "mysql-connector-java-5.1.40-bin" and put it in the directory. But the following error appeared, what can it be?

Error: jdbcUrlFormat is a mandatory parameter for the database connection.

In db_connection_types.conf it looks like this:

[mysql]
displayName = MySQL
serviceClass = com.splunk.dbx2.MySQLJDBC
jdbcUrlFormat = jdbc:mysql://<host>:<port>/<database>
jdbcUrlSSLFormat = jdbc:mysql://<host>:<port>/<database>?useSSL=true&requireSSL=true&verifyServerCertificate=false
jdbcDriverClass = com.mysql.jdbc.Driver
port = 3306
testQuery = SELECT 1
ui_default_catalog = $database$
0 Karma

aaraneta_splunk
Splunk Employee
Splunk Employee

@lucasbarbosa - Were you able to test out jcoates solution? Did it work? If yes, please don't forget to resolve this post by clicking on "Accept". If you still need more help, please provide a comment with some feedback. Thanks!

0 Karma

jcoates_splunk
Splunk Employee
Splunk Employee

because that's supported by default, I would expect it to work out of the box. Try rolling back any customizations?

0 Karma
Get Updates on the Splunk Community!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...