瀏覽代碼

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.
Pius 8 年之前
父節點
當前提交
400480e3b0
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      docs/reference/docs/index_.asciidoc

+ 2 - 1
docs/reference/docs/index_.asciidoc

@@ -70,7 +70,8 @@ type specified. Check out the <<mapping,mapping>>
 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.