From da062bb90596c925182bccd1ce1754f24a7e1314 Mon Sep 17 00:00:00 2001 From: Shay Banon Date: Wed, 1 Feb 2012 13:34:35 +0200 Subject: [PATCH] add node.max_local_storage_nodes to config template --- config/elasticsearch.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/elasticsearch.yml b/config/elasticsearch.yml index 4789ccfd1e7..4746cb5c085 100644 --- a/config/elasticsearch.yml +++ b/config/elasticsearch.yml @@ -83,6 +83,10 @@ # node.rack: rack314 +# 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 + #################################### Index #################################### # You can set a number of options (such as shard/replica options, mapping