Delete_aliases now supports multi-index and multi-alias ops
This commit is contained in:
@@ -357,8 +357,10 @@ class IndicesClient(NamespacedClient):
|
|||||||
Delete specific alias.
|
Delete specific alias.
|
||||||
`<http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/indices-aliases.html>`_
|
`<http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/indices-aliases.html>`_
|
||||||
|
|
||||||
:arg index: The name of the index with an alias
|
:arg index: A comma-separated list of index names (supports wildcards);
|
||||||
:arg name: The name of the alias to be deleted
|
use `_all` for all indices
|
||||||
|
:arg name: A comma-separated list of aliases to delete (supports
|
||||||
|
wildcards); use `_all` to delete all aliases for the specified indices.
|
||||||
:arg master_timeout: Specify timeout for connection to master
|
:arg master_timeout: Specify timeout for connection to master
|
||||||
:arg timeout: Explicit timestamp for the document
|
:arg timeout: Explicit timestamp for the document
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user