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: rest-api-spec/src/main/resources/rest-api-spec/api/cat.segments.json
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -96,14 +96,17 @@
96
96
},
97
97
"ignore_unavailable": {
98
98
"type": "boolean",
99
+
"default": false,
99
100
"description": "Whether specified concrete indices should be ignored when unavailable (missing or closed). Only allowed when providing an index expression."
100
101
},
101
102
"ignore_throttled": {
102
103
"type": "boolean",
104
+
"default": false,
103
105
"description": "Whether specified concrete, expanded or aliased indices should be ignored when throttled. Only allowed when providing an index expression."
104
106
},
105
107
"allow_no_indices": {
106
108
"type": "boolean",
109
+
"default": true,
107
110
"description": "Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified). Only allowed when providing an index expression."
0 commit comments