DataElicit Logo

Docs

Manual

Installation and configuration guide for the DBConnector.

MANUAL

Installation

Login into DataElicit’s portal. Download dbconnector.tgz from the Connectors tab.

Extract the tar into <Installation-Path>/LogConnector/connectors directory.

tar -xzf dbconnector.tgz

dbconnector connector directory:

/opt/LogConnector/connectors/dbconnector$ ls
bin    default    template    manifest.yaml    README.md

Configuration

Create local directory and configure connector.conf, global.conf, secret.conf as per your requirements:

/opt/LogConnector/connectors/dbconnector$ mkdir local
/opt/LogConnector/connectors/dbconnector$ cd local
/opt/LogConnector/connectors/dbconnector/local$ nano connector.conf
/opt/LogConnector/connectors/dbconnector/local$ nano secret.conf
/opt/LogConnector/connectors/dbconnector/local$ nano global.conf
/opt/LogConnector/connectors/dbconnector/local$ ls
connector.conf    global.conf    secret.conf

Note

Check conf specific conf.ini files in template/ directory for how to configure the conf files.

References

https://docs.sqlalchemy.org/en/20/tutorial/engine.html
✉️Still stuck? How can we help?

Updated on July 7, 2025

connector.conf →