Skip to content

Commit

Permalink
Update resolve index missing type definition (elastic#112509)
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamedhamed-ahmed authored and nielsbauman committed Sep 6, 2024
1 parent 9797449 commit a566c57
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,16 @@
],
"default":"open",
"description":"Whether wildcard expressions should get expanded to open or closed indices (default: open)"
},
"ignore_unavailable":{
"type":"boolean",
"description":"Whether specified concrete indices should be ignored when unavailable (missing or closed)",
"default":false
},
"allow_no_indices":{
"type":"boolean",
"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)",
"default":true
}
}
}
Expand Down

0 comments on commit a566c57

Please sign in to comment.