From 2842e2752aaa05c8c0394b75b7e6149ff91ab596 Mon Sep 17 00:00:00 2001 From: David Pilato Date: Wed, 16 Nov 2016 09:52:08 +0100 Subject: [PATCH] Updated dynamic mapper section Backport of #21574 in master (6.0) --- docs/reference/docs/index_.asciidoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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*,-*` (+