Hi, I would like to configure the Elastic Search for multiple nodes but only when 2 nodes running from 3 nodes, then the localhost can be accessed
I have tried:
- node.name: node-3 (in folder node2 then node-2, etc)
- network.host: localhost
- http.port: 9203 (in folder node2 then 9202, etc)
- discovery.seed_hosts: ["127.0.0.1"]
But when I run the 9201, it works. its not error. why?