This version of the JDBC driver is only compatible with Elasticsearch version 7.9 or newer; attempti

I encountered a problem when using DBeaver to connect to es today.

This version of the JDBC driver is only compatible with Elasticsearch version 7.9 or newer; attempting to connect to a server version 7.4.0

The reason should be that the current es driver download is wrong,

Past Releases of Elastic Stack Software | Elastic 

Go to the official website to download the corresponding version file. Note that it is a jar package.

The package I added 7.4.0 here is still unable to connect. Moreover, there is no way to set which library to read from by default in the driver library, so the 7.9.1 library is deleted.

ready to connect

 

 

 

Guess you like

Origin blog.csdn.net/leonnew/article/details/124040912