1,如果ES曾经配置了多节点,(D:\elasticsearch-7.17.5\config\elasticsearch.yml里的cluster.initial_master_nodes),但现在环境改变了,只有单节点了,那么启动会出现问题。
2,办法是把data文件清空,重新建集群。也可以参考:ElasticSearch启动失败:master not discovered or elected yet, an election requires at least X nodes with ids from [XXXXX] - 没有星星的夏季 - 博客园
3,windows启动elasticsearch可以通过win+R,找到ES的服务,把它启动。或者到bin目录下启动elasticsearch.bat。调试用postman。文章来源:https://www.toymoban.com/news/detail-505627.html
4,启动成功不是说localhost:9200出现结果就叫启动成功,得post各种查询都能返回结果,才叫启动成功文章来源地址https://www.toymoban.com/news/detail-505627.html
到了这里,关于【ES】windows启动的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!