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
"description": "Whether specified concrete indices should be ignored when unavailable (missing or closed). Only allowed when providing an index expression."
85
+
},
86
+
"ignore_throttled": {
87
+
"type": "boolean",
88
+
"description": "Whether specified concrete, expanded or aliased indices should be ignored when throttled. Only allowed when providing an index expression."
89
+
},
90
+
"allow_no_indices": {
91
+
"type": "boolean",
92
+
"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."
99
+
},
100
+
"allow_closed": {
101
+
"type": "boolean",
102
+
"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