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

Co-authored-by: Rudolf Meijering <skaapgif@gmail.com>
This commit is contained in:
James Rodewig 2020-11-05 08:29:04 -05:00 committed by GitHub
parent 3e2fa09666
commit f7bbd2111b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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:
@ -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