Configuring Multi-node ES across different servers

Hi All,

My usecase is to setup a Multi-node ES cluster that runs on different servers talking with Logstash and Kibana, all spun up using docker-compose.
ex:
odfe-node1 on 1.1.1.1:9200
odfe-node2 on 1.1.1.2:9200
odfe-node3 on 1.1.1.3:9200

I see a lot of examples of the ES cluster setup on the single server.
If i were to implement my usecase, what network changes am i to make in my docker-compose and elasticsearch.yml file on all nodes. Please suggest.

Hi Rohini,

Did you figure this out? I have similar use case.

Thanks
MV