Hi all,
I need to use SplunkDB connect to connect to a MongoDB on prem instance.
I've installed Splunk DBX Add-on for MongoDB but I understand that it works only with Atlas MongoDB and not with Mongo on prem installation.
I tried to follow this suggestion
but the format of stanza is quite different.
I try to create a connection using the MongoDB Atlas Connection Type, I receive this error:
Command failed with error 40324 (Location40324): 'Unrecognized pipeline stage name: '$sql'
Any suggestion ?
Fabrizio
Connecting Splunk DB Connect to an on-premises MongoDB instance requires some additional steps compared to using MongoDB Atlas.
To connect to your on-premises MongoDB, you’ll need the MongoDB JDBC driver. You can download it from https://unityjdbc.com/download.php?type=mongodb . Make sure to obtain the mongodb_unityjdbc_full.jar from the installation folder.
Then, you can configure a JDBC Connection
https://unityjdbc.com/mongojdbc/setup/mongodb_jdbc_splunk_dbconnect_v3.pdf
I hope this helps, if any reply helps you, you could add your upvote/karma points to that reply, thanks.