Skip to content

Commit

Permalink
Move index.hidden from Static to Dynamic settings (elastic#77218)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
gwbrown authored and Gordon Brown committed Sep 3, 2021
1 parent 91616ba commit 8e6f7ee
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/reference/index-modules.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -112,13 +112,6 @@ to incomplete history on the leader. Defaults to `12h`.
Indicates whether <<query-filter-context, cached filters>> 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`::
+
====
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 8e6f7ee

Please sign in to comment.