# Multiple follower pattern for same primary index

**URL:** https://discuss.elastic.co/t/multiple-follower-pattern-for-same-primary-index/324232
**Category:** Elasticsearch
**Tags:** ccr-cross-cluster-replication
**Created:** [January 30, 2023, 1:30pm UTC](https://discuss.elastic.co/t/multiple-follower-pattern-for-same-primary-index/324232 "2023-01-30T13:30:27Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Jairam\_Gauns](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/jairam_gauns/32/116267_2.png) [@Jairam\_Gauns](https://discuss.elastic.co/u/Jairam_Gauns)
#### Post date: [January 30, 2023, 1:30pm UTC](https://discuss.elastic.co/t/multiple-follower-pattern-for-same-primary-index/324232/1 "2023-01-30T13:30:27Z")

</div>

Hi Team,

We have multiple follower pattern that match the same time series index from primary.  
In one of the follower we have a prefix and suffix in another follower pattern.

Currently the replication of the new index on primary is not happening on follower, as the stats complain that the index pattern matches with another.

```auto
{
        "leader_index" : "ax*:ax_aaa_error_2022.10.08",
        "timestamp" : 1674550314906,
        "auto_follow_exception" : {
          "type" : "exception",
          "reason" : "index to follow [ax_aaa_error_2022.10.08] for pattern [ax*] matches with other patterns [ax]"
        }
      },

```

Just want to understand whether it should work creating 2 follower indices one with a prefix and another with a suffix

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [February 27, 2023, 1:30pm UTC](https://discuss.elastic.co/t/multiple-follower-pattern-for-same-primary-index/324232/2 "2023-02-27T13:30:29Z")

</div>

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
