diff --git a/5/config/elasticsearch.yml b/5/config/elasticsearch.yml index bee2cfe1..16a04051 100644 --- a/5/config/elasticsearch.yml +++ b/5/config/elasticsearch.yml @@ -1,5 +1,5 @@ -network.host: 0.0.0.0 +http.host: 0.0.0.0 -# this value is required because we set "network.host" -# be sure to modify it appropriately for a production cluster deployment -discovery.zen.minimum_master_nodes: 1 +# Uncomment the following lines for a production cluster deployment +#transport.host: 0.0.0.0 +#discovery.zen.minimum_master_nodes: 1