diff --git a/docs/reference/docs/index_.asciidoc b/docs/reference/docs/index_.asciidoc index b2d4bb562ea..8fb6fa983c9 100644 --- a/docs/reference/docs/index_.asciidoc +++ b/docs/reference/docs/index_.asciidoc @@ -69,8 +69,7 @@ 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. Automatic mapping creation can be disabled by setting -`index.mapper.dynamic` to `false` in the config files of all nodes (or -on the specific index settings). +`index.mapper.dynamic` to `false` per-index as an index setting. Automatic index creation can include a pattern based white/black list, for example, set `action.auto_create_index` to `+aaa*,-bbb*,+ccc*,-*` (+