我没有node 节点,我需要怎么做才能链接上集群?
Spring boot 启动后可以看见这个错误:
failed to load elasticsearch nodes : org.elasticsearch.client.transport.NoNodeAvailableException: None of the configured nodes are available: [{#transport#-1}{u1Kui1JtT4KI3GEjV7Wgjg}{127.0.0.1}{127.0.0.1:9200}]
我的es就是一个单集群,我改怎么样才能连接上es,进行数据的CURD?希望大佬帮忙看一下
我的es配置是:
#es spring.data.elasticsearch.cluster-nodes=127.0.0.1:9200 spring.data.elasticsearch.cluster-name=elasticsearch