Detailed solution for elasticsearch.bat startup flashback

Chinese translation: Reason: X-Pack is not supported, machine learning is not applicable [windows-x86]; You can use other X-Pack features by setting xpack.ml.enabled: false in elasticsearch.yml (not supported)

Caused by: org.elasticsearch.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

Solution:

Modify \config\elasticsearch.yml in the es folder directory

Add a line of configuration to solve it

xpack.ml.enabled: false

 

 Started successfully~

Guess you like

Origin blog.csdn.net/lps12345666/article/details/130123081