From 8aec9c5ea03b0a0a5a5f8c1378f68ae844de6300 Mon Sep 17 00:00:00 2001 From: Gordon Brown Date: Fri, 3 Sep 2021 09:25:47 -0600 Subject: [PATCH] Move `index.hidden` from Static to Dynamic settings (#77218) (#77262) The setting `index.hidden` was originally implemented as a static setting, but when it was converted to be a dynamic setting, the docs were never updated to reflect that. This commit moves the docs for `index.hidden` from the section for static settings to the section for dynamic settings. --- docs/reference/index-modules.asciidoc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/reference/index-modules.asciidoc b/docs/reference/index-modules.asciidoc index 63932c4d5a72a..3a2f6da73d959 100644 --- a/docs/reference/index-modules.asciidoc +++ b/docs/reference/index-modules.asciidoc @@ -112,13 +112,6 @@ to incomplete history on the leader. Defaults to `12h`. Indicates whether <> are pre-loaded for nested queries. Possible values are `true` (default) and `false`. -[[index-hidden]] `index.hidden`:: - - Indicates whether the index should be hidden by default. Hidden indices are not - returned by default when using a wildcard expression. This behavior is controlled - per request through the use of the `expand_wildcards` parameter. Possible values are - `true` and `false` (default). - [[index-shard-check-on-startup]] `index.shard.check_on_startup`:: + ==== @@ -340,6 +333,13 @@ the index. Defaults to `16`. + You can mark a field as a dimension using the `dimension` mapping parameter. +[[index-hidden]] `index.hidden`:: + + Indicates whether the index should be hidden by default. Hidden indices are not + returned by default when using a wildcard expression. This behavior is controlled + per request through the use of the `expand_wildcards` parameter. Possible values are + `true` and `false` (default). + [discrete] === Settings in other index modules