Hi,
I'm trying to connect a BI tool into Elasticsearch 6.3. In order to do so, I need the serviceClass and jdbcDriverClass, but don't see it documented anywhere. Can someone provide it?
Hi,
I'm trying to connect a BI tool into Elasticsearch 6.3. In order to do so, I need the serviceClass and jdbcDriverClass, but don't see it documented anywhere. Can someone provide it?
Hi @bossi6of9,
The driver class is org.elasticsearch.xpack.sql.jdbc.jdbc.JdbcDriver
(documented here). Which BI tool are you trying to connect to ES?
Thanks. I'm trying to use DB Visualizer, but I'm getting a "could not load any driver from files" message.
Hi @bossi6of9,
I am not familiar with DBVisualizer but I tried it for few minutes.
Steps I followed:
jdbc-6.3.2.jar
file inside DBVisualizer installation under jdbc/es
folder but I believe it can be placed anywhere elselib
+
sign to add a new driverjdbc-6.3.2.jar
locationAlso, please note that you need a Platinum license in your Elasticsearch cluster to be able to use the JDBC driver. More details here, under Management & Tooling
section.
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.