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/cat.segments.json
+17Lines changed: 17 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -91,6 +91,23 @@
91
91
"micros",
92
92
"nanos"
93
93
]
94
+
},
95
+
"expand_wildcards": {
96
+
"type": "enum",
97
+
"options": [
98
+
"open",
99
+
"closed",
100
+
"hidden",
101
+
"none",
102
+
"all"
103
+
],
104
+
"default": "all",
105
+
"description": "Whether to expand wildcard expression to concrete indices that are open, closed or both."
106
+
},
107
+
"allow_closed": {
108
+
"type": "boolean",
109
+
"description": "If true, allow closed indices to be returned in the response otherwise if false, keep the legacy behaviour of throwing an exception if index pattern matches closed indices",
0 commit comments