Skip to content

Commit

Permalink
Fix: the value of include_defaults is a boolean. (#7657) (#7662)
Browse files Browse the repository at this point in the history
* Fix: the value of include_defaults is a boolean.

Signed-off-by: dblock <[email protected]>

* Apply suggestions from code review

Co-authored-by: kolchfa-aws <[email protected]>
Signed-off-by: Naarcha-AWS <[email protected]>

---------

Signed-off-by: dblock <[email protected]>
Signed-off-by: Naarcha-AWS <[email protected]>
Co-authored-by: Naarcha-AWS <[email protected]>
Co-authored-by: kolchfa-aws <[email protected]>
(cherry picked from commit c1542b7)

Co-authored-by: Daniel (dB.) Doubrovkine <[email protected]>
  • Loading branch information
Naarcha-AWS and dblock authored Jul 10, 2024
1 parent f0ad0a3 commit da51e90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _api-reference/index-apis/get-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Parameter | Data type | Description
allow_no_indices | Boolean | Whether to ignore wildcards that don’t match any indexes. Default is `true`.
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`.
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”.
include_defaults | String | Whether to include default settings, including settings used within OpenSearch plugins, in the response. Default is false.
include_defaults | Boolean | Whether to include default settings, including settings used within OpenSearch plugins, in the response. Default is `false`.
ignore_unavailable | Boolean | If true, OpenSearch does not include missing or closed indexes in the response.
local | Boolean | Whether to return information from the local node only instead of the cluster manager node. Default is false.
cluster_manager_timeout | Time | How long to wait for a connection to the cluster manager node. Default is `30s`.
Expand Down

0 comments on commit da51e90

Please sign in to comment.