ElasticSearch7安装启动问题

作者: 海苔胖胖 | 来源:发表于2019-11-26 13:57 被阅读0次

启动报错一:X-Pack is not supported and Machine Learning is not available for [windows-x86];

X-Pack is not supported and Machine Learning is not available for [windows-x86]; you can use the other X-Pack features (unsupported) by setting xpack.ml.enabled: false in elasticsearch.yml

解决办法:
elasticsearch.yml最后一行加入

 xpack.ml.enabled: false

将mysql数据导入至ElasticSearch

注意点一:

使用官方文档推荐的mysql版本,ElasticSearch7推荐版本为5.1.36

注意点二:

将jar包放到LogStash安装目录下的\logstash-core\lib\jars目录

相关文章

网友评论

    本文标题:ElasticSearch7安装启动问题

    本文链接:https://www.haomeiwen.com/subject/sovewctx.html