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 " ]