From 577353eaa802e7b9f6319e4e84bb6ce3754150c2 Mon Sep 17 00:00:00 2001 From: javanna Date: Thu, 10 Nov 2016 15:54:16 +0100 Subject: [PATCH] Remove max_local_storage_nodes from elasticsearch.yml Given that the default is now 1, the comment in the config file was outdated. Also considering that the default value is production ready, we shouldn't list it among the values that need attention when going to production. Relates to #19964 --- distribution/src/main/resources/config/elasticsearch.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/distribution/src/main/resources/config/elasticsearch.yml b/distribution/src/main/resources/config/elasticsearch.yml index 0abff999bcb0d..3d732e74c0e77 100644 --- a/distribution/src/main/resources/config/elasticsearch.yml +++ b/distribution/src/main/resources/config/elasticsearch.yml @@ -86,10 +86,6 @@ # # ---------------------------------- Various ----------------------------------- # -# Disable starting multiple nodes on a single system: -# -#node.max_local_storage_nodes: 1 -# # Require explicit names when deleting indices: # #action.destructive_requires_name: true