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
+23Lines changed: 23 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -93,6 +93,29 @@
93
93
"micros",
94
94
"nanos"
95
95
]
96
+
},
97
+
"ignore_unavailable": {
98
+
"type": "boolean",
99
+
"description": "Whether specified concrete indices should be ignored when unavailable (missing or closed). Only allowed when providing an index expression."
100
+
},
101
+
"ignore_throttled": {
102
+
"type": "boolean",
103
+
"description": "Whether specified concrete, expanded or aliased indices should be ignored when throttled. Only allowed when providing an index expression."
104
+
},
105
+
"allow_no_indices": {
106
+
"type": "boolean",
107
+
"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."
"description": "Whether to expand wildcard expression to concrete indices that are open, closed or both."
114
+
},
115
+
"allow_closed": {
116
+
"type": "boolean",
117
+
"description": "If true, allow closed indices to be returned in the response otherwise if false, keep the legacy behaviour of throwing an exception if index pattern matches closed indices",
0 commit comments