From 24366b1405a72b86bd11a51a47ab9b3f43c42173 Mon Sep 17 00:00:00 2001 From: Pius Date: Tue, 17 Oct 2017 16:44:18 -0400 Subject: [PATCH] action.auto_create_index can be set as a dynamic cluster setting (#27026) Per https://github.com/elastic/elasticsearch/pull/20274, action.auto_create_index can be set as a dynamic cluster setting. --- docs/reference/docs/index_.asciidoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/reference/docs/index_.asciidoc b/docs/reference/docs/index_.asciidoc index 37c0443dabf3e..19fc191964936 100644 --- a/docs/reference/docs/index_.asciidoc +++ b/docs/reference/docs/index_.asciidoc @@ -69,7 +69,8 @@ type specified. Check out the <> section for more information on mapping definitions. Automatic index creation can be disabled by setting -`action.auto_create_index` to `false` in the config file of all nodes. +`action.auto_create_index` to `false` in the config file of all nodes, +or via the cluster update settings API. Automatic mapping creation can be disabled by setting `index.mapper.dynamic` to `false` per-index as an index setting.