kibana 6.3.0 版本 POST /person/_serach會報錯
需要POST /person/_doc/_serach加上_doc
需要POST /person/_doc/_serach加上_doc
2020-07-10
我啟動報這個錯誤NoNodeAvailableException[None of the configured nodes are available
注釋掉spring.data.elasticsearch.cluster-name=my-application
啟動運行成功
注釋掉spring.data.elasticsearch.cluster-name=my-application
啟動運行成功
2020-05-21
大家要注意pom.xml中的spring版本,因為spring 2.2.0.RELEASE不支持transport client,IDEA會在application.properties提示es配置項已棄用(The transport client support is deprecated),要用spring.2.1.1.RELEASE。
2020-05-10