在elasticSearch.yum文件配置了:
http:cors.enabled: true
http.cors.allow-origin: "*"
后,执行elasticSearch.bat程序,报:unknown setting [http:cors.enabled] did you mean any of [http.cors.enabled, http.enabled]?错误,不知道是为什么。
感谢回复,不过不是因为这种细节的问题,而是可能因为版本<6.7.0>的缘故,elasticSearch.yum配置文件某些参数书写格式与视频稍微不一样所导致的,最终按如下配置解决了我的问题:
http:
cors:
enabled: true
allow-origin: "*"
“http:cors.enabled: true”http后边是 【.】不是【:】,同时还要注意 true前边是空格