Add line break in remote state doc (#5797)

* Add line break in remote state doc

Signed-off-by: Sooraj Sinha <81695996+soosinha@users.noreply.github.com>

* Update remote-cluster-state.md

Signed-off-by: Heather Halter <HDHALTER@AMAZON.COM>

---------

Signed-off-by: Sooraj Sinha <81695996+soosinha@users.noreply.github.com>
Signed-off-by: Heather Halter <HDHALTER@AMAZON.COM>
Co-authored-by: Heather Halter <HDHALTER@AMAZON.COM>
This commit is contained in:
Sooraj Sinha 2023-12-06 07:14:11 +05:30 committed by GitHub
parent d943297d3a
commit 60cbe59110
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
---
layout: default
title: Remote Cluster State
title: Remote cluster state
nav_order: 5
parent: Remote-backed storage
grand_parent: Availability and recovery
@ -20,6 +20,7 @@ _Cluster state_ is an internal data structure that contains the metadata of the
- Cluster-level settings
- Data streams
- Templates
The cluster state metadata is managed by the elected cluster manager node and is essential for the cluster to properly function. When the cluster loses the majority of the cluster manager nodes permanently, then the cluster may experience data loss because the latest cluster state metadata might not be present in the surviving cluster manager nodes. Persisting the state of all the cluster manager nodes in the cluster to remote-backed storage provides better durability.
When the remote cluster state feature is enabled, the cluster metadata will be published to a remote repository configured in the cluster. As of OpenSearch 2.10, only index metadata will persist to remote-backed storage.