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
Indices API: fixes GET Alias API backwards compatibility
For just the case when only the aliases are requested, the default indices options are to ignore missing indexes. When requesting any other feature or any combination of features, the default will be to error on missing indices.
Closes#7793
Copy file name to clipboardExpand all lines: docs/reference/indices/aliases.asciidoc
+3
Original file line number
Diff line number
Diff line change
@@ -314,6 +314,9 @@ The rest endpoint is: `/{index}/_alias/{alias}`.
314
314
315
315
coming[1.4.0.Beta1,The API will always include an `aliases` section, even if there aren't any aliases. Previous versions would not return the `aliases` section]
316
316
317
+
WARNING: For future versions of Elasticsearch, the default <<multi-index>> options will error if a requested index is unavailable. This is to bring
0 commit comments