Split an index | Elasticsearch API documentation (original) (raw)
Dismiss highlight Show more
Path parameters
- Name of the source index to split.
- Name of the target index to create.
Query parameters
- Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.
- Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.
- The number of shard copies that must be active before proceeding with the operation. Set to
all
or any positive integer up to the total number of shards in the index (number_of_replicas+1
).
application/json
Body
- Aliases for the resulting index.
Hide aliases attribute Show aliases attribute object- *
object Additional properties
Hide * attributes Show * attributes object
* An Elasticsearch Query DSL (Domain Specific Language) object that defines a query.
External documentation
* Iftrue
, the alias is hidden. All indices for the alias must have the sameis_hidden
value.
* Iftrue
, the index is the write index for the alias.
- *
- Configuration options for the target index.
Hide settings attribute Show settings attribute object- *
object Additional properties
- *
Responses
- 200 application/json
Hide response attributes Show response attributes object