JDBC node settings
In order to enable JDBC on a node where the Siren Federate plugin is installed, add the following setting to elasticsearch.yml
:
node.attr.connector.jdbc: true
Then, create a directory named jdbc-drivers
inside the configuration directory of the node (e.g. elasticsearch/config
or /etc/elasticsearch
).
Finally, copy the JDBC driver for your remote datasource and its dependencies to the jdbc-drivers
directory created above and restart the node; see the JDBC driver installation and compatibility section for a list of compatible drivers and dependencies.JDBC driver installation and compatibility