From e655a5f8e5c301f99bb983f88c5eef4f9eef4e56 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Wed, 8 Jun 2016 22:02:24 +0200 Subject: [PATCH] cannot have autonomous and local only ES search container, so back to original conf --- etc/elasticsearch.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/etc/elasticsearch.yml b/etc/elasticsearch.yml index eea2eeb2..8d8176a8 100644 --- a/etc/elasticsearch.yml +++ b/etc/elasticsearch.yml @@ -55,8 +55,8 @@ # 1. You want this node to never become a master node, only to hold data. # This will be the "workhorse" of your cluster. # -#node.master: false -#node.data: true +# node.master: false +# node.data: true # # 2. You want this node to only serve as a master: to not store any data and # to have free resources. This will be the "coordinator" of your cluster. @@ -86,7 +86,7 @@ # By default, multiple nodes are allowed to start from the same installation location # to disable it, set the following: -#node.max_local_storage_nodes: 1 +# node.max_local_storage_nodes: 1 #################################### Index #################################### @@ -298,10 +298,10 @@ # and master node is elected. Multicast discovery is the default. # Set to ensure a node sees N other master eligible nodes to be considered -# operational within the cluster. This should be set to a quorum/majority of +# operational within the cluster. This should be set to a quorum/majority of # the master-eligible nodes in the cluster. # -#discovery.zen.minimum_master_nodes: 1 +# discovery.zen.minimum_master_nodes: 0 # Set the time to wait for ping responses from other nodes when discovering. # Set this option to a higher value on a slow or congested network @@ -318,12 +318,12 @@ # # 1. Disable multicast discovery (enabled by default): # -discovery.zen.ping.multicast.enabled: false +# discovery.zen.ping.multicast.enabled: false # # 2. Configure an initial list of master nodes in the cluster # to perform discovery when new nodes (master or data) are started: # -#discovery.zen.ping.unicast.hosts: ["host1", "host2:port"] +# discovery.zen.ping.unicast.hosts: ["0.0.0.0",] # EC2 discovery allows to use AWS EC2 API in order to perform discovery. # @@ -383,4 +383,3 @@ discovery.zen.ping.multicast.enabled: false # it unless you need it is recommended (it is disabled by default). # #http.jsonp.enable: true - -- 2.39.5