Elastic search binding to public ip

i want to access elastic search from a public ip 192.168.144.29
for that i changed in elasticsearch.yml file
network.host: 192.168.144.29
its not working
same i did for kibana it works fine? whats the problem while doing it with elasticsearch

Hi @Vikas_Yadav,

Could you please share the logs while starting elasticsearch service. It will help me to understand the problem.

Thanks,
Manish

thanks manish. got the problem solved
changed dicovery.type: single-node

Ok great. :+1: