Skip to content

Commit

Permalink
[Doc] Add documentation for .replication-metadata-index for cross-clu…
Browse files Browse the repository at this point in the history
…ster-replication. (#6082) (#6163)

* [Doc] Add documentation for .replication-metadata-index for cross-cluster-replication.



* Update _tuning-your-cluster/replication-plugin/getting-started.md




* Update _tuning-your-cluster/replication-plugin/getting-started.md




* Update _tuning-your-cluster/replication-plugin/getting-started.md




* Update _tuning-your-cluster/replication-plugin/getting-started.md




* Update _tuning-your-cluster/replication-plugin/getting-started.md




* Update _tuning-your-cluster/replication-plugin/getting-started.md




---------





(cherry picked from commit 63afd67)

Signed-off-by: Sanjay Kumar <[email protected]>
Signed-off-by: Sanjay Kumar <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Naarcha-AWS <[email protected]>
Co-authored-by: Nathan Bower <[email protected]>
  • Loading branch information
4 people authored Jan 16, 2024
1 parent a77b41a commit 6f5ba23
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions _tuning-your-cluster/replication-plugin/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,14 @@ curl -XGET -k -u 'admin:admin' 'https://localhost:9200/follower-01/_search?prett
}]
}
```
### `.replication-metadata-store` index

The `.replication-metadata-store` index is a persistent data store for replication-related metadata and auto-follow rules inside of a cluster. It stores the replication metadata of each index being replicated from the leader cluster to the follower cluster.

After the first replication API trigger, the `.replication-metadata-store` index is created inside the follower cluster. Any updates or additions to replication jobs or rules are also updated in the index. This enables the plugin to maintain a comprehensive record of replication status and rules across clusters.

`.replication-metdata-store` is a hidden index.
{: .note}

## Pause and resume replication

Expand Down

0 comments on commit 6f5ba23

Please sign in to comment.