Skip to content

Commit 8aec9c5

Browse files
authored
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.
1 parent 44acc99 commit 8aec9c5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/reference/index-modules.asciidoc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -112,13 +112,6 @@ to incomplete history on the leader. Defaults to `12h`.
112112
Indicates whether <<query-filter-context, cached filters>> are pre-loaded for
113113
nested queries. Possible values are `true` (default) and `false`.
114114

115-
[[index-hidden]] `index.hidden`::
116-
117-
Indicates whether the index should be hidden by default. Hidden indices are not
118-
returned by default when using a wildcard expression. This behavior is controlled
119-
per request through the use of the `expand_wildcards` parameter. Possible values are
120-
`true` and `false` (default).
121-
122115
[[index-shard-check-on-startup]] `index.shard.check_on_startup`::
123116
+
124117
====
@@ -340,6 +333,13 @@ the index. Defaults to `16`.
340333
+
341334
You can mark a field as a dimension using the `dimension` mapping parameter.
342335

336+
[[index-hidden]] `index.hidden`::
337+
338+
Indicates whether the index should be hidden by default. Hidden indices are not
339+
returned by default when using a wildcard expression. This behavior is controlled
340+
per request through the use of the `expand_wildcards` parameter. Possible values are
341+
`true` and `false` (default).
342+
343343
[discrete]
344344
=== Settings in other index modules
345345

0 commit comments

Comments
 (0)