Skip to content

Commit

Permalink
[REST API] set correct default value
Browse files Browse the repository at this point in the history
The correct default value for the `expand_wildcards` parameter to `indices.get_alias` is `all` as of all
f4d75f0
  • Loading branch information
spalger committed Apr 5, 2016
1 parent b5b00c5 commit 7037670
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"expand_wildcards": {
"type" : "enum",
"options" : ["open","closed","none","all"],
"default" : "open",
"default" : "all",
"description" : "Whether to expand wildcard expression to concrete indices that are open, closed or both."
},
"local": {
Expand Down

0 comments on commit 7037670

Please sign in to comment.