Hi ,
I am not able to telnet on the machine having elasticsearch is running using the hostname/ipaddr, while the telnet through localhost is working fine.
telnet localhost 9200
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
^]
telnet> quit
telnet xyz 9200
Trying 172.23.16.19...
telnet: connect to address 172.23.16.19: Connection refused
Here is my elasticsearch conf file:
cluster.name: abc
node.name: xyz
path.data: /servers/scratch03/ES_DATA
path.logs: /var/log/elasticsearch