elasticSearch跨域配置

来源:2-3 插件安装

ygs1990

2020-02-14 17:40

在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回答

  • ygs1990
    2020-02-29 16:40:36

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

    http:

        cors:

            enabled: true

            allow-origin: "*" 

  • 无丶丶丶丶丶丶丶聊
    2020-02-21 08:54:37

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

ElasticSearch入门

ElasticSearch轻松入门,Spring Boot集成ES

67740 学习 · 302 问题

查看课程

相似问题