# How to keep two different .kibana indices in sync?

**URL:** https://discuss.elastic.co/t/how-to-keep-two-different-kibana-indices-in-sync/333688
**Category:** Kibana
**Created:** [May 17, 2023, 6:15pm UTC](https://discuss.elastic.co/t/how-to-keep-two-different-kibana-indices-in-sync/333688 "2023-05-17T18:15:43Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![tyleratracey](https://avatars.discourse-cdn.com/v4/letter/t/c2a13f/32.png) [@tyleratracey](https://discuss.elastic.co/u/tyleratracey)
#### Post date: [May 17, 2023, 6:15pm UTC](https://discuss.elastic.co/t/how-to-keep-two-different-kibana-indices-in-sync/333688/1 "2023-05-17T18:15:43Z")

</div>

We have an active-active multi-region ES and Kibana configuration. We want to be able to keep the .kibana index in region A synced with the .kibana index in region B so that in the event of a regional failover, users will be able to operate out of region B with all of the same configurations and dashboards they had saved when working out of region A.

I have done a bit of research into the ES cross region replication feature already.

> **[Cross-cluster replication | Elasticsearch Guide \[8.7\] | Elastic](https://www.elastic.co/guide/en/elasticsearch/reference/current/xpack-ccr.html)**

---

<div class="post-metadata">

### Author: ![jsanz](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/jsanz/32/53734_2.png) [@jsanz](https://discuss.elastic.co/u/jsanz)
#### Post date: [May 30, 2023, 3:29pm UTC](https://discuss.elastic.co/t/how-to-keep-two-different-kibana-indices-in-sync/333688/2 "2023-05-30T15:29:07Z")

</div>

Unfortunately cross cluster replication is not supported for the `.kibana` system index.

The only option I can think about is to keep regular snapshots of your cluster but then use them to restore on the other cluster, even that would differ from an "active-active" status.

Check the general snapshots docs:

> **[Snapshot and restore | Elasticsearch Guide \[8.8\] | Elastic](https://www.elastic.co/guide/en/elasticsearch/reference/current/snapshot-restore.html)**

And specially the `Restore a feature state` section here:

> **[Restore a snapshot | Elasticsearch Guide \[8.8\] | Elastic](https://www.elastic.co/guide/en/elasticsearch/reference/current/snapshots-restore-snapshot.html#restore-feature-state)**

---

<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: [June 27, 2023, 3:29pm UTC](https://discuss.elastic.co/t/how-to-keep-two-different-kibana-indices-in-sync/333688/3 "2023-06-27T15:29:30Z")

</div>

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