[role="xpack"] [testenv="platinum"] [[ccr-auto-follow]] === Manage auto-follow patterns To replicate time series indices, you configure an auto-follow pattern so that each new index in the series is replicated automatically. Whenever the name of a new index on the remote cluster matches the auto-follow pattern, a corresponding follower index is added to the local cluster. Auto-follow patterns are especially useful with <>, which might continually create new indices on the cluster containing the leader index. [[ccr-access-ccr-auto-follow]] To start using {ccr} auto-follow patterns, access {kib} and go to *Management > Stack Management*. In the side navigation, select *Cross-Cluster Replication* and choose the *Auto-follow patterns* tab [[ccr-auto-follow-create]] ==== Create auto-follow patterns When you <>, you are configuring a collection of patterns against a single remote cluster. When an index is created in the remote cluster with a name that matches one of the patterns in the collection, a follower index is configured in the local cluster. The follower index uses the new index as its leader index. [%collapsible] .Use the API ==== Use the <> to add a new auto-follow pattern configuration. ==== [[ccr-auto-follow-retrieve]] ==== Retrieve auto-follow patterns To view existing auto-follow patterns and make changes to the backing patterns, <> on your _remote_ cluster. Select the auto-follow pattern that you want to view details about. From there, you can make changes to the auto-follow pattern. You can also view your follower indices included in the auto-follow pattern. [%collapsible] .Use the API ==== Use the <> to inspect all configured auto-follow pattern collections. ==== [[ccr-auto-follow-pause]] ==== Pause and resume auto-follow patterns To pause and resume replication of auto-follow pattern collections, <>, select the auto-follow pattern, and pause replication. To resume replication, select the pattern and choose *Manage pattern > Resume replication*. [%collapsible] .Use the API ==== Use the <> to pause auto-follow patterns. Use the <> to resume auto-follow patterns. ==== [[ccr-auto-follow-delete]] ==== Delete auto-follow patterns To delete an auto-follow pattern collection, <>, select the auto-follow pattern, and pause replication. When the pattern status changes to Paused, choose *Manage pattern > Delete pattern*. [%collapsible] .Use the API ==== Use the <> to delete a configured auto-follow pattern collection. ====