Does ES require telnet be installed?

I see telnet mentioned in many posts. Telnet is not installed by default here... do i need it? Can ssh be used instead?

You don't need neither telnet nor ssh. Can you show any examples where telnet is mentioned?

telnet to ports to verify connectivity.
if you put telnet in the search box a bunch comes up.

You can verify connectivity with curl.

My issue is I have nodes that show up 'na'. I can curl them and ping them but they are still 'na'.

I have nodes that show up 'na'.

Where do they show up as 'na'?

when you curl them at 9200. I'm trying to get them to join a cluster.

I am not sure I understand what you mean by

I can curl them and ping them but they are still 'na'.

I am afraid that in order to help you, you need to show what exactly you run and from where and show what you get back in response and what you see in log files on the master node and on the nodes that you are trying to add to the cluster.

curl -X GET 'http://( IP ADDERESS ):9200/'

| you need to show what exactly you run

Thanks! We got that. How about the following:

and from where

and show what you get back in response

and what you see in log files on the master node

and on the nodes that you are trying to add to the cluster.

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