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/indices.resolve_index.json
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,16 @@
37
37
],
38
38
"default":"open",
39
39
"description":"Whether wildcard expressions should get expanded to open or closed indices (default: open)"
40
+
},
41
+
"ignore_unavailable":{
42
+
"type":"boolean",
43
+
"description":"Whether specified concrete indices should be ignored when unavailable (missing or closed)",
44
+
"default":false
45
+
},
46
+
"allow_no_indices":{
47
+
"type":"boolean",
48
+
"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)",
0 commit comments