Skip to content

[7.4] [DOCS] POST /_aliases remove_index action only works on concrete indices (#64616) #64645

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/reference/indices/aliases.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ Adds an alias to an index.
Removes an alias from an index.

`remove_index`::
Deletes an index or index alias,
like the <<indices-delete-index,delete index API>>.
Deletes a concrete index, similar to the <<indices-delete-index, delete index
API>>. Attempts to remove an index alias will fail.

You can perform these actions on alias objects.
Valid parameters for alias objects include:
Expand Down Expand Up @@ -276,7 +276,7 @@ POST /_aliases
// CONSOLE
<1> An index we've added by mistake
<2> The index we should have added
<3> `remove_index` is just like <<indices-delete-index>>
<3> `remove_index` is just like <<indices-delete-index>> but will only remove a concrete index.

[[filtered]]
===== Filtered aliases
Expand Down