百钻公会ELK教程及问题整理

ElasticSearch7安装启动问题

2019-11-26  本文已影响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目录

上一篇 下一篇

猜你喜欢

热点阅读