How set up to listen on external IP AND localhost?

5.6.4

So it comes up stock on localhost.

Fine.

Then I set "network.host" in .config to the system IP, and now it no longer listens on localhost.

This is a pita, because I can't run the same commands on all the cluster nodes.

What is the solve?

Thanks!

network.host: [ "_local_", "a.b.c.d" ]

should work. See https://www.elastic.co/guide/en/elasticsearch/reference/5.6/modules-network.html

1 Like

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