Skip to content

Commit 7c7f312

Browse files
authored
Move index.hidden from Static to Dynamic settings (#77218)
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 d238374 commit 7c7f312

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
====
@@ -343,6 +336,13 @@ the index. Defaults to `16`.
343336
+
344337
You can mark a field as a dimension using the `dimension` mapping parameter.
345338

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

0 commit comments

Comments
 (0)