Kibana message":"Unable to revive connection: http://192.x.x.x:9200/"

Hi,

After i enabled firewall rules kibana shows

tags":["warning","elasticsearch","admin"],"pid":9621, message":"Unable to revive connection: http://192.168.x.x:9200/"

i opened the port 5601 & 9200 in kibana server. it couldnt able to communicate elasticsearch cluster server.

can help me , what i did wrong.

Thanks

Port 9200 is that of Elasticsearch. Did you open that port on the Elasticsearch server?

I also assume that you obfuscated the local IP of ES and it doesn't actually contain x's?

yes it works... after open port 9200 on the ES server. its working.

thanks