Clone Index
Clones an existing index.
Indices can only be cloned if they meet the following requirements:
- The target index must not exist.
- The source index must have the same number of primary shards as the target index.
- The node handling the clone process must have sufficient free disk space to accommodate a second copy of the existing index.
Parameters
Parameter | Description |
---|---|
Index | Name of the source index to clone. |
Settings | Configuration options for the target index. |
Target Index | Name of the target index to create.Index names must meet the following criteria:
|
Workflow Library Example
Clone Index with Elasticsearch and Send Results Via Email
Preview this Workflow on desktop