You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tell us about your request. Provide a summary of the request and all versions that are affected.
With this PR we will be adding an additional index setting indices.replication.max_bytes_per_sec to control the max bytes per second for node-node segment replication.
This page should be updated to reflect this new setting.
I am thinking:
indices.replication.max_bytes_per_sec (String): Limits the total inbound and outbound replication traffic for each node. This applies to segment replication between nodes. Default is tied to the set value of indices.recovery.max_bytes_per_sec, which is by default 40mb. If you set the replication traffic value to less than or equal to 0mb, rate limiting will be disabled, which causes replication data to be transferred at the highest possible rate.
What other resources are available? Provide links to related issues, POCs, steps for testing, etc.
The text was updated successfully, but these errors were encountered:
What do you want to do?
Tell us about your request. Provide a summary of the request and all versions that are affected.
With this PR we will be adding an additional index setting
indices.replication.max_bytes_per_sec
to control the max bytes per second for node-node segment replication.This page should be updated to reflect this new setting.
I am thinking:
What other resources are available? Provide links to related issues, POCs, steps for testing, etc.
The text was updated successfully, but these errors were encountered: