错误提示:
uncaught exception in thread [main]
org.elasticsearch.bootstrap.StartupException:
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]
解决办法:
用这条命令执行:elasticsearch -E xpack.ml.enabled=false
或者在elasticsearch.yml里修改xpack.ml.enabled: false
```