Error two nodes ES cluster

I am trying to create two node ES cluster but i am unable to connect my data node to the master node.
I have set "node.master = true" and "node.data=false" in my master node config and vice versa in my data node config. But while starting my data node i get the following error:

"[node-2] failed to send join request to master [{master}{5rnNpXRqTNy5PLAWkPZrJw}{WhQB38sQRmu5eltmjDS8yA}{10.27.25.134}{10.27.25.134:9300}{ml.machine_memory=8589332480, ml.max_open_jobs=20, xpack.installed=true, ml.enabled=true}], reason [RemoteTransportException[[master][10.27.25.134:9300][internal:discovery/zen/join]]; nested: ConnectTransportException[[node-2][10.152.132.86:9300] connect_exception]; nested: IOException[Connection refused: no further information: 10.152.132.86/10.152.132.86:9300]; nested: IOException[Connection refused: no further information]; ]"

Please Kindly Help. Thanks

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.