> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 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

<div className="integrations-table">
  | 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.<br /><br />Index names must meet the following criteria:<br /><br />- Lowercase only<br />- Cannot include , /, \*, ?, ", \<, >, \|, ' ' (space character), , (comma), #<br />- Indices prior to 7.0 could contain a colon (:), but that’s been deprecated and won’t be supported in 7.0+<br />- Cannot start with -, \_, +<br />- Cannot be . or ..<br />- Cannot be longer than 255 bytes (note it is bytes, so multi-byte characters will count towards the 255 limit faster)<br />- Names starting with . are deprecated, except for hidden indices and internal indices managed by plugins. |
</div>

## Workflow Library Example

[Clone Index with Elasticsearch and Send Results Via Email](https://library.blinkops.com/workflows/clone-index-with-elasticsearch-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/clone-index-with-elasticsearch-and-send-results-via-email/canvas" />
</div>
