Skip to content

Commit e2a1605

Browse files
Update resolve index missing type definition (elastic#112509)
1 parent 01fb501 commit e2a1605

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

rest-api-spec/src/main/resources/rest-api-spec/api/indices.resolve_index.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,16 @@
3737
],
3838
"default":"open",
3939
"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)",
49+
"default":true
4050
}
4151
}
4252
}

0 commit comments

Comments
 (0)