All Apps and Add-ons

What connection type should be used for mongodb to SPLUNK db connect

vrmandadi
Builder

Currently we have Splunk db connect app 3.1.4 version and I want to connect to MongoDB .In the DB CONNECT under the connections what connection type should be selected for MongoDB.I dont see anything for MongoDB.What would we the work around to connect to it.

Thanks in Advance

0 Karma

umlawren
Explorer

The JAR file should be in the directory $SPLUNK_HOME/etc/apps/splunk_app_db_connect/drivers

You should modify the file db_connection_types.conf file in $SPLUNK_HOME/etc/apps/splunk_app_db_connect/default to have the details posted by vrmandadi above:

[mongo]
displayName = MongoDB
jdbcDriverClass = mongodb.jdbc.MongoDriver
serviceClass = com.splunk.dbx2.DefaultDBX2JDBC
jdbcUrlFormat = jdbc:mongo://<host>:<port>/<database>

Full installation instructions for MongoDB JDBC driver with Splunk DBConnect version 3 are available.

richgalloway
SplunkTrust
SplunkTrust

Have you installed a JDBC driver for MongoDB on your DB Connect server?

---
If this reply helps you, Karma would be appreciated.
0 Karma

vrmandadi
Builder

No I have not .So what is the correct JDBC driver that needs to be installed? .This should be under app/drivers folder right?

0 Karma

nickhills
Ultra Champion
0 Karma

vrmandadi
Builder

Hello @nickhillscpl thank you for your reply .I did download the jar file but where should the stanza be placed /in which location it should be placed

[mongo2]
displayName = MongoDB2
serviceClass = com.splunk.dbx2.DefaultDBX2JDBC
jdbcUrlFormat = jdbc:mongodb:// : /
jdbcDriverClass = mongodb.jdbc.MongoDriver
port = 27017

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...