You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 15, 2018. It is now read-only.
I am using this cartridge in an openshift application and i see the elastic search has been started properly. From an another openshift application of mine I am trying to connect this instance using spring data elastic search.
I used the below configuration but the application complains about "No nodes available". I know i am missing out something which I am not able to figure it out.
I am using this cartridge in an openshift application and i see the elastic search has been started properly. From an another openshift application of mine I am trying to connect this instance using spring data elastic search.
I used the below configuration but the application complains about "No nodes available". I know i am missing out something which I am not able to figure it out.
elasticsearch:transport-client id="client" cluster-nodes="127.5.147.129:9200,127.5.147.129:9300" cluster-name="elasticsearch-558ec2f64382ec9da2000007"
Could you please help me?
I got the bind ip's when I hit "my_es_instance/_nodes".
.... "transport":{"bound_address":"inet[/127.5.147.129:9300]","publish_address":"inet[/10.142.187.226:47307]","profiles":{}},"http":{"bound_address":"inet[/127.5.147.129:9200]","publish_address":"inet[/10.142.187.226:9200]","max_content_length_in_bytes":104857600},"plugins"}...
The text was updated successfully, but these errors were encountered: