Network.host issue: elasticsearch.service: Main process exited, code=exited, status=78

You can find both log here:

Nevertheless I am sure - to correct myself - the key here that fact if you would like to configure static (non-localhost) related settings at network.host you have to add one of them from discovery.seed_hosts, discovery.seed_providers, cluster.initial_master_nodes.

I look forward to hearing from you.

Yes, this is by design, and documented. The fix is simply to set one of these settings (e.g. discovery.seed_hosts: []). That's quite different from setting transport.host: _site_, which I think has no effect on whether that bootstrap check passes or not.

1 Like

You are right. :wink:

Thank you for your support.

Solution: if you would like to configure static (non-localhost) related settings at network.host you have to add one of them from discovery.seed_hosts, discovery.seed_providers, cluster.initial_master_nodes .

2 Likes

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