Skip to content
Merged
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 @@ -62,8 +62,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 @@ -287,7 +287,7 @@ POST /_aliases

<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