Skip to content

Commit af4055e

Browse files
authored
rest-api-spec: add missing expand_wildcards parameter (elastic#137561) (elastic#137570)
1 parent ed7ae92 commit af4055e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,20 @@
3232
}
3333
}
3434
]
35+
},
36+
"params": {
37+
"expand_wildcards": {
38+
"type": "list",
39+
"description": "Whether to expand wildcard expressions to concrete data stream names that are open, closed or both.",
40+
"default": "open,closed",
41+
"options": [
42+
"all",
43+
"closed",
44+
"hidden",
45+
"none",
46+
"open"
47+
]
48+
}
3549
}
3650
}
3751
}

0 commit comments

Comments
 (0)