hi,
we are getting below error while connecting microservice to elasticseach
failed to load elasticsearch nodes : org.elasticsearch.client.transport.NoNodeAvailableException: None of the configured nodes are available: [{#transport#-1}{MJO9ggVzTUy1TAJ4frzCdg}{elasticsearch-service-6}{xxx.xxx.xx.x:9300}]
and below is the configuration that we have made in ES
cluster.name: new_cluster
node.name: node1
network.host:
http.port: 9200
transport.tcp.port: 9300
node.master: true
node.data: true
node.ingest: true
search.remote.connect: true
network.bind_host: 0
please help me out in solving issue.