弹性搜索 - Spring引导:没有配置的节点可用

时间:2018-02-13 08:59:55

标签: tomcat elasticsearch jhipster

我正在将我的单片JHipster应用程序部署到Tomcat。我已将弹性搜索作为服务安装,以便将其用作我的应用程序的单独节点。 弹性搜索工作正常(localhost:9200返回集群信息)。

我将此配置添加到我的application-prod.yml

const

当我启动tomcat时,我收到此错误:

  data:
    elasticsearch:
        cluster-name: elasticsearch
        cluster-nodes: localhost:9300
        properties:
            http:
                enabled: true

1 个答案:

答案 0 :(得分:1)

我找到了解决方案,我使用的是错误版本的elasticSearch。

根据{{3}},我必须使用2到5之间的版本,因为我正在使用spring boot 1.5。