启动报错一: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目录
网友评论