Hello good afternoon, does anyone know how to integrate the Adabas database into Splunk and where I can download the jdbc drivers for Splunk DB Connect?
Hello @fernan2ruiz Since its not supported driver you have to get Driver from vendor from this link : https://documentation.softwareag.com/adabas/cxx146/install/CONNXInstall/Connecting_to_CONNX_JDBC_Ser... and create server class something like below:
[ADABAS]
displayName = adabas
serviceClass = com.splunk.dbx2.DefaultDBX2JDBC
jdbcDriverClass = com.Connx.jdbc.TCJdbc.TCJdbcDriver
jdbcUrlFormat = jdbc:adabas://:/
Splunk doc for not supported driver server class creation : https://docs.splunk.com/Documentation/DBX/3.18.1/DeployDBX/Installdatabasedrivers#:~:text=on%20Windo...
You may need to contact the database vendor for the driver.