Skip to content

Commit c1542b7

Browse files
dblockNaarcha-AWSkolchfa-aws
authored
Fix: the value of include_defaults is a boolean. (opensearch-project#7657)
* Fix: the value of include_defaults is a boolean. Signed-off-by: dblock <dblock@amazon.com> * Apply suggestions from code review Co-authored-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com> --------- Signed-off-by: dblock <dblock@amazon.com> Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com> Co-authored-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com> Co-authored-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com>
1 parent b0ebb50 commit c1542b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_api-reference/index-apis/get-settings.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Parameter | Data type | Description
4040
allow_no_indices | Boolean | Whether to ignore wildcards that don’t match any indexes. Default is `true`.
4141
expand_wildcards | String | Expands wildcard expressions to different indexes. Combine multiple values with commas. Available values are `all` (match all indexes), `open` (match open indexes), `closed` (match closed indexes), `hidden` (match hidden indexes), and `none` (do not accept wildcard expressions), which must be used with `open`, `closed`, or both. Default is `open`.
4242
flat_settings | Boolean | Whether to return settings in the flat form, which can improve readability, especially for heavily nested settings. For example, the flat form of “index”: { “creation_date”: “123456789” } is “index.creation_date”: “123456789”.
43-
include_defaults | String | Whether to include default settings, including settings used within OpenSearch plugins, in the response. Default is false.
43+
include_defaults | Boolean | Whether to include default settings, including settings used within OpenSearch plugins, in the response. Default is `false`.
4444
ignore_unavailable | Boolean | If true, OpenSearch does not include missing or closed indexes in the response.
4545
local | Boolean | Whether to return information from the local node only instead of the cluster manager node. Default is false.
4646
cluster_manager_timeout | Time | How long to wait for a connection to the cluster manager node. Default is `30s`.

0 commit comments

Comments
 (0)