elasticsearch-7.3.2\logs目录下查找elasticsearch.log
org.elasticsearch.ElasticsearchException: Failure running machine learning native code. This could be due to running on an unsupported OS or distribution, missing OS libraries, or a problem with the temp directory. To bypass this problem by running Elasticsearch without machine learning functionality set [xpack.ml.enabled: false]. at org.elasticsearch.xpack.ml.MachineLearning.createComponents(MachineLearning.java:497) ~[?:?] at org.elasticsearch.node.Node.lambda$new$9(Node.java:457) ~[elasticsearch-7.3.2.jar:7.3.2]
解决方法:文章来源:https://www.toymoban.com/news/detail-558723.html
打开config目录下的elasticsearch.yml,添加如下一行配置:文章来源地址https://www.toymoban.com/news/detail-558723.html
xpack.ml.enabled: false
到了这里,关于ELASTICSEARCH-7.3.2报错:Failure running machine learning native code. This could be due to running的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!