Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move index.hidden from Static to Dynamic settings #77218

Merged
merged 1 commit into from
Sep 3, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -343,6 +336,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