我试图使用logstash将mysql数据加载到elasticsearch。我尝试了几乎所有版本的mysql-连接器-java.jar,但是都失败了。有人能帮我吗?与java 11一起使用的是mysql-java-连接器的哪个版本。
发布于 2019-07-05 11:21:37
- change the configuration files to point to the right Java version (though that might be tricky with updates)
- Set different `JAVA_HOME` for the different users running the services.
还请注意,在Elasticsearch 7中,JDK将自动绑定到二进制文件中,如果没有JAVA_HOME设置,它将返回到该二进制文件。
https://stackoverflow.com/questions/56884705
复制相似问题