Is it possible to listen to multiple host adresses so that I can listen to localhost requests AND private IP requests?
something like:
network.host: \"12
I tested the given solution and it did not work. I concluded that Elastic cannot listen on specific interfaces using network.bind_host
in the configuration.
However you can tell elastic to listen on all interfaces by specifying:
network.bind_host: 0.0.0.0
network.publish_host:
This will make sure one address is published (to the cluster) but all addresses are accessible. Tested and verified with Elastic 2.1.1.