Elasticsearch connection to kiabana

HI team,
I am having 2 instances, elasticsearch on 1 instance and kiabana on another instance.
can u please help how to establish a connection between these es and kibana.
[image]

Kibana should be running on port 5601, try:

http://localhost:5601/app/kibana

Welcome!

If Kibana is running on another machine, you will need to configure network.host setting in elasticsearch so it can listen to requests coming on the network card instead of only localhost.

Then configure Kibana accordingly.

network.host should be 0.0.0.0 ?

Yes.

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