You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: _api-reference/index-apis/get-settings.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ Parameter | Data type | Description
40
40
allow_no_indices | Boolean | Whether to ignore wildcards that don’t match any indexes. Default is `true`.
41
41
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`.
42
42
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`.
44
44
ignore_unavailable | Boolean | If true, OpenSearch does not include missing or closed indexes in the response.
45
45
local | Boolean | Whether to return information from the local node only instead of the cluster manager node. Default is false.
46
46
cluster_manager_timeout | Time | How long to wait for a connection to the cluster manager node. Default is `30s`.
0 commit comments