解决:ElasticsearchException[X-Pack is not supported and Machine Learning is not available for

最近在安装Elasticsearch-6.3.2时(windows平台),启动Elasticsearch,点击bin/elasticsearch.bat,启动报错:

ElasticsearchException[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]

解决:ElasticsearchException[X-Pack is not supported and Machine Learning is not available for_第1张图片

解决:在config/elasticsearch.yml添加一条配置:

xpack.ml.enabled: false

解决:ElasticsearchException[X-Pack is not supported and Machine Learning is not available for_第2张图片

重新启动,浏览器访问127.0.0.1:9200,ok!

解决:ElasticsearchException[X-Pack is not supported and Machine Learning is not available for_第3张图片


books 推荐阅读:elastic search搜索引擎实战demo:https://github.com/simonsfan/springboot-quartz-demo,分支:feature_es

books 推荐阅读:使用quartz实现定制化定时任务(包含管理界面)

你可能感兴趣的:(其它)