Skip to content

Commit

Permalink
Adding document for setting introduced : cluster.remote_store.translo… (
Browse files Browse the repository at this point in the history
#7078)

* Adding document for setting introduced : cluster.remote_store.translog.max_readers

Signed-off-by: Shubh Sahu <[email protected]>

* resolving vale error

Signed-off-by: Shubh Sahu <[email protected]>

* Addressed comment on PR

Signed-off-by: Shubh Sahu <[email protected]>

* Minor correction

Signed-off-by: Shubh Sahu <[email protected]>

* Update _tuning-your-cluster/availability-and-recovery/remote-store/index.md

Signed-off-by: Naarcha-AWS <[email protected]>

---------

Signed-off-by: Shubh Sahu <[email protected]>
Signed-off-by: Naarcha-AWS <[email protected]>
Co-authored-by: Shubh Sahu <[email protected]>
Co-authored-by: Naarcha-AWS <[email protected]>
  • Loading branch information
3 people authored May 7, 2024
1 parent 23193dc commit 203c22a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ You can use the following [cluster settings]({{site.url}}{{site.baseurl}}//api-r
| cluster.default.index.refresh_interval | Time unit | Sets the refresh interval when the `index.refresh_interval` setting is not provided. This setting can be useful when you want to set a default refresh interval across all indexes in a cluster and also support the `searchIdle` setting. You cannot set the interval lower than the `cluster.minimum.index.refresh_interval` setting. |
| cluster.minimum.index.refresh_interval | Time unit | Sets the minimum refresh interval and applies it to all indexes in the cluster. The `cluster.default.index.refresh_interval` setting should be higher than this setting's value. If, during index creation, the `index.refresh_interval` setting is lower than the minimum, index creation fails. |
| cluster.remote_store.translog.buffer_interval | Time unit | The default value of the translog buffer interval used when performing periodic translog updates. This setting is only effective when the index setting `index.remote_store.translog.buffer_interval` is not present. |

| cluster.remote_store.translog.max_readers | Integer | Sets the maximum number of open translog files for remote-backed indexes. This limits the total number of translog files per shard. After reaching this limit, the remote store flushes the translog files. Default is `1000`. The minimum required is `100`. |

## Restoring from a backup

Expand Down

0 comments on commit 203c22a

Please sign in to comment.