Remote access to elasticsearch 7.2

I am not running a cluster and just setting up an internal configuration for ES for a few of my servers. I have ELK up but I have monitorbeats on another machine. That can not access elk remotely. Any time I change network.host to 0.0.0.0 I get an error in the logs stating:

[1]: the default discovery settings are unsuitable for production use; at least one of [discovery.seed_hosts, discovery.seed_providers, cluster.initial_master_nodes] must be configured

I am new to ELK

Any help would be great

This is a bootstrap check and the message describes what you should do: set one of these settings. If want no discovery to occur (because you only have the one node) then I suggest:

discovery.seed_hosts: []
1 Like

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