版本:7.8.0
错误重现:双击.bat启动时报错闪退,通过日志文件发现报错为。
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
语句
重新启动即可!