为了账号安全,请及时绑定邮箱和手机立即绑定

elasticSearch跨域配置

在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]?错误,不知道是为什么。

正在回答

2 回答

感谢回复,不过不是因为这种细节的问题,而是可能因为版本<6.7.0>的缘故,elasticSearch.yum配置文件某些参数书写格式与视频稍微不一样所导致的,最终按如下配置解决了我的问题:

http:

    cors:

        enabled: true

        allow-origin: "*" 

0 回复 有任何疑惑可以回复我~

“http:cors.enabled: true”http后边是 【.】不是【:】,同时还要注意 true前边是空格

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

elasticSearch跨域配置

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信