Skip to content

Commit db796fc

Browse files
committed
Remove max_local_storage_nodes from elasticsearch.yml (#21467)
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
1 parent 3c2e761 commit db796fc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

distribution/src/main/resources/config/elasticsearch.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,6 @@
8686
#
8787
# ---------------------------------- Various -----------------------------------
8888
#
89-
# Disable starting multiple nodes on a single system:
90-
#
91-
#node.max_local_storage_nodes: 1
92-
#
9389
# Require explicit names when deleting indices:
9490
#
9591
#action.destructive_requires_name: true

0 commit comments

Comments
 (0)