Hi @shaheryar.malik.
please check as below , it may be helpful to you!
We can’t access this elastic search from remote machine as below image :
For localhost or private IP-
For VM Public IP
we need to make as IP based elastic search for access through the network
Edit hosts file as below :
$nano /etc/hosts
Just map IGIVM with VM Public IP address as below :
Save this file .
Stop elastic search and restart It as below image:-
Command :-
$systemctl stop elasticsearch.searvice
$ systemctl start elasticsearch.searvice
$ systemctl status elasticsearch.searvice
NOW WE CAN SEE ELASTIC SEARCH IS UP AND RUNNING.
NOW we can access this elastic search from remote machine
Thanks
HadoopHelp