Skip to content

Commit 3272a53

Browse files
authored
Fix expand_wildcards default in docs (#87086) (#87089)
The get settings api has accepts the expand_wildcards option. The docs state the default value is `all`, but it is actually now `open` (which does not include hidden or closed indices by default). This commit changes the docs to match the existing behavior.
1 parent dc4e9f8 commit 3272a53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/indices/get-settings.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Defaults to `true`.
5050

5151
include::{es-repo-dir}/rest-api/common-parms.asciidoc[tag=expand-wildcards]
5252
+
53-
Defaults to `all`.
53+
Defaults to `open`.
5454

5555
include::{es-repo-dir}/rest-api/common-parms.asciidoc[tag=flat-settings]
5656

0 commit comments

Comments
 (0)