Use docker to build elastic seal on multiple machines, one on each machine. Then we can monitor them with kibana. Is this a cluster? Is it feasible?

I use docker compose to build an ES container on 231 and 184 servers respectively. I want to build a kibana on another machine, and then through kibana Configure Elasticsearch in YML Hosts, let kibana access them through the IP and ES ports of the two services. In this way, can I ask kibana to monitor the ES services on multiple machines? Is the service built in this way a cluster? If it can be implemented, what configurations and places to pay attention to.

Elasticsearch. hosts: [ " http://172.20.43.231:9200 "," http://172.20.43.184:9200 " ]

Welcome to our community! :smiley:

You cannot point Kibana at more than one Elasticsearch cluster, no.

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