Re: How to connect elasticsearch instance of docker VMs from two different machine?

2015-02-27 Thread Zicheng Wang
Hi Anand I am having the same issue, do you have a solution, thanks On Monday, September 15, 2014 at 4:42:05 AM UTC-7, Anand kumar wrote: Thank you Mark for your precious time. On Monday, 15 September 2014 17:08:48 UTC+5:30, Mark Walkom wrote: Your problem is a docker networking issue,

How to connect elasticsearch instance of docker VMs from two different machine?

2014-09-15 Thread Anand kumar
Hi all, I'm trying to connect two ES instances using docker VM and both as master nodes, but the instances belong to two different hosts from the same network. My docker commands are as below: host1 : $ docker run -t -i --name=master-node-01 -p 9200:9200 -p 9300:9300 host2 : $ docker

Re: How to connect elasticsearch instance of docker VMs from two different machine?

2014-09-15 Thread Mark Walkom
Are they on the same network? Can you telnet to each of the hosts? It looks like the two nodes don't have access to each other, hence the no route to host error. Regards, Mark Walkom Infrastructure Engineer Campaign Monitor email: ma...@campaignmonitor.com web: www.campaignmonitor.com On 15

Re: How to connect elasticsearch instance of docker VMs from two different machine?

2014-09-15 Thread Anand kumar
Hi Mark, Thanks for your reply. Yeah, both the hosts belonged to same network. I cant able to use telnet, instead I tried ssh. On Monday, 15 September 2014 16:36:53 UTC+5:30, Mark Walkom wrote: Are they on the same network? Can you telnet to each of the hosts? It looks like the two

Re: How to connect elasticsearch instance of docker VMs from two different machine?

2014-09-15 Thread Anand kumar
Thank you Mark for your precious time. On Monday, 15 September 2014 17:08:48 UTC+5:30, Mark Walkom wrote: Your problem is a docker networking issue, not an ES one. I'm not familiar with docker so can't help much more sorry. Regards, Mark Walkom Infrastructure Engineer Campaign Monitor

Re: How to connect elasticsearch instance of docker VMs from two different machine?

2014-09-15 Thread Mark Walkom
Your problem is a docker networking issue, not an ES one. I'm not familiar with docker so can't help much more sorry. Regards, Mark Walkom Infrastructure Engineer Campaign Monitor email: ma...@campaignmonitor.com web: www.campaignmonitor.com On 15 September 2014 21:34, Anand kumar