From 9648a7bfb4f0b6aef7da619c60826e102293a7d5 Mon Sep 17 00:00:00 2001 From: Joel Wurtz Date: Wed, 11 Jan 2017 17:52:53 +0100 Subject: [PATCH] Use elasticsearch as a single node --- 5/alpine/config/elasticsearch.yml | 8 ++++---- 5/config/elasticsearch.yml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/5/alpine/config/elasticsearch.yml b/5/alpine/config/elasticsearch.yml index bee2cfe..16a0405 100644 --- a/5/alpine/config/elasticsearch.yml +++ b/5/alpine/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 diff --git a/5/config/elasticsearch.yml b/5/config/elasticsearch.yml index bee2cfe..16a0405 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