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
配置文件執行報錯啊,[ERROR][logstash.agent ] Failed to execute action {:action=>LogStash::PipelineAction::Create/pipeline_id:main, :exception=>"LogStash::ConfigurationError", :message=>"Expected one of #, {, } at line 11, column 59 (byte 473) after input {\n jdbc {\n\tjdbc_connection_string =>
2020-04-20